]> git.sesse.net Git - ffmpeg/history - libavcodec/zmbvenc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / zmbvenc.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2013-11-16 Anton Khirnovzmbvenc: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-01 Diego BiurrunRemove unnecessary AVFrame pointer casts.
2012-02-20 Anton Khirnovzmbvenc: switch to encode2().
2012-02-20 Anton Khirnovzmbvenc: move header writing to the end of encode_frame().
2012-02-01 Paul B Maholzmbvenc: Employ more meaningful return values.
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-06-02 Mans RullgardRemove unused variables
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-11-20 Kostya Shishkovcosmetics: break some long lines and insert few spaces
2009-11-20 Kostya Shishkov10l trocadero: ZMBV encoder used zero score to detect...
2009-10-13 Reimar DöffingerRemove unnecessary calls to avcodec_check_dimensions...
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-05-22 David ConradMove ALIGN macro to libavutil/common.h and use it in...
2009-05-10 Benjamin LarssonRemove dead nested assignment found by CSA
2009-04-24 Kostya ShishkovRemove useless assignment during initialization for...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-09-18 Kostya ShishkovZMBV encoder forgot to fill coded frame pointer
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-16 Michael NiedermayerAvoid using log2() freebsd does not support it.
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-05-09 Michael NiedermayerLittle fix for block sizes <16
2008-05-09 Michael NiedermayerImprove motion estimation metric.
2008-04-28 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-03-11 Kostya ShishkovCorrectly ME border blocks
2007-01-21 Måns Rullgårdremove useless #ifdef CONFIG_ZLIB
2007-01-21 Benjamin LarssonFixed a typo, cosmetics.
2006-12-08 Kostya ShishkovDeobfuscate expression
2006-12-08 Kostya Shishkov1e6l forgot to add zmbvenc.c