| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -15/+15 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -13/+13 |
* | | Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228' | Michael Niedermayer | 2014-06-18 | 1 | -0/+1 |
|\| |
|
| * | lavf: add the notimestamps flag to the muxers missing it | Anton Khirnov | 2014-06-18 | 1 | -0/+1 |
* | | vocenc: fix 10l regression | Paul B Mahol | 2012-11-04 | 1 | -1/+1 |
* | | vocenc: abort if unsupported codec is used | Paul B Mahol | 2012-11-04 | 1 | -0/+6 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -1/+1 |
|\| |
|
| * | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | vocenc: use new header from codec tag 4 | Michael Niedermayer | 2012-06-25 | 1 | -1/+1 |
* | | vocenc: change default codec to 16bit | Michael Niedermayer | 2012-06-25 | 1 | -1/+1 |
* | | vocenc: fix sample rate rounding direction | Michael Niedermayer | 2012-06-25 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-06 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -10/+10 |
|\| |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -10/+10 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -24/+24 |
| * | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -2/+2 |
| * | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-22 | 1 | -24/+24 |
* | | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -2/+2 |
* | | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Move AVCodecTag from riff.h into internal.h. | Francesco Lavra | 2010-05-22 | 1 | -0/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | avoid POSIX reserved _t suffix | Aurelien Jacobs | 2008-12-11 | 1 | -3/+3 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -1/+1 |
* | Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec... | Reimar Döffinger | 2008-08-24 | 1 | -1/+1 |
* | voc: add ff_ prefix to some global const data | Aurelien Jacobs | 2008-08-24 | 1 | -2/+2 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -3/+3 |
* | Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP) | Ramiro Polla | 2007-08-13 | 1 | -1/+1 |
* | Replace ENOSYS by ENOTSUP as in this case the problem is not really a function | Panagiotis Issaris | 2007-07-20 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | remove now useless codec_tag setting code in voc muxer | Aurelien Jacobs | 2007-01-21 | 1 | -6/+4 |
* | get rid of the [4] limitation of codec tag lists | Michael Niedermayer | 2007-01-21 | 1 | -1/+1 |
* | export a few more codec_tag-codec_id tables | Michael Niedermayer | 2007-01-21 | 1 | -0/+1 |
* | move common voc muxer and demuxer data to voc.c | Aurelien Jacobs | 2006-11-21 | 1 | -17/+0 |
* | split voc.c into vocdec.c and vocenc.c | Aurelien Jacobs | 2006-11-21 | 1 | -0/+121 |