- 10 Jan, 2004 2 commits
- 09 Jan, 2004 16 commits
-
-
hartman authored
- Added the duration column - Added a 'surpress error dialog' option to the dialog * ALL: copyright year and author changes
-
hartman authored
src/misc/variables.c: Added a VLC_VAR_TRIGGER_CALLBACKS action * src/libvlc.c: You can now change verbosity on the fly by using the "verbose" variable of p_vlc. -1 == quiet
-
Jon Lech Johansen authored
-
gbazin authored
* src/extras/libc.c: return result in vlc_asprintf().
-
gbazin authored
* ALL: added vlc_asprintf() to our libc.
-
Jon Lech Johansen authored
-
hartman authored
-
hartman authored
You used vasprintf but used asprintf paramaters. Which one do you want to use? i changed to asprintf now.
-
hartman authored
-
gbazin authored
-
Jon Lech Johansen authored
* ./modules/demux/mp4/mp4.c: if sample has not been decrypted, do not pass it on to decoder.
-
hartman authored
* ffmpeg.c: 0.4.8 ifdef'ing
-
Rocky Bernstein authored
-
gbazin authored
* modules/demux/mpeg/Modules.am: forgot to remove private.h.
-
gbazin authored
* modules/demux/mpeg: fixed latest changes to mpeg system demuxer (dvd playing was broken).
-
gbazin authored
* modules/codec/ffmpeg/video.c: setup dummy palette to avoid segfaults with some codecs. * modules/codec/ffmpeg/ffmpeg.c: more fourccs.
-
- 08 Jan, 2004 19 commits
-
-
sigmunau authored
* add fourcc "smc "
-
hartman authored
-
hartman authored
-
gbazin authored
* modules/codec/ffmpeg/ffmpeg.c: compilation fix for ffmpeg 0.4.8.
-
hartman authored
-
gbazin authored
* modules/codec/ffmpeg/demux.c: improvements. * modules/codec/ffmpeg/ffmpeg.c: added a few fourccs.
-
hartman authored
* Use new style of use_enable * Fixed some bugs
-
Sam Hocevar authored
+ Updated for libcaca 0.7.
-
hartman authored
a bit late i know. I had forgotten about it.
-
Laurent Aimar authored
time, informations and help display).
-
gbazin authored
* modules/codec/ffmpeg/ffmpeg.c: oops.
-
Rémi Denis-Courmont authored
-
hartman authored
-
Jon Lech Johansen authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
sigmunau authored
* fixed a warning
-
Laurent Aimar authored
* modules/access/ftp.c: cleaned up.
-
gbazin authored
* configure.ac: detect if libavformat is present. * modules/codec/ffmpeg/demux.c: new experimental demuxer using libavformat (most of the work done by fenrir). This demuxer should allow us to support "frindge" formats (FLIC, SWF, etc...). The demuxer has been put here because of its dependancy on libavformat and libavcodec. * modules/codec/ffmpeg/ffmpeg.c: re-arranged the codecs list.
-
- 07 Jan, 2004 3 commits
-
-
Laurent Aimar authored
-
gbazin authored
* src/playlist/*: fixed memory leaks. * modules/codec/rawvideo.c: fixed dts/pts problem and added support for fourcc IYUV. * modules/stream_out/transcode.c: added support for fourcc IYUV.
-
Laurent Aimar authored
-