summaryrefslogtreecommitdiffstats
path: root/libavcodec/zmbvenc.c
Commit message (Expand)AuthorAgeFilesLines
* zmbvenc: get rid of a global tableAnton Khirnov2017-01-191-7/+9
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-8/+0
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-3/+3
* zmbvenc: use the AVFrame API properly.Anton Khirnov2013-11-161-24/+22
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-1/+1
* 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
* zmbvenc: Employ more meaningful return values.Paul B Mahol2012-02-011-4/+4
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-3/+3
* 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
* 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
OpenPOWER on IntegriCloud