- 23 Nov, 2003 33 commits
-
-
Olivier Teulière authored
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
* modules/gui/wxwindows/*: added new codecs for stream output. Added ffmpeg postproc to menus. * modules/codec/ffmpeg/*: allow switching postproc filters on the fly.
-
Laurent Aimar authored
-
Alexis de Lattre authored
- Modified some strings in VLC source code - ran ./toolbox --update-po
-
Rocky Bernstein authored
-
Gildas Bazin authored
* src/input/input_dec.c: set p_dec->b_error when we can't create the output.
-
Gildas Bazin authored
* modules/control/http.c: cough cough
-
Gildas Bazin authored
* modules/gui/wxwindows/*: small cleanup.
-
Gildas Bazin authored
* modules/control/http.c: fixed segfault when deleting items and prevent adding empty items.
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Simon Latapie authored
-
Simon Latapie authored
played item * doc/intf-http.txt : adding "pl.group" * share/http/index.html : little cosmetic change (better according to gibalou).
-
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 7 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.
-