summaryrefslogtreecommitdiffstats
path: root/libavformat/vocenc.c
Commit message (Expand)AuthorAgeFilesLines
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-3/+3
* Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)Ramiro Polla2007-08-131-1/+1
* Replace ENOSYS by ENOTSUP as in this case the problem is not really a functionPanagiotis Issaris2007-07-201-1/+1
* Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris2007-07-191-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* remove now useless codec_tag setting code in voc muxerAurelien Jacobs2007-01-211-6/+4
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-211-1/+1
* export a few more codec_tag-codec_id tablesMichael Niedermayer2007-01-211-0/+1
* move common voc muxer and demuxer data to voc.cAurelien Jacobs2006-11-211-17/+0
* split voc.c into vocdec.c and vocenc.cAurelien Jacobs2006-11-211-0/+121
OpenPOWER on IntegriCloud