- 23 Feb, 2004 3 commits
-
-
Gildas Bazin authored
* include/vlc_common.h: added the UI64C() macro for unsinged long long constants.
-
Gildas Bazin authored
* src/playlist/playlist.c: vout/sout garbage collection improvements.
-
Rocky Bernstein authored
-
- 22 Feb, 2004 17 commits
-
-
Eric Petit authored
-
Gildas Bazin authored
* modules/access/cdda/access.c: fix to allow playing the last track and cd's with only 1 track.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Clément Stenac authored
-
Christophe Massiot authored
* src/misc/threads.c: fixed a Darwin-specific bug introduced recently
-
Gildas Bazin authored
* configure.ac: added an --enable-utf8 option (default enabled on osx/beos/win32). * src/libvlc.c, modules/gui/wxwindows/wxwindows.h: use #ifdef ENABLE_UTF8
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
reading. (caught by valgrind).
-
Gildas Bazin authored
* po/*: ./toolbox --update-po.
-
Gildas Bazin authored
* modules/demux/playlist/Modules.am: don't forget playlist.h.
-
Gildas Bazin authored
* ALL: preparation for 0.7.1-test2.
-
- 21 Feb, 2004 3 commits
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c: fixed memleak. Set aspect ratio info even for raw video input.
-
Gildas Bazin authored
* include/charset.h: added "extern "C" {" for c++ modules. * modules/mux/mp4.c, modules/demux/ts.c: fixed memleaks.
-
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 6 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
-