- 02 Mar, 2003 3 commits
-
-
Gildas Bazin authored
* NEWS: started filling in the NEWS file for the 0.5.2 release.
-
Gildas Bazin authored
* configure.ac.in: Removed unused options. We also don't link with lrt anymore when using GNU-pth (lrt depends on lpthread).
-
Gildas Bazin authored
* src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes for the GNU-pth implementation.
-
- 01 Mar, 2003 3 commits
-
-
Gildas Bazin authored
* src/misc/threads.c, include/vlc_threads_funcs.h: fixed gnu-pth thread implementation and fixed an initialization bug in libvlc.
-
Olivier Teulière authored
- misc.cpp: toolbar buttons are translated too - mainframe.dfm: removed the "Back" and "Eject" toolbar buttons, which were rather useless, and added an "Eject disc" menu entry Also hid the caption for all the toolbar buttons - win32.cpp: Added a config option to display or not these captions - preferences.cpp: small modification to support non-advanced mode
-
Gildas Bazin authored
* install-win32, Makefile.am: added the html faq to the win32 package. * toolbox, msvc/*: few fixes to the msvc project files generation. (compiling plugins won't work yet because there are a few hacks that need to be done in order to compile dlls that use the c-runtime)
-
- 28 Feb, 2003 3 commits
-
-
Laurent Aimar authored
-
Christophe Massiot authored
-
Olivier Teulière authored
I've voluntarily disabled the translation of the toolbar buttons strings, because it looks really awful...
-
- 27 Feb, 2003 6 commits
-
-
Olivier Teulière authored
-
Gildas Bazin authored
* modules/demux/avi/avi.c: compilation fix.
-
Laurent Aimar authored
to way (instead of a hard coded sleep ;)
-
Gildas Bazin authored
* ALL: i18n updates and fixes.
-
Marc Ariberti authored
-
Christophe Massiot authored
* Another attempt at fixing the "VLC is locking up OS X" problem * Updated po files
-
- 26 Feb, 2003 8 commits
-
-
Cyril Deguet authored
-
Gildas Bazin authored
* configure.ac.in, Makefile.am, install-win32: fixed the package-win32 make target, and included the locales in the installer script. * src/libvlc.c: on win32 we look for the locales in vlc's directory.
-
Christophe Massiot authored
-
Marc Ariberti authored
* when clicking a link : follows the link and don't try to open it * yopy does not always sees the '.' and '..', so workaround : - all the hidden files are not displayed - the '..' directory is each time added by hand
-
Marc Ariberti authored
- added a pixmpa directory - added a set_usize (how do we maximize cleanly a gtk-window ?) - chdir to '.' instead of '/mnt' (should it be '~' or '/' ?)
-
Gildas Bazin authored
* src/input/input_ext-dec.c: added a few sanity checks that avoid crashing badly when we reach the end of the stream (decoder stream). * modules/packetizer/mpegvideo.c: fixed a bug that was causing an infinite loop when the end of the stream was reached.
-
Laurent Aimar authored
-
Boris Dorès authored
-
- 25 Feb, 2003 4 commits
-
-
Gildas Bazin authored
* modules/codec/libmpeg2.c: fixed pts handling.
-
Gildas Bazin authored
* configure.ac.in: accidentaly changed AM_GNU_GETTEXT_VERSION to 0.11.5 in my last commit. * po/Makevars: file needed by newer versions of gettext.
-
Laurent Aimar authored
mark headers. * httpd : added a way to use stream header, and changed the way that stream data are stored (allow better client handling). * http : use stream header, and add mime type detection by looking at file extention (could be improved). * ogg: fixed a segfault when removing a stream, mark header.
-
Gildas Bazin authored
* configure.ac.in, modules/codec/Modules.am, modules/codec/libmpeg2.c: Added a simple mpeg video decoder based on libmpeg2. It is mainly useful for comparing the performance against our custom decoder as it is currently missing some important features like the synchro stuff.
-
- 24 Feb, 2003 11 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
and mpeg4/divx3 video streams. (Created files seem to work only with vlc).
-
Jon Lech Johansen authored
-
Sigmund Augdal Helberg authored
before, and not after a random seek
-
Laurent Aimar authored
-
Laurent Aimar authored
* mux/* implemented pf_mux_capacity.
-
Gildas Bazin authored
* configure.ac.in, modules/misc/httpd.c: compilation fixes for win32.
-
Laurent Aimar authored
by src/stream_output.c (avoid changing every time stream_output.h...)
-
Laurent Aimar authored
functions by muxer. * wav: fixed a warning.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 23 Feb, 2003 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-