summaryrefslogtreecommitdiff
path: root/libavcodec/zmbvenc.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* zmbvenc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-221-2/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-1/+1
|\
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-211-19/+32
|\ \ | |/
| * zmbvenc: switch to encode2().Anton Khirnov2012-02-201-15/+26
| * zmbvenc: move header writing to the end of encode_frame().Anton Khirnov2012-02-201-11/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-021-4/+4
|\ \ | |/
| * zmbvenc: Employ more meaningful return values.Paul B Mahol2012-02-011-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-081-3/+3
|\ \ | |/
| * cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-7/+7
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+7
| * Remove unused variablesMans Rullgard2011-06-021-2/+2
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Fix various unused variable warningsClément Bœsch2011-05-301-2/+2
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* cosmetics: break some long lines and insert few spacesKostya Shishkov2009-11-201-6/+7
* 10l trocadero: ZMBV encoder used zero score to detect whether block should beKostya Shishkov2009-11-201-10/+14
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-131-4/+0
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-1/+1
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-221-1/+1
* Remove dead nested assignment found by CSABenjamin Larsson2009-05-101-2/+1
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-241-1/+0
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* ZMBV encoder forgot to fill coded frame pointerKostya Shishkov2008-09-181-0/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Avoid using log2() freebsd does not support it.Michael Niedermayer2008-05-161-1/+1
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
* Little fix for block sizes <16Michael Niedermayer2008-05-091-1/+1
* Improve motion estimation metric.Michael Niedermayer2008-05-091-1/+12
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-281-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-6/+2
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-3/+3
* Correctly ME border blocksKostya Shishkov2007-03-111-5/+7
* remove useless #ifdef CONFIG_ZLIBMåns Rullgård2007-01-211-2/+0
* Fixed a typo, cosmetics.Benjamin Larsson2007-01-211-1/+1
* Deobfuscate expressionKostya Shishkov2006-12-081-1/+1
* 1e6l forgot to add zmbvenc.cKostya Shishkov2006-12-081-0/+328