124 Commits (62a31aecf607da82f5bd7ad6e578e0d708d55f0e)

Author SHA1 Message Date
Laurent Aimar 36bf135d4c Check for various out of bound writes in the bink decoder. 13 years ago
Alex Converse e11a5fccb2 bink: Eliminate unnecessary shadow declaration. 13 years ago
Reimar Döffinger 0e29c4f761 Revert bink dequantization hack that is no longer necessary. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard 1b3539d453 dsputil: move a bink-only function to binkdsp 14 years ago
Kostya Shishkov 2968bedf12 bink: make IDCT take 32-bit input 14 years ago
Reimar Döffinger 47b71eea09 Bink: clip AC coefficients during dequantization. 14 years ago
Diego Biurrun e169428529 Mark parameterless function declarations as 'void'. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Mans Rullgard 22c679d3db bink: use LOCAL_ALIGNED for aligned stack data 14 years ago
Mans Rullgard 8997bb8807 bink: use LOCAL_ALIGNED for aligned stack data 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Peter Ross f20886e464 bink: permute Bink version 'b' quant matrices by inverse scan order 14 years ago
Peter Ross a093650b6c bink: simplify how quantization matrices are passed to read_dct_coeffs() 14 years ago
Peter Ross 2315392174 bink: permute Bink version 'b' quant matrices by inverse scan order 14 years ago
Peter Ross cb62510cab bink: simplify how quantization matrices are passed to read_dct_coeffs() 14 years ago
Vitor Sessak 0a18b64585 Make tables generation insensitive to floating-point implementation 14 years ago
Peter Ross 35b8869651 bink: reindent after last commit 14 years ago
Peter Ross 547c67c935 Bink version 'b' video decoder 14 years ago
Vitor Sessak 47d62c965b Make tables generation insensitive to floating-point implementation 14 years ago
Peter Ross adb1ad0d80 bink: reindent after last commit 14 years ago
Peter Ross e00f41d574 Bink version 'b' video decoder 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Kostya Shishkov 03ec42aa1c Change some band size calculations in Bink decoder to use width in blocks 14 years ago
Ramiro Polla 888d78ac98 bink: make bink_rlelens static (it's only used in this file) 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Måns Rullgård 5dc051f4c1 bink: correctly align local arrays 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Kostya Shishkov b78a985afb fix minor typo 15 years ago
Kostya Shishkov 0bf5a0cf46 Bink version 'h' also has chroma planes swapped 15 years ago
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
Kostya Shishkov 4f974de6f6 Decode alpha plane in Bink video 15 years ago
Kostya Shishkov bf0d54a381 cosmetics: reindent after last commit 15 years ago
Kostya Shishkov 54d4c0de7c Move plane decoding code into separate function in Bink decoder 15 years ago
Kostya Shishkov ba3e821414 Bink video decoder now can use extradata to detect alpha plane presence 15 years ago
Kostya Shishkov 1d6065ad08 Make Bink decoder able to skip alpha plane 15 years ago
Kostya Shishkov bb29fee3a6 Make Bink decoder to stop decoding planes after all bits are used. 15 years ago
Kostya Shishkov fb030bd046 Correct bundle lengths calculation for small Bink files. 15 years ago
Kostya Shishkov 342c7dfdbb Bink video decoder 15 years ago