- 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 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 2 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 ).
-