OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavcodec / bink.c
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-06-02 Diego Biurrunbink: Rename BinkDSPContext member so as not to clash...
2014-05-29 Diego Biurrundsputil: Move Bink-specific add_pixels8 to binkdsp
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-08-05 Luca Barbatobink: Bound check the quantization matrix.
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-04-19 Ronald S. Bultjebink: Use hpeldsp instead of dsputil for half-pel functions
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to libavutil
2013-02-01 Anton Khirnovbink: fix a check for the first frame.
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2013-01-21 Ronald S. Bultjelavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under...
2013-01-06 Anton Khirnovbink: operate with pointers to AVFrames instead of...
2013-01-06 Anton Khirnovbink: return meaningful error codes.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
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