- 27 May, 2006 1 commit
-
-
trax authored
-
- 11 Apr, 2006 1 commit
-
-
hartman authored
-
- 11 Mar, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 12 Jan, 2006 1 commit
-
-
dionoea authored
-
- 15 Oct, 2005 1 commit
-
-
sigmunau authored
AUTHORS: updated my entry
-
- 11 Jul, 2005 1 commit
-
-
Christophe Massiot authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 06 Mar, 2005 1 commit
-
-
gbazin authored
-
- 21 Feb, 2005 1 commit
-
-
Laurent Aimar authored
- BLOCK_FLAG_CORRUPTED : signal corrupted data (do not use anymore BLOCK_FLAG_DISCONTINUITY in that case) - BLOCK_FLAG_PREROLL : mark this block to be decoded (no matter what). * ffmpeg, libmpeg2: support BLOCK_FLAG_PREROLL (ie disable frame dropping). * input: added ES_OUT_SET_NEXT_DISPLAY_TIME to ease the work for preroll (untested). * mp4: added support for CTTS table (pts, needed for h264+bframe). * decoders: for now handle discontinuity and corrupted block the same way.
-
- 11 Dec, 2004 1 commit
-
-
zorglub authored
* Each module can declare a "human-readable short name" with set_name * Modules are sorted by category (set_category, set_subcategory). Modules configs can be separated by set_section() * Separated audio-filter and audio-visual * Separated extraintf and control * New command and widget : add_module_list() for comma-separated modules * Vfilters now use "," as separator
-
- 28 Aug, 2004 1 commit
-
-
gbazin authored
* modules/demux/ogg.c, modules/demux/mkv.cpp: - store the vorbis/theora/speex headers in fmt.p_extra. - this change simplifies the code quite a bit and is a lot cleaner. * modules/codec/vorbis.c, theora.c, speex.c, flac.c: - get the headers from fmt_in.p_extra or from the bitstream if empty. * modules/mux/ogg.c: - recontstruct the headers from fmt.p_extra.
-
- 16 Aug, 2004 1 commit
-
-
Eric Petit authored
-
- 09 Jul, 2004 1 commit
-
-
gbazin authored
-
- 25 Apr, 2004 2 commits
- 25 Feb, 2004 1 commit
-
-
Laurent Aimar authored
field and a few BLOCK_FLAG_*.
-
- 07 Feb, 2004 1 commit
-
-
gbazin authored
* modules/demux/ogg.c: fixed memleak. * modules/codec/flac.c: fixed memleak. * include/vlc_es.h: es_format_Free().
-
- 25 Jan, 2004 1 commit
-
-
bigben authored
still some printfs in dvbsub.c. Would need to spend some time reading the code to remove them.
-
- 04 Dec, 2003 1 commit
-
-
gbazin authored
* modules/codec/flac.c: several fixes to the flac decoder and encoder. * modules/mux/ogg.c: fixed flac in ogg. * modules/demux/ogg.c: fix for flac seeking.
-
- 22 Nov, 2003 2 commits
-
-
Laurent Aimar authored
as vlc/vlc.h include them).
-
gbazin 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.
-
- 21 Nov, 2003 3 commits
-
-
gbazin authored
* modules/codec/flac.c: added a FLAC encoder. * modules/mux/dummy.c, modules/mux/ogg.c: you can output "normal" flac streams with the es/dummy muxer or output them with an Ogg container.
-
gbazin authored
-
gbazin authored
* modules/codec/flac.c: complete rewrite of the flac decoder + new packetizer. * modules/demux/flac.c: rewrite of the flac demuxer which makes use of the flac packetizer.
-