]> git.sesse.net Git - ffmpeg/history - libavcodec/dsicinav.c
cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c.
[ffmpeg] / libavcodec / dsicinav.c
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-10-29 Justin Rugglescin audio: use sign_extend() instead of casting to...
2011-10-29 Justin Rugglescin audio: restructure decoding loop to avoid a separat...
2011-10-29 Justin Rugglescin audio: use local variable for delta value
2011-10-29 Justin Rugglescin audio: remove unneeded cast from void*
2011-10-29 Justin Rugglescin audio: validate the channel count
2011-10-29 Justin Rugglescin audio: remove unneeded AVCodecContext pointer from...
2011-10-07 Laurent Aimardsicinav: Check for out of bounds writes
2011-10-07 Laurent Aimardsicinav: Check for out of bounds reads
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
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-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
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-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconsts
2007-09-22 Kostya ShishkovDo not decode more data than output buffer may hold
2007-08-11 Aurelien Jacobsuse av_clip_int16() where it makes sense
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-04-07 Nicholas TungRemove superfluous setting of has_b_frames in codecs...
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-01 Diego BiurrunRename SWAP macro to FFSWAP.
2006-10-11 Baptiste Couduriersupport for Delphine Software .cin files demuxing ...