summaryrefslogtreecommitdiff
path: root/libavcodec/zmbvenc.c
Commit message (Expand)AuthorAge
* 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