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
2009-04-24TrueMotion 2 uses its own YUV-like colourspace, so convert output to proper RGB.Reimar Döffinger
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Make TM2 decoder byteswap input into separate buffer instead of doing it in-p...Kostya Shishkov
2009-02-01Factorize stream reading in TM2 decoderKostya Shishkov
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constMichael Niedermayer
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-03-27Remove redundant assignKostya Shishkov
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-011l: correct argument order in avcodec_check_dimensionsKostya Shishkov
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-10-16chroma decoding fix by KostyaMike Melanson
2005-10-15TM2 fixes by KostyaMike Melanson
2005-10-14gcc 2.95 fix, courtesy of Luca AbeniMike Melanson
2005-10-13Duck TrueMotion 2 video decoder, courtesy of Konstantin ShishkovMike Melanson