- 04 Mar, 2003 2 commits
-
-
Christophe Massiot authored
* Moved input_ExtractPES to where it belongs, input_ext-dec.c.
-
gbazin authored
* modules/audio_filter/resampler/bandlimited.[ch]: new high-quality bandlimited interpolation resampler. It is not yet enabled by default because it requires a bit more works (not fully stable yet because of buffer overflows under certain conditions). * src/audio_output/input.c: the resamplers are now always active (expcept in spdif mode). * modules/audio_filter/resampler/*: modified the resampler to return the input buffer when no resampling is needed.
-
- 03 Mar, 2003 7 commits
-
-
hartman authored
-
Christophe Massiot authored
as a plug-in, * Another desperate attempt at fixing OS X lock-ups.
-
hartman authored
- added remarks on m-audio fixes and other OSX specific fixes. - added improved ID3 detection item * README.MacOSX.rtf - updated to reflect M-Audio fixes. * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/*: - widened the Browse.. button to allow for the german word: durchsuchen.
-
gbazin authored
* ALL: another bunch of fixes for the MSVC build.
-
gbazin authored
* ALL: Finally fixed the MSVC project files. Don't include io.h on win32 when not necessary. A few build fixes for MSVC. * src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when present.
-
Christophe Massiot authored
* Changed an error into a warning.
-
mms://viptvr.yacast.fr/encoderfranceinfoLaurent Aimar authored
header send over multiples packets).
-
- 02 Mar, 2003 7 commits
-
-
gbazin authored
* configure.ac.in: fixed libid3tag detection.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
gbazin authored
* NEWS: started filling in the NEWS file for the 0.5.2 release.
-
gbazin authored
* configure.ac.in: Removed unused options. We also don't link with lrt anymore when using GNU-pth (lrt depends on lpthread).
-
gbazin authored
* src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes for the GNU-pth implementation.
-
- 01 Mar, 2003 3 commits
-
-
gbazin authored
* src/misc/threads.c, include/vlc_threads_funcs.h: fixed gnu-pth thread implementation and fixed an initialization bug in libvlc.
-
ipkiss 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
-
gbazin 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
-
ipkiss authored
I've voluntarily disabled the translation of the toolbar buttons strings, because it looks really awful...
-
- 27 Feb, 2003 6 commits
-
-
ipkiss authored
-
gbazin authored
* modules/demux/avi/avi.c: compilation fix.
-
Laurent Aimar authored
to way (instead of a hard coded sleep ;)
-
gbazin 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
-
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
-
- 25 Feb, 2003 4 commits
-
-
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.
-