summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT)Michael Niedermayer2009-04-22
* Make read_line() do not depend on put_bits.h and speed up it.Stefano Sabatini2009-04-22
* mlpdec: Don't overallocate buffers.Ramiro Polla2009-04-21
* mlpdec: Validate num_primitive_matrices.Ramiro Polla2009-04-21
* mlpdec: Validate max_channel and max_matrix_channel.Ramiro Polla2009-04-21
* mlpdec: Restart header sync must be 0x31ea for MLP.Ramiro Polla2009-04-21
* Add missing header inclusion guard.Stefano Sabatini2009-04-21
* Implement a write_line() function.Stefano Sabatini2009-04-21
* Read extended channel configuration when extended AOT is BSAC.Jai Menon2009-04-21
* Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATICKostya Shishkov2009-04-21
* 100l: VLC table array should not be constKostya Shishkov2009-04-21
* Remove redundant assignment. err is assigned in every switch case anyway. IssueRobert Swain2009-04-21
* Fix a possibly exploitable buffer overflow.Michael Niedermayer2009-04-21
* Set flag after VC-1 VLCs are initialized to avoid race conditionKostya Shishkov2009-04-21
* Remove some useless assignments and variables found by ClangKostya Shishkov2009-04-21
* Make RV3/4 VLC tables use new static initialization methodKostya Shishkov2009-04-21
* Add 420,422 and 444 planar 16bit per component pix formats.Michael Niedermayer2009-04-21
* Make rv40 decoder use new static VLC initialization methodKostya Shishkov2009-04-20
* Compact and make constant two tables used by Musepack decodersKostya Shishkov2009-04-20
* ac3enc: log a warning message if the channel layout is not specified atJustin Ruggles2009-04-20
* IndentMichael Niedermayer2009-04-19
* Do not discard truncated packets.Michael Niedermayer2009-04-19
* Add channel layout support to the AC-3 encoder.Justin Ruggles2009-04-19
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-19
* Check that channel layout is compatible with number of channels forJustin Ruggles2009-04-19
* Remove unnecessary assignment, found by CSA.Robert Swain2009-04-19
* Add LP zero synthesis filter. Patch by Kenan Gillet.Kenan Gillet2009-04-18
* mlpdec: Read context variable to local variable to make code cleaner.Ramiro Polla2009-04-18
* mlpdec: {}- and whitespace-related cosmetics.Ramiro Polla2009-04-18
* mlpdec: Use some context arrays with local variables in rematrix_channels().Ramiro Polla2009-04-18
* truehd: Simplify rematrix_channels() as per Michael's original review.Ramiro Polla2009-04-18
* mlpdec: Make read_matrix_params() take unsigned int substr for consistency.Ramiro Polla2009-04-18
* mlpdec: Check for {matrix,filter}_changed as soon as they are incremented.Ramiro Polla2009-04-18
* Add 3 channel layout convenience macros.Justin Ruggles2009-04-18
* Avoid code duplication in xan_unpack for the final memcpy.Reimar Döffinger2009-04-18
* Use sign_extend function instead of reimplementing it.Reimar Döffinger2009-04-17
* Remove a useless "& 0xF"Reimar Döffinger2009-04-17
* Use / and % operators instead of reimplementing them with a loop.Reimar Döffinger2009-04-17
* Change buffer check to avoid an unlikely pointer arithmetic overflow.Reimar Döffinger2009-04-17
* Simplify xan_huffman_decode by using get_bitsReimar Döffinger2009-04-17
* Fix indention, patch by Lars Täuber.Lars Täuber2009-04-17
* Simplify ipvideo_decode_opcodes by using get_bits, this might be slowerReimar Döffinger2009-04-17
* Remove unused code_counts array from interplavideo.c.Reimar Döffinger2009-04-17
* Introduce codec id for MPEG-4 ALS and associate it with correspondingJai Menon2009-04-17
* Cosmetics to improve xan_unpack readabilityReimar Döffinger2009-04-17
* Fix buffer size check for xan_unpack which was broken by r18586Reimar Döffinger2009-04-17
* Some more simplifications of xan_unpackReimar Döffinger2009-04-17
* Reindent xan_unpack codeReimar Döffinger2009-04-17
* Avoid some code duplication in xan_unpackReimar Döffinger2009-04-17
* Remove useless assignments, at least one found by CSA.Michael Niedermayer2009-04-17