summaryrefslogtreecommitdiff
path: root/libavformat/c93.c
Commit message (Expand)AuthorAgeFilesLines
* Check the index validity more thoroughly for the c93 probe function.Reimar Döffinger2009-09-141-7/+11
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-111-1/+1
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-231-1/+1
* 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_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-3/+3
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-2/+2
* license header consistency cosmeticsDiego Biurrun2007-07-051-2/+1
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-3/+0
* also remove c93_ prefix for static function in the c93 demuxerMichael Niedermayer2007-04-081-6/+6
* Interplay C93 demuxer and video decoderAnssi Hannula2007-04-071-0/+202