9429 Commits (f83c57735e44aaec8245dc1f7412f60ff5faaa0e)

Author SHA1 Message Date
Michael Niedermayer f83c57735e indent 16 years ago
Reimar Döffinger 96c5bc46d2 TrueMotion 2 uses its own YUV-like colourspace, so convert output to proper RGB. 16 years ago
Kostya Shishkov 120ac2620d cosmetics: remove extra space indentation 16 years ago
Kostya Shishkov 29ee635503 Merge decoding functions for all bitdepths in WavPack decoder 16 years ago
Michael Niedermayer 68f8d33bec Support >8bit per component YUV in FFV1. 16 years ago
Michael Niedermayer 217d34e307 Force speed irrelevant calls to get/put_symbol() to be noinline. 16 years ago
Michael Niedermayer 3788e661f1 Optimize sign handling in get_symbol(). 16 years ago
Stefano Sabatini 2e418f5ed8 Make avcodec_thread_init() set the thread count, even in the case when 16 years ago
Kostya Shishkov 6e0f746d3e Handle WavPack INT32INFO chunks with nonzero post shift 16 years ago
Kostya Shishkov 0638c2ae3c Add functions for decoding >16 bits WavPack files. 16 years ago
Laurent Aimar 760db32a0c Shift 9-15 bit samples to use full 16-bit range. 16 years ago
Kostya Shishkov b750fb6945 Display dimensions should not affect the real size of coded frame, thus set 16 years ago
Michael Niedermayer e1b3d27272 Remove 2 useless FFMIN(). 16 years ago
Michael Niedermayer 7bdf2eb8c4 Remove apparently redundant code. 16 years ago
Benjamin Larsson 6c73a7d06c Remove redundant code, found by CSA 16 years ago
Kostya Shishkov 21fce71fd1 Switch VLC tables in WMV3/VC-1 decoder to new static init method 16 years ago
Michael Niedermayer 445f0a8b66 Update safety check as the maximum pixel size is no longer 4. 16 years ago
Michael Niedermayer 97f9214342 Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT) 16 years ago
Stefano Sabatini 297b5a3f99 Make read_line() do not depend on put_bits.h and speed up it. 16 years ago
Ramiro Polla 420df93037 mlpdec: Don't overallocate buffers. 16 years ago
Ramiro Polla 309616b249 mlpdec: Validate num_primitive_matrices. 16 years ago
Ramiro Polla 868170c4da mlpdec: Validate max_channel and max_matrix_channel. 16 years ago
Ramiro Polla 46958efe97 mlpdec: Restart header sync must be 0x31ea for MLP. 16 years ago
Stefano Sabatini 5499a31322 Add missing header inclusion guard. 16 years ago
Stefano Sabatini 9401d18fa5 Implement a write_line() function. 16 years ago
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