Mon, 07 Dec 2009 13:55:38 +0000 |
jai_menon |
AU : demuxed packet size should be sample size aligned.
libavformat
|
Fri, 16 Oct 2009 14:46:06 +0000 |
cehoyos |
Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.
libavformat
|
Fri, 02 Oct 2009 06:42:20 +0000 |
reimar |
Return special EOF checking for aiff and au demuxers, the check was at
libavformat
|
Thu, 01 Oct 2009 17:08:33 +0000 |
reimar |
au demuxer: pass av_get_packet error on unchanged instead of converting to
libavformat
|
Mon, 22 Jun 2009 23:09:34 +0000 |
diego |
Add ff_ prefixes to exported symbols in libavformat/riff.h.
libavformat
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavformat
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavformat
|
Fri, 03 Oct 2008 10:16:29 +0000 |
diego |
Remove offset_t typedef and use int64_t directly instead.
libavformat
|
Thu, 02 Oct 2008 16:03:00 +0000 |
benoit |
Use enum typers instead of int.
libavformat
|
Tue, 02 Sep 2008 22:45:13 +0000 |
diego |
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific
libavformat
|
Sun, 24 Aug 2008 16:51:50 +0000 |
reimar |
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const *
libavformat
|
Tue, 19 Aug 2008 10:49:38 +0000 |
pross |
Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.
libavformat
|
Sat, 26 Jul 2008 07:09:44 +0000 |
pross |
Support 32-bit floating point audio samples in Sun AU demuxer
libavformat
|
Thu, 19 Jun 2008 23:25:04 +0000 |
bcoudurier |
remove useless close funcs
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Sun, 13 Jan 2008 15:08:33 +0000 |
rtogni |
Add support for S8 PCM (codec 2)
libavformat
|
Wed, 21 Nov 2007 07:41:00 +0000 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
Tue, 11 Sep 2007 09:27:46 +0000 |
aurel |
move unrelated functions declarations out of allformats.h
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Sun, 08 Apr 2007 11:34:15 +0000 |
michael |
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
libavformat
|
Wed, 07 Mar 2007 00:49:49 +0000 |
diego |
Fix UNKOWN --> UNKNOWN typo
libavformat
|
Sun, 21 Jan 2007 12:44:58 +0000 |
michael |
remove now useless codec_tag setting code in muxers
libavformat
|
Sun, 21 Jan 2007 12:08:31 +0000 |
michael |
get rid of the [4] limitation of codec tag lists
libavformat
|
Sun, 21 Jan 2007 02:12:34 +0000 |
michael |
export a few more codec_tag-codec_id tables
libavformat
|
Sun, 21 Jan 2007 01:39:17 +0000 |
michael |
add codec_id <-> codec_tag tables to AVIn/OutputFormat
libavformat
|
Mon, 23 Oct 2006 08:57:54 +0000 |
aurel |
replace coder/decoder file description in libavformat by muxer/demuxer
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Wed, 12 Jul 2006 00:09:34 +0000 |
mru |
move common stuff from avienc.c and wav.c to new file riff.c
libavformat
|
Mon, 10 Jul 2006 21:14:37 +0000 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
Sun, 09 Jul 2006 23:40:53 +0000 |
mru |
give AVInput/OutputFormat structs consistent names
libavformat
|