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-15doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun
2011-07-04Remove return statements following infinite loops without breakMans Rullgard
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-08avio: deprecate url_feofAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton 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ò
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
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-08bethsoftvid: use correct type for size passed to av_fast_realloc()Måns Rullgård
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-04-08s/rle_num_bytes/code/Michael Niedermayer
2007-04-08simplifyMichael Niedermayer
2007-04-08conform to specMichael Niedermayer
2007-04-08use shorter names for the block type enumMichael Niedermayer
2007-04-08code claims to use 32bit timestamp, lets make it also use thatMichael Niedermayer
2007-04-08remove redundant commentsMichael Niedermayer
2007-04-08remove inappropriate debuging av_log() alternatively they could be changed to...Michael Niedermayer
2007-04-08memleak (seems ive missed that under the obfuscated indention)Michael Niedermayer
2007-04-08sane indention (no more 3 statements on one line...)Michael Niedermayer
2007-04-08Bethsoft VID demuxer and video decoderNicholas Tung