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
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