summaryrefslogtreecommitdiff
path: root/libavformat/vocenc.c
Commit message (Expand)AuthorAge
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-11
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-24
* voc: add ff_ prefix to some global const dataAurelien Jacobs2008-08-24
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)Ramiro Polla2007-08-13
* Replace ENOSYS by ENOTSUP as in this case the problem is not really a functionPanagiotis Issaris2007-07-20
* Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris2007-07-19
* license header consistency cosmeticsDiego Biurrun2007-07-05
* remove now useless codec_tag setting code in voc muxerAurelien Jacobs2007-01-21
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-21
* export a few more codec_tag-codec_id tablesMichael Niedermayer2007-01-21
* move common voc muxer and demuxer data to voc.cAurelien Jacobs2006-11-21
* split voc.c into vocdec.c and vocenc.cAurelien Jacobs2006-11-21