- 23 Nov, 2003 19 commits
-
-
Clément Stenac authored
* AUTHORS: updated sam's, sigmund's, garf's, gibalou's and fenrir's records
-
Gildas Bazin authored
* modules/codec/speex.c: support for speex encoding. * modules/codec/vorbis.c: removed unused code.
-
Christophe Massiot authored
-
Rocky Bernstein authored
configuration option to specify whether or not to use PBC.
-
Gildas Bazin authored
* NEWS: updated with new stuff.
-
Christophe Massiot authored
-
Gildas Bazin authored
* modules/codec/quicktime.c, modules/codec/cinepak.c: use pts if available, otherwise use dts.
-
Christophe Massiot authored
-
Gildas Bazin authored
* modules/demux/*: some containers don't carry any PTS information, just a DTS. In that case, make sure the PTS forwarded to the decoder is set to 0. * modules/codec/ffmpeg/video.c: use PTS if available, if not find out the PTS from the DTS and the p_context->has_b_frames and p_pic->reference flags.
-
Christophe Massiot authored
work now.
-
Clément Stenac authored
-
Laurent Aimar authored
is buggy).
-
Laurent Aimar authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
this required new libvcdinfo API - so change to configure.ac for pending new libcdio/vcdimager releases. Additional libvcdinfo routines also means less VCD twidling inside vlc code, thus simplifying what is already a bit complicated and likely to get more so.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-> but untested under OS X and win32.
-
Laurent Aimar authored
- also check for p_dec->b_die and b_error. - unload module before joining thread (in DecoderThread) otherwise qt win32 dll loader will segfault. (but perhaps I'm the only one using it) -> find a better solution.
-
- 22 Nov, 2003 21 commits
-
-
Laurent Aimar authored
as vlc/vlc.h include them).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-> i_rate isn't used for now : it will need to be fixed.
-
Gildas Bazin authored
* configure.ac: get rid of the oggpackB_read check in libogg because we don't use it anymore.
-
Gildas Bazin authored
* include/input_ext-intf.h, include/vlc_es.h: moved ES categories into vlc_es.h * modules/codec/lpcm.c: ported to the new decoders api + lpcm packetizer.
-
Laurent Aimar authored
(may be readded later). * mpgv.c: new demuxer using the packetizer (allow to stream ES).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
+ Fixed internal symbols for version numbers containing "+". + Added a --enable-caca flag. * modules/video_output/caca.c: + Updated libcaca video output to the released version. + Added --caca-dithering flag (none, dither, random).
-
Laurent Aimar authored
-
Gildas Bazin authored
* modules/codec/tarkin.c: ported to the new decoders api (I know, this is a waste of time ;).
-
Laurent Aimar authored
-
Olivier Teulière authored
-
Gildas Bazin authored
* modules/stream_out/transcode.c: put back the dumb downmixing routine.
-
Gildas Bazin authored
* src/input/input.c: fixed previous fix (sout needs to be destroyed after the ES).
-
Gildas Bazin authored
* src/input/input.c: don't free the ES twice. * modules/demux/ogg.c: ported to the es_out_*() api and fixed flac support. * modules/codec/flac.c: couple of fixes.
-
Sigmund Augdal Helberg authored
* fixed a minor memory leak
-