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