- 19 Jul, 2003 4 commits
-
-
Gildas Bazin authored
* src/libvlc.c: use UTF-8 internally on win32.
-
Sigmund Augdal Helberg authored
-
Sam Hocevar authored
-
Derk-Jan Hartman authored
* vlc.ebuild: removed xvid and added the debug USE variable. Also some formatting fixes.
-
- 18 Jul, 2003 10 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* Add -framework Carbon to the ldflags of the spudec module when Carbon is present. freetype-config unfortunatly omits this on MacOSX. I think I did this correctly, but it might be wise to review this :)
-
Gildas Bazin authored
* src/libvlc.h: disabled the encoders config options (encoders are not used anymore, all the encoding is done in the stream output transcode module). * src/misc/win32_specific.c: added an --high-priority config option on win32 to increase the priority of the process (default enabled for now so the behaviour isn't changed.)
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
* modules/audio_output/alsa.c: alsa is now the default audio output. * src/misc/configuration.c: removed unnecessary line. * modules/gui/skins/parser.*: small cosmetic change.
-
Derk-Jan Hartman authored
* added USE mad and libid3tag * added mp3lame capability to ffmpeg. * updated wxGTK requirements to 2.4.1
-
Eric Petit authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/video_output/directx/events.c: closing the video window doesn't doesn't exit vlc anymore, it just stops the current stream. * modules/gui/wxwindows/*: fix for popup menu placement.
-
- 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 1 commit
-
-
Sigmund Augdal Helberg authored
-