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-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-05-23Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad
2009-05-10Remove dead nested assignment found by CSABenjamin Larsson
2009-04-24Remove useless assignment during initialization for some decodersKostya Shishkov
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-18ZMBV encoder forgot to fill coded frame pointerKostya Shishkov
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-17Avoid using log2() freebsd does not support it.Michael Niedermayer
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-05-09Little fix for block sizes <16Michael Niedermayer
2008-05-09Improve motion estimation metric.Michael Niedermayer
2008-04-28Add long names to some AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
2007-03-11Correctly ME border blocksKostya Shishkov
2007-01-22remove useless #ifdef CONFIG_ZLIBMåns Rullgård
2007-01-21Fixed a typo, cosmetics.Benjamin Larsson
2006-12-08Deobfuscate expressionKostya Shishkov
2006-12-081e6l forgot to add zmbvenc.cKostya Shishkov