Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-22avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2008-12-12avoid POSIX reserved _t suffixAurelien Jacobs
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-24Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger
2008-08-24voc: add ff_ prefix to some global const dataAurelien Jacobs
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-08-14Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)Ramiro Polla
2007-07-20Replace ENOSYS by ENOTSUP as in this case the problem is not really a functionPanagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-01-22remove now useless codec_tag setting code in voc muxerAurelien Jacobs
2007-01-21get rid of the [4] limitation of codec tag listsMichael Niedermayer
2007-01-21export a few more codec_tag-codec_id tablesMichael Niedermayer
2006-11-21move common voc muxer and demuxer data to voc.cAurelien Jacobs
2006-11-21split voc.c into vocdec.c and vocenc.cAurelien Jacobs