OSDN Git Service

doc: explain __STDC_CONSTANT_MACROS in C++
[coroid/libav_saccubus.git] / libavcodec / svq1enc.c
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