- Feb 27, 2003
-
-
Marc Ariberti authored
-
Christophe Massiot authored
* Another attempt at fixing the "VLC is locking up OS X" problem * Updated po files
-
- Feb 26, 2003
-
-
Cyril Deguet authored
-
gbazin 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 '/' ?)
-
gbazin 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
-
- Feb 25, 2003
-
-
gbazin authored
* modules/codec/libmpeg2.c: fixed pts handling.
-
gbazin 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.
-
gbazin 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.
-
- Feb 24, 2003
-
-
Laurent Aimar authored
-
Laurent Aimar authored
and mpeg4/divx3 video streams. (Created files seem to work only with vlc).
-
Jon Lech Johansen authored
-
sigmunau authored
before, and not after a random seek
-
Laurent Aimar authored
-
Laurent Aimar authored
* mux/* implemented pf_mux_capacity.
-
gbazin 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
-
- Feb 23, 2003
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
* httpd : mini http server (be carefull about security issue...)
-
Laurent Aimar authored
- Only vlc is able to read such TS. - I use stream id 0xa0 and descriptor 0xa0, I hope there aren't used. - DivX1/2/3, wmv1/2, h/i263 should be supported, others could be quickly added. - Please test.
-
sigmunau authored
16bit per sample streams, only tested with stereo
-
Jon Lech Johansen authored
Dynamic device support. * ./modules/gui/macosx: Minor fixes and cosmetic changes.
-
Christophe Massiot authored
available.
-
- Feb 22, 2003
-
-
Laurent Aimar authored
-
- Feb 21, 2003
-
-
gbazin authored
* src/audio_output/input.c: fixed buffer allocation bug that was triggered when using "in place" resamplers.
-
hartman authored
* modules/audio_filter/converter/mpgatofixed32.c: - fixed an issue that could cause glitches when switching from one stream to another. the buffer wasn't entirely getting 0000 because multiple channels were not taken into account when doing this. * ALL: - if float32 then clear the buffer with (float)0
-
hartman authored
-
hartman authored
right Meuuh ??? ;)
-
hartman authored
Meeuh, one more place that needs version string updated before a release. might be made automated ?
-
hartman authored
* vlc.app changed to VLC.app. cvsignore changed to reflect this.
-