| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Determine VOC block length when length field is zero, fixes issue1538. | Peter Ross | 2009-11-24 | 1 | -0/+5 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -2/+2 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | avoid POSIX reserved _t suffix | Aurelien Jacobs | 2008-12-11 | 1 | -4/+4 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -3/+3 |
* | 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 | -4/+4 |
* | 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 | -2/+2 |
* | Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | remove useless empty function | Aurelien Jacobs | 2007-06-23 | 1 | -6/+0 |
* | cosmetics: too much blank lines | Aurelien Jacobs | 2007-06-23 | 1 | -2/+0 |
* | use intreadwrite functions in vocdec | Aurelien Jacobs | 2007-06-23 | 1 | -2/+2 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -2/+0 |
* | simplification | Alex Beregszaszi | 2007-03-07 | 1 | -2/+1 |
* | typo: unkown->unknown | Alex Beregszaszi | 2007-03-07 | 1 | -1/+1 |
* | 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 | -15/+0 |
* | split voc.c into vocdec.c and vocenc.c | Aurelien Jacobs | 2006-11-21 | 1 | -0/+170 |