]> git.sesse.net Git - ffmpeg/history - libavcodec/svq1enc.c
Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer
[ffmpeg] / libavcodec / svq1enc.c
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