- 17 Jul, 2003 12 commits
-
-
Gildas Bazin authored
* src/playlist/playlist.c: fixed recent playlist breakage.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: enable popup menu support in the "dialogs provider".
-
Gildas Bazin authored
* modules/gui/wxwindows/*: The wxwindows interface is now a "dialogs provider" module as well as a normal "interface". Dialog providers expose an api that allow other modules to use the GUI dialogs the module provides (open dialogs, etc...). + misc small enhancements. * modules/gui/skins/*: completely removed the dependancy on the wxwindows code (which also eliminates the need for the basic_skins module). The skins module will now try to load a "dialogs provider" to display the open, messages, file info and preferences dialogs.
-
Sam Hocevar authored
dependencies right. * src/stream_output/announce.c: Compilation fix.
-
Sam Hocevar authored
if $FOO contains spaces. Worked around the problem.
-
Sam Hocevar authored
top_srcdir.
-
Sam Hocevar authored
+ Fixed Win32 port. + Speed optimizations in split(). + More coding style fixes.
-
Sam Hocevar authored
+ Coding style fixes. + Use memcpy() instead of for() loops.
-
Sam Hocevar authored
current directory but looked for in the parent directory.
-
Sam Hocevar authored
+ New debhelper file. * debian/control: + Updated debhelper build-dependency to (>= 3.4.4) because we now use debian/compat. + Use ${misc:Depends} everywhere.
-
Sam Hocevar authored
* configure.ac: Propagate $(top_srcdir) to the vlc-config call.
-
Sigmund Augdal Helberg authored
mozilla/npvlc_rc.rc: added all the missing types from vlcplugin.h
-
- 16 Jul, 2003 9 commits
-
-
Sam Hocevar authored
directory, because that's where Gentoo puts it.
-
Gildas Bazin authored
* modules/codec/spudec/spudec.c: oops, proper fix for the proper initialization of the proper iconv handle ;)
-
Gildas Bazin authored
* modules/codec/spudec/spudec.c: proper initialization of the iconv handle.
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
+ Minor indentation fix. * toolbox: + Exclude vlc_symbols.h and modules_{plugins,builtins}.h from POTFILES.in. * po/*: + Re-ran toolbox --update po.
-
Sam Hocevar authored
+ Prepared my next Debian upload. * debian/control: + Set policy to 3.6.0. No changes required. + Extended the package description.
-
Sam Hocevar authored
+ Fixed gcc 3 warnings (type punning). * modules/access/mms/mmstu.c: + Fixed a gcc 3 warning (long constant).
-
Sam Hocevar authored
instead of the base window, because newer versions of Mozilla select ButtonPress for the window it gives us, and XSelectInput only allows one client to select this event.
-
- 15 Jul, 2003 4 commits
-
-
Sigmund Augdal Helberg authored
documentation does not include information on which headers each file includes, since this information isn't correct. Clarified and doxygenized some of the documentation on subpictures
-
Alexis de Lattre authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/mux/mpeg/ps.c,ps.c: the ps muxer can now create mpeg system (mpeg1) files as well. Also modified the ps muxer to output streams with system headers.
-
- 14 Jul, 2003 4 commits
-
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
All: My shot at improving subtitle rendering in vlc. Now each vout uses a "text renderer" module to render text on the video when needed. I decieded to make this a module type, because other api's (win32 and macosx) is supposed to do better than freetype under some circumstances. include/video_output.h: added some members needed by text renderer modules src/video_output/video_output.c: load and unload text renderer module when needed src/video_output/video_text.c: implemented some functions to show text on the video include/osd.h: exported the functions to show text modules/misc/Modules.am, module/misc/freetype.c: new text renderer module, largly based on the old osdtext module. modules/video_filter/Modules.am, modules/video_filter/osd_text.c: removed the osdtext module configure.ac: changes "osdtext" to "freetype" some places modules/codec/spudec/*: when iconv is available, use it to convert textual subtitles from the encoding given by --sub-encoding to utf8. Use new code to render subtitles modules/control/lirc/lirc.c: use new code to give feedback on buttons pressed. untested. modules/demux/util/sub.c: remove all traces of the ugly old osdtext module modules/misc/dummy/*: added a "text renderer" submodule in the dummy module src/misc/modules.c: included osd.h as it seems to be needed to export symbols final notes: you need to give a proper value to --freetype-font. This should be the path to a font file freetype2 can handle (almost any format afaik) with a unicode translation table in it. Windows ttf files will do. In linux at least openoffice distributes some fonts that work. I think macosx and beos also has useable fonts.
-
Sigmund Augdal Helberg authored
includes in the .h files, since they are parsed out of context by doxygen Doxyfile: misc fixes, use ./toolbox --add-include as filter for sources. include/vlc_common.h: doxygenized VLC_COMMON_MEMBERS With these changes, and a slightly patched version of doxygen (which you can get here: http://www.idi.ntnu.no/~sigmunau/doxygen-vlcpatched.tgz ) you should be able to get some useful documentation out of the vlc sources.
-
Gildas Bazin authored
-
- 13 Jul, 2003 6 commits
-
-
Christophe Massiot authored
and our dear users report it as a bug.
-
Gildas Bazin authored
* modules/gui/skins/*: removed unused GTK2_SKINS code.
-
Gildas Bazin authored
* modules/stream_out/transcode.c: implemented some very basic channels downmixing. Was necessary to be able to transcode a52 > stereo to mpga.
-
Sigmund Augdal Helberg authored
-
Christophe Massiot authored
than A/52, so disabled it for the moment (we should actually check for the presence of a descriptor).
-
Christophe Massiot authored
would progressively empty on some DVDs.
-
- 12 Jul, 2003 2 commits
-
-
Gildas Bazin authored
* modules/gui/wxwindows/*: added a "simple open" entry to the "File" menu of the interface and playlist. That entry just opens a wxFileDialog().
-
Laurent Aimar authored
-
- 11 Jul, 2003 3 commits
-
-
Gildas Bazin authored
* modules/gui/wxwindows/streamout.cpp, wxwindows.h: added an audio channels combobox for transcoding. * NEWS: update in preparation for 0.6.1.
-
Gildas Bazin authored
* modules/audio_output/directx.c: 5.1 audio output now works on sblive/audigy as well :) * modules/audio_output/waveout.c: fixed the waveOut plugin so works on NT4 as well... that complicates the plugin a bit more than I would have wanted, but hey. * modules/gui/wxwindows/messages.cpp: the verbose checkbox is set to the value of the --verbose config option.
-
Laurent Aimar authored
-