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-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-18Revise check for codec id in voc demuxer.Justin Ruggles
2011-01-18Fix bug in voc demuxer that was introduced in SVN r26309.Justin Ruggles
2011-01-11Do not crash for illegal sample size, fixes issue 2502.Daniel Kang
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
2009-11-24Determine VOC block length when length field is zero, fixes issue1538.Peter Ross
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
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-07-19Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-23remove useless empty functionAurelien Jacobs
2007-06-23cosmetics: too much blank linesAurelien Jacobs
2007-06-23use intreadwrite functions in vocdecAurelien Jacobs
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-03-07simplificationAlex Beregszaszi
2007-03-07typo: unkown->unknownAlex Beregszaszi
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