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
2013-11-16zmbvenc: use the AVFrame API properly.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-02-20zmbvenc: switch to encode2().Anton Khirnov
2012-02-20zmbvenc: move header writing to the end of encode_frame().Anton Khirnov
2012-02-01zmbvenc: Employ more meaningful return values.Paul B Mahol
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-02Remove unused variablesMans Rullgard
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.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-11-20cosmetics: break some long lines and insert few spacesKostya Shishkov
2009-11-2010l trocadero: ZMBV encoder used zero score to detect whether block should beKostya Shishkov
2009-10-14Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger
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