- 13 Aug, 2002 5 commits
-
-
Laurent Aimar authored
And now if this demux has been forced it will (try) to play the whole file even if the stream is heavily corrupted (like PS demux). But now, it makes less assumptions on the stream, so report any problem if it mis-recognizes others files as mpeg audio (specially PS file).
-
Sam Hocevar authored
* ./modules/audio_filter/converter/*: fixed a bug in all the converters test routines (thx Meuuh).
-
Sam Hocevar authored
return value to avoid audio starvation. * ./modules/audio_filter/converter/*: a little loop optimization trick. * ./src/audio_output/aout_ext-dec.c: removed this deprecated file.
-
Sigmund Augdal Helberg authored
input
-
Sam Hocevar authored
instead of our own variable. * ./modules/audio_filter/converter/a52tospdif.c, ./modules/codec/a52.c: added <unistd.h>, required for bswap. * ./modules/demux/mp4/libmp4.c: removed an unneccessary semicolon in a macro definition. * ./modules/audio_output/esd.c: first attempt at getting esd to work. * ./modules/video_output/*: split sdl.so into a video and an audio plugin, and removed useless subdirectories. * ./modules/audio_output/sdl.c: compilation fix.
-
- 12 Aug, 2002 16 commits
-
-
Christophe Massiot authored
* Fixed an endianness issue in S/PDIF. * Added a walken optimization of float32tos16.
-
Sigmund Augdal Helberg authored
therefore have capability 0
-
Christophe Massiot authored
* Prepared for some advances in the aout3 clock management. * Added the first stone of the forthcoming stream output.
-
Sigmund Augdal Helberg authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Desperately need a fixed32 mixer for testing the conversions. - Uncommented unused functions in libmad.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Sigmund Augdal Helberg authored
author does still not contain this header.
-
Laurent Aimar authored
-
Laurent Aimar authored
it has a capability equal to 0 because it conflicts with PS, so you need to force it.
-
Sigmund Augdal Helberg authored
http://s253c.studby.ntnu.no/vlc/html/index.html to see what doxygen can do. ./doc/doxygen: a place for doxygen to put it's files
-
Sam Hocevar authored
only have one parent, because I don't want to deal with cycles, and each created object is indexed in a global array. This feature is unused yet, but it will speed up vlc_object_find(FIND_ANYWHERE). * ./debian/rules: activated the faad codec. * ./doc/fortunes.txt: new fortune cookies. * ./modules/codec/mpeg_video/headers.c: reduced the use of attach/detach. * ./modules/audio_output/oss.c: fixed two compilation warnings.
-
Christophe Massiot authored
-
- 11 Aug, 2002 7 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Sam Hocevar authored
-
Gildas Bazin authored
* src/misc/configuration.c: bugfix (don't initialize and free p_module->object_lock twice). * src/misc/win32_specific.c: missing initializations. * modules/demux/mp4/libmp4.c: was missing an #ifdef HAVE_ZLIB_H
-
Christophe Massiot authored
-
- 10 Aug, 2002 11 commits
-
-
Christophe Massiot authored
-
Laurent Aimar authored
(faad2). * modules/demux/mp4/libmp4.c : could compile without zlib. * modules/codec/ffmpeg/* : set error resilience to -1 by default.(in order to decode more files, but it could produce segfaults ... ) * Makefile.*, configure.in : enable mp4 by default, add faad module (disabled by default ).
-
Christophe Massiot authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Gildas Bazin authored
* modules/video_output/directx/aout.c: adapted the directx audio plugin to aout3. * modules/audio_output/waveout.c: adapted the waveout audio plugin to aout3 and decreased its score so the directx plugin is selected by default. * configure.in: re-enabled the waveout plugin It's really amazing how much aout3 simplifies these plugins :)
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Sam Hocevar authored
* ./modules/gui/win32/win32.cpp: merged intfwin.cpp into this file.
-
Jean-Paul Saman authored
Plugin is not being build by new built structure, this needs to be fixed first.
-
Jean-Paul Saman authored
-
- 09 Aug, 2002 1 commit
-
-
Sam Hocevar authored
-