summaryrefslogtreecommitdiff
path: root/libavcodec/zmbvenc.c
Commit message (Expand)AuthorAge
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* zmbvenc: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-01
* zmbvenc: switch to encode2().Anton Khirnov2012-02-20
* zmbvenc: move header writing to the end of encode_frame().Anton Khirnov2012-02-20
* zmbvenc: Employ more meaningful return values.Paul B Mahol2012-02-01
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Remove unused variablesMans Rullgard2011-06-02
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* cosmetics: break some long lines and insert few spacesKostya Shishkov2009-11-20
* 10l trocadero: ZMBV encoder used zero score to detect whether block should beKostya Shishkov2009-11-20
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-13
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-22
* Remove dead nested assignment found by CSABenjamin Larsson2009-05-10
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-24
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* ZMBV encoder forgot to fill coded frame pointerKostya Shishkov2008-09-18
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Avoid using log2() freebsd does not support it.Michael Niedermayer2008-05-16
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Little fix for block sizes <16Michael Niedermayer2008-05-09
* Improve motion estimation metric.Michael Niedermayer2008-05-09
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-28
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* Correctly ME border blocksKostya Shishkov2007-03-11
* remove useless #ifdef CONFIG_ZLIBMåns Rullgård2007-01-21
* Fixed a typo, cosmetics.Benjamin Larsson2007-01-21
* Deobfuscate expressionKostya Shishkov2006-12-08
* 1e6l forgot to add zmbvenc.cKostya Shishkov2006-12-08