- 24 Oct, 2002 3 commits
-
-
Laurent Aimar authored
* input_ext-dec.c : add a call to GetPES in NextPES when fifo is empty.
-
Gildas Bazin authored
* src/input/input_ext-dec.c, include/input_ext-dec.h, modules/codec/araw.c: renamed input_NextPES into input_ExtractPES and factorised its code. * modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad/decoder.c, modules/codec/cinepak/cinepak.c: make use of NextPES and GetPES from src/input/input_ext-dec.c. * modules/codec/a52.c: fixed uninitialized variable.
-
Gildas Bazin authored
* ALL: I did add these files, but forgot to commit them ( ouarf ouarf :)
-
- 23 Oct, 2002 3 commits
-
-
Gildas Bazin authored
* ALL: New ogg demux and vorbis codec modules for preliminary support of ogg/vorbis streams.
-
Christophe Massiot authored
-
Gildas Bazin authored
* ALL: fixed a bunch of memory leaks.
-
- 22 Oct, 2002 3 commits
-
-
Christophe Massiot authored
* Miscellaneous small fixes.
-
Sam Hocevar authored
For the moment it spawns a separate window and seems to behave nastily (read: crashes) when the target has sound, but the javascript interface works perfectly, for instance. To build it, I installed Mozilla development files in my mingw32 dir and hacked mozilla-config so that it uses these files. I also hacked jri_md.h and jni_md.h to put "defined(_MSC_VER) || defined(__MINGW32__)" where it read "defined(_MSC_VER)". No other changes were necessary.
-
Sam Hocevar authored
-
- 21 Oct, 2002 4 commits
-
-
Christophe Massiot authored
messages, * Updated BeOS and QNX outputs with respect to i_channels policy.
-
Laurent Aimar authored
(input_NextPES); * araw.c : use this new function.
-
Laurent Aimar authored
* modules/demux/asf/*: some clean up
-
Sam Hocevar authored
-
- 20 Oct, 2002 4 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
usable, but it begin to give good result.
-
Christophe Massiot authored
* include/vlc_threads.h: Avoid locking the interface, * ALL: reworked all audio output plug-ins to correctly take into account i_channels. At present this is known to break OSS, probably others.
-
- 17 Oct, 2002 6 commits
-
-
Olivier Teulière authored
-
Sam Hocevar authored
the DirectX plugin (please test compilation).
-
Sam Hocevar authored
* ./modules/video_output/x11/xcommon.c: we transmit the click only at release time.
-
Sam Hocevar authored
* ./modules/access/dvdplay/intf.c: instead of probing the mouse on each loop iteration, we set a callback on the corresponding variables.
-
Sam Hocevar authored
can now use var_* functions from within your callback, they can even trigger callback themselves, to any level. The main restriction is that you shouldn't meddle with a variable that is already being triggered by the current thread (other threads will just wait). * ./src/misc/objects.c: fixed a deadlock in the "tree" command. * ./modules/misc/testsuite/test4.c: added a "callback-test" command to the rc interface to test callback loop detection and concurrent triggers.
-
Sam Hocevar authored
palette, implemented the "force display" command as forever-living subtitles, and reworked some code. * ./src/video_output/video_output.c: we increment the image date even if we are repeating the previous image, so that subtitles have a chance to get displayed. * ./src/video_output/vout_subpictures.c: ephemer subpictures don't timeout.
-
- 16 Oct, 2002 6 commits
-
-
Sigmund Augdal Helberg authored
crates a little button next to the textarea that pops up a file open dialog where the user can point and click on the file to select. It also drops down a list of possible completions as the user types.
-
Christophe Massiot authored
* Fixed a compile issue in the vcd plug-in, * Fixed SDL behavior with > 2 channels.
-
Sam Hocevar authored
callbacks.
-
Sam Hocevar authored
under platforms without libintl such as Win32. Use --with-included-gettext to test. Might break compilation on systems I don't have access to.
-
Sam Hocevar authored
phase. * ./modules/video_filter/deinterlace/deinterlace.c: the bob method now flickers less thanks to a patch from Marian Durkovic <md@bts.sk>.
-
Sam Hocevar authored
we now release the variable lock before calling the command. * ./src/misc/threads.c: removed deprecated code.
-
- 15 Oct, 2002 7 commits
-
-
Christophe Massiot authored
* Fixed detection of VCD support under OS X.2.
-
Gildas Bazin authored
* modules/access/vcd/*, configure.ac.in: - Major changes to allow reading vcd images directly from the hard drive (you need a .cue and .bin file). - Removed duplicated code by merging ioctl_GetTrackCount and ioctl_GetSectors. - Implemented necessary ioctls for Win9x/NT/2K/XP.
-
Sam Hocevar authored
-
Sam Hocevar authored
vlc_mutex_need() and vlc_mutex_unneed(). * ./src/misc/variables.c: implemented VLC_VAR_MUTEX variables. * ./modules/misc/gtk_main.c, ./src/libvlc.c: replaced named mutexes with named mutex variables.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
and to prepare for OpenDML support. Add new options : --avi-index force index creation. --avi-interleaved force method used for unseekable stream but need interleaved stream and could lead to loss of audio/video synchro.
-
- 14 Oct, 2002 4 commits
-
-
Eric Petit authored
-
Laurent Aimar authored
* wav : demux for wav file( should work with raw pcm, mp3 or a52 stream ) but untested under big endian machine(for pcm). All are compiled by default.
-
Alexis de Lattre authored
Updated description.
-
Eric Petit authored
-