- 21 Feb, 2004 1 commit
-
-
Gildas Bazin authored
* modules/codec/ffmpeg/encoder.c: make it ffmpeg-0.4.8 friendly.
-
- 20 Feb, 2004 11 commits
-
-
Gildas Bazin authored
* configure.ac: what about checking for the c++ preprocessor.
-
Christophe Massiot authored
-
Gildas Bazin authored
* modules/demux/a52sys.c: forgot to remove this file. * modules/audio_output/alsa.c: kind of a work-around for a strange bug that trashes the stack. Doesn't solve it but should be easier to track down now.
-
Christophe Massiot authored
-
Christophe Massiot authored
- new ffmpeg options available from the command-line : interleaved video, noise reduction, rate control parameters, i_quant_factor, trellis quantification, mpeg4 matrix, and thread count - portable functions to use ffmpeg multithreading capabilities on all platforms - hurry up mode now turns off rd and trellis, and also raises the noise reduction parameter (thus noise reduction is mandatory with hurry up) - if threads=1, no ffmpeg thread is launched, but the ffmpeg encoding will be done in a separate thread than the packetizer and decoder - fixed a bug with mp3 decoding and weird ffmpeg return code
-
Christophe Massiot authored
exactly once.
-
Christophe Massiot authored
OSes, and added an rt-offset configuration variable to tune the priority of VLC against other programs without recompiling everything.
-
Christophe Massiot authored
-
Christophe Massiot authored
in the past, to avoid flooding the client.
-
Benjamin Pracht authored
-
Benjamin Pracht authored
(no more default values). Patch from Tim O Callaghan (tim.ocallaghan - AT - limestudios - DOT - com)
-
- 19 Feb, 2004 7 commits
-
-
Derk-Jan Hartman authored
- fixed the bug with the modules not setting up their prefs. - bugs: int with strings items are broken (see relfontsize) - hotkeys elements don't really work
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
-
Gildas Bazin authored
-
Jean-Paul Saman authored
Tell FAAD2 to produce FAAD_FMT_16BIT (16bits PCM values) and VLC so that it doesn't need to do a conversion filter for it.
-
Jean-Paul Saman authored
-
Rocky Bernstein authored
Thanks to Marco Z�hlke for finding this problem.
-
- 18 Feb, 2004 1 commit
-
-
Laurent Aimar authored
-
- 17 Feb, 2004 2 commits
-
-
Gildas Bazin authored
-
Derk-Jan Hartman authored
* fix broken vout_OSDMessage in other files
-
- 16 Feb, 2004 4 commits
-
-
Clément Stenac authored
- none: subdirectories are skipped - collapse: former behaviour, subdirectories are not expanded - expand: all subdirectories are fully expanded I dislike these strings, please find other ones :)
-
Clément Stenac authored
* Introduce duration sort
-
Clément Stenac authored
-
Gildas Bazin authored
-
- 15 Feb, 2004 7 commits
-
-
Gildas Bazin authored
* modules/misc/network/ipv6.c: fix for ipv6 name resolution, courtesy of Jeroen Massar (jeroen at unfix dot org).
-
Gildas Bazin authored
* modules/audio_filter/converter/dtstospdif.c: fixed the swab() replacement.
-
Sigmund Augdal Helberg authored
* backported some changes from the hotkeys module * implemented buttons to cycle audio and subtitle tracks. * implemented a mute button doc/lirc/example.lircrc: * example for the new buttons
-
Olivier Teulière authored
Added 'slow' and 'fast' events to play a stream slower/faster
-
Sigmund Augdal Helberg authored
* turned vout_OSDMessage into __vout_OSDMessage * __vout_OSDMessage now takes printf style parameters * added a macro vout_OSDMessage that calls __vout_OSDMessage with the first parameter passed through VLC_OBJECT()
-
Laurent Aimar authored
Vitalijus dot Slavinskas at stud dot ktu dot lt).
-
Gildas Bazin authored
* modules/demux/ogg.c: fixed recent breakage (what a shameful bug).
-
- 14 Feb, 2004 6 commits
-
-
Gildas Bazin authored
* modules/access/cdda/*: forgot to remove demux in module declaration. fixed deadlock with CDDAFixupPlayList().
-
Gildas Bazin authored
* modules/access/cdda*: removed definition of WAVEHEADER. * modules/access/cdda.c: small bug fix.
-
Gildas Bazin authored
* modules/demux/wav.c: started support for WAVEFORMATEXTENSIBLE (aka multichannel). support for float32 format. * include/codecs.h: added WAVEFORMATEXTENSIBLE structure. * modules/codec/araw.c: fixes.
-
Gildas Bazin authored
* modules/gui/skins2/events/evt_scroll.hpp: small portability fix.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: make gcc-2.95 happy.
-
Gildas Bazin authored
* ALL: small portability fixes.
-
- 13 Feb, 2004 1 commit
-
-
Gildas Bazin authored
* modules/demux/playlist/playlist.c: compilation fix.
-