summaryrefslogtreecommitdiff
path: root/libavformat/vocdec.c
Commit message (Expand)AuthorAgeFilesLines
* Determine VOC block length when length field is zero, fixes issue1538.Peter Ross2009-11-241-0/+5
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-2/+2
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-111-4/+4
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-3/+3
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-241-1/+1
* voc: add ff_ prefix to some global const dataAurelien Jacobs2008-08-241-4/+4
* 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-2/+2
* Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris2007-07-191-1/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-1/+1
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* remove useless empty functionAurelien Jacobs2007-06-231-6/+0
* cosmetics: too much blank linesAurelien Jacobs2007-06-231-2/+0
* use intreadwrite functions in vocdecAurelien Jacobs2007-06-231-2/+2
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* simplificationAlex Beregszaszi2007-03-071-2/+1
* typo: unkown->unknownAlex Beregszaszi2007-03-071-1/+1
* 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-15/+0
* split voc.c into vocdec.c and vocenc.cAurelien Jacobs2006-11-211-0/+170