9554 Commits (cdce0fb84518cb3b906dceb3fd3f8610407fbdd4)

Author SHA1 Message Date
Jai Menon 3d10a8904d Read extended channel configuration when extended AOT is BSAC. 16 years ago
Kostya Shishkov 0cfa85dd9f Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATIC 16 years ago
Kostya Shishkov a456df258e 100l: VLC table array should not be const 16 years ago
Robert Swain 7bbd2fb126 Remove redundant assignment. err is assigned in every switch case anyway. Issue 16 years ago
Michael Niedermayer 223d996aaf Fix a possibly exploitable buffer overflow. 16 years ago
Kostya Shishkov f7cf12b209 Set flag after VC-1 VLCs are initialized to avoid race condition 16 years ago
Kostya Shishkov 346802aa99 Remove some useless assignments and variables found by Clang 16 years ago
Kostya Shishkov 547b6a4cc7 Make RV3/4 VLC tables use new static initialization method 16 years ago
Michael Niedermayer 6c2a860875 Add 420,422 and 444 planar 16bit per component pix formats. 16 years ago
Kostya Shishkov 0a044f0f06 Make rv40 decoder use new static VLC initialization method 16 years ago
Kostya Shishkov 4003971717 Compact and make constant two tables used by Musepack decoders 16 years ago
Justin Ruggles be1efe5993 ac3enc: log a warning message if the channel layout is not specified at 16 years ago
Michael Niedermayer 34365443fd Indent 16 years ago
Michael Niedermayer 012e4f5a18 Do not discard truncated packets. 16 years ago
Justin Ruggles 120b4557f3 Add channel layout support to the AC-3 encoder. 16 years ago
Justin Ruggles bfeca7beb6 Add channel layout support to the AC-3 decoder and AC-3 parser. 16 years ago
Justin Ruggles be233a5691 Check that channel layout is compatible with number of channels for 16 years ago
Robert Swain 5967e1413e Remove unnecessary assignment, found by CSA. 16 years ago
Kenan Gillet d1bf60771c Add LP zero synthesis filter. Patch by Kenan Gillet. 16 years ago
Ramiro Polla a256445ec3 mlpdec: Read context variable to local variable to make code cleaner. 16 years ago
Ramiro Polla f95f6ab91e mlpdec: {}- and whitespace-related cosmetics. 16 years ago
Ramiro Polla 63ad832dd6 mlpdec: Use some context arrays with local variables in rematrix_channels(). 16 years ago
Ramiro Polla 15e6748b72 truehd: Simplify rematrix_channels() as per Michael's original review. 16 years ago
Ramiro Polla 95c14b1eea mlpdec: Make read_matrix_params() take unsigned int substr for consistency. 16 years ago
Ramiro Polla 5d9e4eaa6d mlpdec: Check for {matrix,filter}_changed as soon as they are incremented. 16 years ago
Justin Ruggles 1b7bc4a245 Add 3 channel layout convenience macros. 16 years ago
Reimar Döffinger f63f689e10 Avoid code duplication in xan_unpack for the final memcpy. 16 years ago
Reimar Döffinger d7670f2827 Use sign_extend function instead of reimplementing it. 16 years ago
Reimar Döffinger e62f622193 Remove a useless "& 0xF" 16 years ago
Reimar Döffinger 977d813447 Use / and % operators instead of reimplementing them with a loop. 16 years ago
Reimar Döffinger b1e309865f Change buffer check to avoid an unlikely pointer arithmetic overflow. 16 years ago
Reimar Döffinger be50938073 Simplify xan_huffman_decode by using get_bits 16 years ago
Lars Täuber a4873f7d9d Fix indention, patch by Lars Täuber. 16 years ago
Reimar Döffinger 6000439ca4 Simplify ipvideo_decode_opcodes by using get_bits, this might be slower 16 years ago
Reimar Döffinger 28ab90edde Remove unused code_counts array from interplavideo.c. 16 years ago
Jai Menon b24bbbb4da Introduce codec id for MPEG-4 ALS and associate it with corresponding 16 years ago
Reimar Döffinger e5986d0427 Cosmetics to improve xan_unpack readability 16 years ago
Reimar Döffinger 16cc5a738c Fix buffer size check for xan_unpack which was broken by r18586 16 years ago
Reimar Döffinger c644665f42 Some more simplifications of xan_unpack 16 years ago
Reimar Döffinger 455fdd2f8c Reindent xan_unpack code 16 years ago
Reimar Döffinger 948f60fa24 Avoid some code duplication in xan_unpack 16 years ago
Michael Niedermayer f371abe4a8 Remove useless assignments, at least one found by CSA. 16 years ago
Reimar Döffinger 59bd7f23e8 Increase buffer padding to avoid most space checks in xan_unpack 16 years ago
Michael Niedermayer 339cdf9681 Remove useless init from ff_mpeg4_set_direct_mv() found by CSA. 16 years ago
Michael Niedermayer 16a5f4caa9 Remove a useless assignment in img_get_alpha_info() found by CSA. 16 years ago
Michael Niedermayer f8112810cf Remove redundant assignment in av_picture_copy() found by CSA. 16 years ago
Michael Niedermayer feda8550a9 Remove several useless writes to variables, found by CSA. 16 years ago
Michael Niedermayer b278a1ed1c Remove useless += from ff_imdct_half_c() found by CSA. 16 years ago
Reimar Döffinger 4b96f43fe1 Change buffer size checks to avoid the very unlikely overflow case. 16 years ago
Michael Niedermayer 38a7695f67 Remove unused variable from h261_encode_block() found by CSA. 16 years ago