summaryrefslogtreecommitdiff
path: root/libavcodec/bink.c
Commit message (Expand)AuthorAgeFilesLines
* get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-071-3/+3
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* bink: Factorize bink put_pixelLuca Barbato2015-06-031-24/+31
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-8/+8
* bink: Rename BinkDSPContext member so as not to clash with BlockDSPContextDiego Biurrun2014-06-021-10/+10
* dsputil: Move Bink-specific add_pixels8 to binkdspDiego Biurrun2014-05-291-2/+2
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* bink: Bound check the quantization matrix.Luca Barbato2013-08-051-0/+3
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-2/+3
* bink: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-7/+10
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-37/+30
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-0/+1
* bink: fix a check for the first frame.Anton Khirnov2013-02-011-1/+2
* Drop DCTELEM typedefDiego Biurrun2013-01-221-3/+3
* lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje2013-01-201-1/+0
* bink: operate with pointers to AVFrames instead of whole structs.Anton Khirnov2013-01-061-26/+30
* bink: return meaningful error codes.Anton Khirnov2013-01-061-53/+56
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov2012-10-291-0/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
* bink: fix typo in FFALIGN() argumentKostya Shishkov2012-03-201-1/+1
* bink: align plane width to 8 when calculating bundle sizesKostya Shishkov2012-03-201-0/+2
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* binkvideo: simplify and remove invalid shiftsMans Rullgard2011-11-141-5/+4
* bink: Check for various out of bound writesLaurent Aimar2011-10-081-5/+14
* bink: Check for out of bound writes when building treeLaurent Aimar2011-10-081-1/+1
* bink: Prevent NULL dereferences with missing reference frameLaurent Aimar2011-10-071-3/+5
* bink: Eliminate unnecessary shadow declaration.Alex Converse2011-08-011-1/+0
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* dsputil: move a bink-only function to binkdspMans Rullgard2011-07-271-1/+1
* bink: make IDCT take 32-bit inputKostya Shishkov2011-07-271-28/+30
* Mark parameterless function declarations as 'void'.Diego Biurrun2011-05-261-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* bink: use LOCAL_ALIGNED for aligned stack dataMans Rullgard2011-02-251-1/+1
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* bink: permute Bink version 'b' quant matrices by inverse scan orderPeter Ross2011-02-131-4/+9
* bink: simplify how quantization matrices are passed to read_dct_coeffs()Peter Ross2011-02-131-15/+8
* Make tables generation insensitive to floating-point implementationVitor Sessak2011-02-121-9/+16
* bink: reindent after last commitPeter Ross2011-02-111-6/+6
* Bink version 'b' video decoderPeter Ross2011-02-111-18/+328
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Change some band size calculations in Bink decoder to use width in blocksKostya Shishkov2011-01-151-2/+2
* bink: make bink_rlelens static (it's only used in this file)Ramiro Polla2010-10-301-1/+1
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1