| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |