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-17Merge libavcore into libavutilReinhard Tartler
2011-02-15bink: permute Bink version 'b' quant matrices by inverse scan orderPeter Ross
2011-02-15bink: simplify how quantization matrices are passed to read_dct_coeffs()Peter Ross
2011-02-13Make tables generation insensitive to floating-point implementationVitor Sessak
2011-02-13bink: reindent after last commitPeter Ross
2011-02-13Bink version 'b' video decoderPeter Ross
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-15Change some band size calculations in Bink decoder to use width in blocksKostya Shishkov
2010-10-30bink: make bink_rlelens static (it's only used in this file)Ramiro Polla
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-02bink: correctly align local arraysMåns Rullgård
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-21fix minor typoKostya Shishkov
2010-03-06Bink version 'h' also has chroma planes swappedKostya Shishkov
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-02-23Decode alpha plane in Bink videoKostya Shishkov
2010-02-23cosmetics: reindent after last commitKostya Shishkov
2010-02-23Move plane decoding code into separate function in Bink decoderKostya Shishkov
2010-02-23Bink video decoder now can use extradata to detect alpha plane presenceKostya Shishkov
2010-02-22Make Bink decoder able to skip alpha planeKostya Shishkov
2010-02-22Make Bink decoder to stop decoding planes after all bits are used.Kostya Shishkov
2010-02-22Correct bundle lengths calculation for small Bink files.Kostya Shishkov
2010-02-21Bink video decoderKostya Shishkov