]> git.sesse.net Git - ffmpeg/history - libavcodec/bink.c
g726dec: set channel layout at initialization instead of validating it
[ffmpeg] / libavcodec / bink.c
2012-10-29 Anton Khirnovlavc: add CODEC_CAP_DR1 to all video decoders missing...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-03-20 Kostya Shishkovbink: fix typo in FFALIGN() argument
2012-03-20 Kostya Shishkovbink: align plane width to 8 when calculating bundle...
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-11-14 Mans Rullgardbinkvideo: simplify and remove invalid shifts
2011-10-08 Laurent Aimarbink: Check for various out of bound writes
2011-10-08 Laurent Aimarbink: Check for out of bound writes when building tree
2011-10-07 Laurent Aimarbink: Prevent NULL dereferences with missing reference...
2011-08-01 Alex Conversebink: Eliminate unnecessary shadow declaration.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-27 Mans Rullgarddsputil: move a bink-only function to binkdsp
2011-07-27 Kostya Shishkovbink: make IDCT take 32-bit input
2011-05-26 Diego BiurrunMark parameterless function declarations as 'void'.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-25 Mans Rullgardbink: use LOCAL_ALIGNED for aligned stack data
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-13 Peter Rossbink: permute Bink version 'b' quant matrices by invers...
2011-02-13 Peter Rossbink: simplify how quantization matrices are passed...
2011-02-12 Vitor SessakMake tables generation insensitive to floating-point...
2011-02-11 Peter Rossbink: reindent after last commit
2011-02-11 Peter RossBink version 'b' video decoder
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-15 Kostya ShishkovChange some band size calculations in Bink decoder...
2010-10-30 Ramiro Pollabink: make bink_rlelens static (it's only used in this...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-02 Måns Rullgårdbink: correctly align local arrays
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-21 Kostya Shishkovfix minor typo
2010-03-06 Kostya ShishkovBink version 'h' also has chroma planes swapped
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-02-23 Kostya ShishkovDecode alpha plane in Bink video
2010-02-23 Kostya Shishkovcosmetics: reindent after last commit
2010-02-23 Kostya ShishkovMove plane decoding code into separate function in...
2010-02-23 Kostya ShishkovBink video decoder now can use extradata to detect...
2010-02-22 Kostya ShishkovMake Bink decoder able to skip alpha plane
2010-02-22 Kostya ShishkovMake Bink decoder to stop decoding planes after all...
2010-02-22 Kostya ShishkovCorrect bundle lengths calculation for small Bink files.
2010-02-21 Kostya ShishkovBink video decoder