OSDN Git Service

avconv: extend -vf syntax
[coroid/libav_saccubus.git] / libavcodec / bink.c
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