Sun, 14 Sep 2008 20:00:36 +0000 |
jbr |
write number of samples in FLAC extradata.
libavformat
|
Mon, 01 Sep 2008 17:20:49 +0000 |
jbr |
change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it
libavformat
|
Mon, 01 Sep 2008 15:31:14 +0000 |
jbr |
simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs.
libavformat
|
Mon, 01 Sep 2008 15:28:15 +0000 |
jbr |
check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER
libavformat
|
Mon, 01 Sep 2008 14:33:54 +0000 |
jbr |
create a separate codec_id for E-AC-3
libavformat
|
Sat, 23 Aug 2008 22:36:35 +0000 |
pross |
Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.
libavformat
|
Fri, 15 Aug 2008 19:24:55 +0000 |
diego |
Surround format-specific functions with matching preprocessor conditionals.
libavformat
|
Fri, 15 Aug 2008 17:28:20 +0000 |
diego |
Surround AVInputFormat declarations with format-specific #ifdefs.
libavformat
|
Fri, 15 Aug 2008 16:54:27 +0000 |
diego |
Replace generic CONFIG_MUXERS preprocessor condition around format-specific
libavformat
|
Fri, 15 Aug 2008 16:48:05 +0000 |
diego |
Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat
libavformat
|
Fri, 15 Aug 2008 16:37:59 +0000 |
diego |
cosmetics: Remove redundant #endif comments that are very close to the #ifdef
libavformat
|
Fri, 15 Aug 2008 16:33:12 +0000 |
diego |
cosmetics: misc spelling fixes
libavformat
|
Thu, 31 Jul 2008 18:12:37 +0000 |
bcoudurier |
check url_fseek return value
libavformat
|
Sat, 26 Jul 2008 18:54:26 +0000 |
michael |
Detect IDR less H.264 correctly.
libavformat
|
Sat, 12 Jul 2008 19:50:48 +0000 |
michael |
h264_probe()
libavformat
|
Mon, 07 Jul 2008 11:11:08 +0000 |
diego |
Alphabetically order AVInputFormat/AVOutputFormat declarations.
libavformat
|
Mon, 07 Jul 2008 10:45:36 +0000 |
diego |
Add a note to remind people to add new raw formats to the Makefile.
libavformat
|
Mon, 07 Jul 2008 10:37:18 +0000 |
diego |
spelling cosmetics in PCM codec long names
libavformat
|
Thu, 19 Jun 2008 23:25:04 +0000 |
bcoudurier |
remove useless close funcs
libavformat
|
Thu, 05 Jun 2008 15:03:55 +0000 |
diego |
cosmetics: s/Id/id/ in libavformat where Id refers to id Software.
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Fri, 30 May 2008 16:05:56 +0000 |
ramiro |
raw mlp demuxer
libavformat
|
Mon, 12 May 2008 10:30:40 +0000 |
cehoyos |
Replace some occurrences of 0 with CODEC_ID_NONE.
libavformat
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
Sat, 03 May 2008 00:12:32 +0000 |
banan |
dts probe
libavformat
|
Fri, 02 May 2008 14:52:39 +0000 |
lu_zero |
Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,
libavformat
|
Mon, 28 Apr 2008 18:29:42 +0000 |
michael |
raw GSM demuxer (does not work yet as parser is missing)
libavformat
|
Mon, 28 Apr 2008 14:14:44 +0000 |
bcoudurier |
set demuxers .value and use common audio_read_header function
libavformat
|
Tue, 22 Apr 2008 11:14:01 +0000 |
bwolowiec |
change ff_ac3_parse_header() to take a GetBitContext instead of const char*
libavformat
|
Mon, 21 Apr 2008 15:20:53 +0000 |
andoma |
Compute AC3 frame CRC for stronger raw AC3 format probing.
libavformat
|