- 06 Nov, 2002 1 commit
-
-
Sam Hocevar authored
* ./src/libvlc.c: fixed a bug causing all commandline targets to be ignored for playback except the last one. * ./modules/codec/dv.c: we detach p_vout before quitting. * ./modules/codec/xvid.c: fixed image corruption, added a direct rendering option which doesn't work yet.
-
- 05 Nov, 2002 7 commits
-
-
Gildas Bazin authored
* modules/demux/avi/*: should theoretically fix the endianness issues with the avi demuxer.
-
Sam Hocevar authored
from xvid.org; compile with --enable-xvid --with-xvid-tree=..., run with --codec xvid,any (the priority is lower than ffmpeg's for the now). todo list: direct rendering, better buffer handling, see why only I frames are rendered OK here... probably more.
-
Gildas Bazin authored
* modules/demux/ogg.c: should theoretically work on Big Endian machines now.
-
Gildas Bazin authored
* All: moved the check for "video" and "audio" config variables to input_SelectES(). That allows --no-video and --no-audio to automagically work for all demuxers.
-
Sam Hocevar authored
GetFirstPES in favour of input_ExtractPES/input_DeletePES calls.
-
Gildas Bazin authored
* modules/codec/ffmpeg/*: modified the ffmpeg video codec to use direct rendering when possible. Use BITMAPINFOHEADER from include/codecs.h + got rid of Little Endian translations that were already done in the demux. * modules/demux/avi/* modules/demux/asf/*: Use BITMAPINFOHEADER from include/codecs.h.
-
Jon Lech Johansen authored
-
- 04 Nov, 2002 2 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
* ./mozilla/npvlc_rc.rc, ./mozilla/vlcplugin.h: added the Ogg mime type to the Mozilla plugin properties. * ./debian/control: added libogg-dev and libvorbis-dev dependicies to the Debian build script.
-
- 03 Nov, 2002 2 commits
-
-
Gildas Bazin authored
* include/codecs.h: new header file to store information shared by decoders and demuxers, like the BITMAPINFOHEADER structure for instance. * modules/demux/ogg.c: the ogg demuxer should now work nicely with ogm files (including for the video). It has only been tested with a few streams produced with dvd::rip and ogmmerge though.
-
Gildas Bazin authored
* modules/demux/ogg.c: we now correctly handle multiple vorbis logical streams in ogm files. * modules/codec/vorbis.c: small bugfix.
-
- 02 Nov, 2002 4 commits
-
-
Gildas Bazin authored
* modules/demux/ogg.c: small fix to avoid crashing when find unknown codecs.
-
Gildas Bazin authored
* modules/demux/ogg.c, modules/codec/vorbis.c: seeking in an ogg stream is working fine now, + misc other improvements.
-
Sigmund Augdal Helberg authored
debian/rules: update the location of libgnome_main_plugin.so and libgtk_main_plugin.so. Added the ui.rc file to the kvlc package. All debian packages seem to build now (even though there were some warnings)
-
Gildas Bazin authored
* src/video_output/video_output.c: small change to avoid using floating point registers in the video ouptut routines.
-
- 01 Nov, 2002 3 commits
-
-
Gildas Bazin authored
* modules/audio_output/directx.c: forgot an aout_BufferFree().
-
Gildas Bazin authored
* src/audio_output/common.c, include/aout_internal.h: added a new function aout_FifoFirstDate() that allows the aout plugin to schedule the first play. * src/audio_output/output.c: fixed another problem affecting the audio quality. * modules/audio_output/directx.c: improvements. The buffering scheme has been changed to be less affected by temporary starving. We also schedule the first sample to play.
-
Sigmund Augdal Helberg authored
-
- 31 Oct, 2002 3 commits
-
-
Sam Hocevar authored
been modified. Maybe we'll need the other type, too, but this change will make things simpler in aout3. * ./src/playlist/playlist.c: removed two unused variables. * ./src/misc/modules.c: removed a debug message I had forgotten. * ./src/misc/modules_plugin.h.in: fixed a typo (thanks bozo).
-
Gildas Bazin authored
* modules/codec/spudec/spudec.c, modules/codec/spudec/parse.c: fixed a couple of problems introduced with the recent changes to the bitstream facility. * src/audio_output/output.c: fixed a quite annoying bug in aout3 that was triggering unnecessary trashing of audio frames.
-
Christophe Massiot authored
-
- 30 Oct, 2002 3 commits
-
-
Eric Petit authored
-
Eric Petit authored
-
Eric Petit authored
uses it - clean up
-
- 29 Oct, 2002 6 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
* ./bootstrap: fixed calls to $(LINK) which had duplicate -o options.
-
Eric Petit authored
-
Sam Hocevar authored
an error (value < 0) if the variable does not exist.
-
Sam Hocevar authored
which are a generic use of the realloc/memmove/index++ scheme we use for dynamic arrays. * ./src/misc/variables.c: properly free the choice list upon variable destruction.
-
Gildas Bazin authored
* modules/codec/ffmpeg/audio.c: compilation fix for ffmpeg builds < 4618
-
- 28 Oct, 2002 9 commits
-
-
Gildas Bazin authored
* configure.ac.in: libvorbis depends on libogg. * include/vlc_threads.h: changed the different threads priorities to optimize audio and video quality as well as responsiveness. * modules/audio_output/waveout.c modules/audio_output/directx.c: waveout and directx will now use the float32 format if available. Various tweaks for better performance.
-
Gildas Bazin authored
* modules/video_output/directx/directx.c: fixed segfault on initialization. Changed back the priority of the event thread to normal.
-
Gildas Bazin authored
* modules/codec/mpeg_video/parser.c: add_module() for "mpeg-motion" wasn't using the right capability. * modules/codec/ffmpeg/ffmpeg.c: fixed typo (re-enabled default case in a switch). * modules/codec/a52.c: fixed the AOUT_DOLBY detection.
-
Sam Hocevar authored
-
Eric Petit authored
-
Eric Petit authored
-
Eric Petit authored
- Fixes
-
Sam Hocevar authored
if it was found. * ./modules/access/dvdplay/tools.c: we don't try to stat the device if it looks like a Win32 drive. * ./src/misc/messages.c: we only flush stderr under Win32.
-
Sam Hocevar authored
* ./src/misc/variables.c: implemented min/max and steps for integer and float variables.
-