]> git.sesse.net Git - ffmpeg/history - libavcodec/svq1enc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / svq1enc.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraAdd a quality factor packet side data
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-07-20 Vittorio Giovarasvq1enc: Do not entangle coded_frame
2015-05-31 Vittorio Giovarasvq1: Check memory allocation
2015-05-22 Vittorio Giovarampegvideo: Drop flags and flags2
2015-02-03 Michael Niedermayersvq1enc: correctly handle memory error and allocations
2014-11-13 Vittorio Giovarasvq1enc: check ff_get_buffer return value
2014-08-15 Diego Biurrunmpegvideo: cosmetics: Lowercase ugly uppercase MPV_...
2014-07-17 Diego Biurrundsputil: Split motion estimation compare bits off into...
2014-07-06 Diego Biurrundsputil: Move pix_sum, pix_norm1, shrink function point...
2014-05-29 Diego Biurrundsputil: Move SVQ1 encoding specific bits into svq1enc
2014-05-29 Diego Biurrunsvq1enc: Rename SVQ1Context to SVQ1EncContext
2014-04-09 wm4mpegvideo: operate with pointers to AVFrames instead...
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2013-11-16 Anton Khirnovsvq1enc: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-04-19 Ronald S. Bultjesvq1enc: Use hpeldsp instead of dsputil for half-pel...
2013-03-08 Anton KhirnovReplace some forgotten instances of PIX_FMT_* with...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-01-14 Michael Niedermayersvq1enc: Fix assignments in if()
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-10 Diego Biurrunsvq1: Drop a bunch of useless parentheses
2012-10-10 Diego Biurrunsvq1: K&R formatting cosmetics
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-04 Michael Niedermayersvq1enc: Set picture_structure correctly
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-17 Anton Khirnovsvq1enc: switch to encode2().
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjöh263: Add ff_ prefix to nonstatic symbols
2011-11-26 Mans Rullgardsvq1enc: remove stale altivec-related hack
2011-11-26 Mans Rullgardsvq1enc: fix signed multiplication overflow
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_copy_bits and align_put...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
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...
2010-01-12 Zuxy MengReduce stack usage in svq1_encode_plane(). Reuse contex...
2010-01-11 Alexander StrangeAdd missing internal.h to files calling ff_match_2uint16().
2010-01-09 Michael NiedermayerAdd a function to match a 2 element vector of uint16_t...
2010-01-09 Michael NiedermayerSplit H263 encoder and decoder from common code.
2009-10-19 Stefano SabatiniAdd additional long names for the Sorenson Vector Quant...
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-08-11 Loren Merrittfix a crash in SVQ1 with cmp!=sad
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-11-24 Måns Rullgårdsvq1enc: move scratch buffer from stack to context...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2007-07-06 Aurelien Jacobssplit SVQ1 decoder and encoder in their own files