- 18 Aug, 2002 5 commits
-
-
Sigmund Augdal Helberg authored
is available
-
Sam Hocevar authored
really needed, and we were calling pthread_mutex_lock from it. * ./src/libvlc.c: released a vlc_list_t that caused vlc --list to hang.
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
file in DATA_PATH modules/gui/kde/kde.cpp and interface.h: removed a stupid class, moved stuff from open() to run() to make the kde interface start without segfaults.
-
Eric Petit authored
Now everything should compile with every gcc with no problem (mp4, ffmpeg and faad plugins, especially).
-
- 17 Aug, 2002 4 commits
-
-
Laurent Aimar authored
-
Jean-Paul Saman authored
-
Tony Castley authored
-
Tony Castley authored
-
- 16 Aug, 2002 4 commits
-
-
Sam Hocevar authored
(compilation fix for Solaris).
-
Arnaud de Bossoreille de Ribou authored
-
Sam Hocevar authored
-
Sam Hocevar authored
functions. * ./modules/demux/mpeg/audio.c: at least three PS startcodes are required before we abort the parsing and consider the input as PS instead of MP3.
-
- 15 Aug, 2002 5 commits
-
-
Arnaud de Bossoreille de Ribou authored
configure.
-
Sam Hocevar authored
* ./modules/gui/win32/preferences.cpp: the Win32 interface doesn't use the old module linked list anymore.
-
Sam Hocevar authored
the vlc_object_* and vlc_list_* functions to manage modules. The Win32 interface doesn't build, but I'll fix this.
-
Arnaud de Bossoreille de Ribou authored
TODO: S/PDIF mode.
-
Olivier Teulière authored
-
- 14 Aug, 2002 9 commits
-
-
Jean-Paul Saman authored
- added GtkCList instead of GtkList. - added first column sorting order by clicking on column header - selecting item from list works - reading entire directory list is displayed in GtkCList widget
-
Sam Hocevar authored
vlc_object_find() but returns a list of _all_ the matching objects. Only works with FIND_ANYWHERE at the moment. * ./modules/gui/gtk/preferences.c, ./modules/gui/kde/preferences.cpp, ./modules/gui/win32/preferences.cpp: the module lists in the preferences menus work again. * ./src/misc/objects.c: added a missing sizeof that caused crashes because the reindexing of the global object array was incomplete. * ./include/modules_inner.h: propagated the module long description to its submodules.
-
Sam Hocevar authored
* ./src/audio_output/audio_output.c, ./src/audio_output/mixer.c: fixed a horrible sound issue by making sure internal buffers have a size multiple of 4 bytes. Waiting for a real fix made in Meuuh, of course.
-
Arnaud de Bossoreille de Ribou authored
-
Olivier Teulière authored
* compilation fix (by sam)
-
Tristan Leteurtre authored
This first draft is made to read RTP streamed by the vls.
-
Sam Hocevar authored
just as 'd' displayed a tree of attached objects. * ./src/misc/modules.c: added a missing header.
-
Christophe Massiot authored
received does not start exactly at the given date, it indicates if the output plug-in is able to compensate for the drift (for instance on startup, or with S/PDIF packets), or if we need the aout core to resample the coming buffers. It is currently unimplemented.
-
Christophe Massiot authored
p_buffer now has a i_nb_bytes member. It is possible to indicate for a format its byterate (necessary for AC3 and SPDIF). * S/PDIF output seems to be working at last (tested with the file output).
-
- 13 Aug, 2002 6 commits
-
-
Christophe Massiot authored
<zedek@fxgsproject.org>. * Fixed a bug in float32tos16, where gcc over-optimized a little and caused problems on some platforms (eg. solaris).
-
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 7 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
-