summaryrefslogtreecommitdiffstats
path: root/libavcodec/bink.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Fix grammar errors in documentationMåns Rullgård2010-06-301-9/+9
* bink: correctly align local arraysMåns Rullgård2010-06-021-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* fix minor typoKostya Shishkov2010-03-211-1/+1
* Bink version 'h' also has chroma planes swappedKostya Shishkov2010-03-061-1/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-2/+2
* Decode alpha plane in Bink videoKostya Shishkov2010-02-231-6/+4
* cosmetics: reindent after last commitKostya Shishkov2010-02-231-157/+157
* Move plane decoding code into separate function in Bink decoderKostya Shishkov2010-02-231-58/+70
* Bink video decoder now can use extradata to detect alpha plane presenceKostya Shishkov2010-02-231-1/+10
* Make Bink decoder able to skip alpha planeKostya Shishkov2010-02-221-0/+10
* Make Bink decoder to stop decoding planes after all bits are used.Kostya Shishkov2010-02-221-1/+4
* Correct bundle lengths calculation for small Bink files.Kostya Shishkov2010-02-221-1/+2
* Bink video decoderKostya Shishkov2010-02-211-0/+979
OpenPOWER on IntegriCloud