aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make read_line() do not depend on put_bits.h and speed up it.Stefano Sabatini2009-04-221-6/+7
* Add raw MLP muxer.Ramiro Polla2009-04-213-1/+17
* mlpdec: Don't overallocate buffers.Ramiro Polla2009-04-212-5/+8
* mlpdec: Validate num_primitive_matrices.Ramiro Polla2009-04-212-0/+12
* mlpdec: Validate max_channel and max_matrix_channel.Ramiro Polla2009-04-212-0/+19
* mlpdec: Restart header sync must be 0x31ea for MLP.Ramiro Polla2009-04-211-2/+3
* Add missing header inclusion guard.Stefano Sabatini2009-04-211-0/+5
* Implement a write_line() function.Stefano Sabatini2009-04-211-0/+51
* Remove consume_whitespace() and replace it with direct calls toStefano Sabatini2009-04-211-11/+8
* Read extended channel configuration when extended AOT is BSAC.Jai Menon2009-04-212-0/+3
* Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATICKostya Shishkov2009-04-211-8/+30
* 100l: VLC table array should not be constKostya Shishkov2009-04-211-1/+1
* Remove redundant assignment. err is assigned in every switch case anyway. IssueRobert Swain2009-04-211-1/+0
* Fix a possibly exploitable buffer overflow.Michael Niedermayer2009-04-211-2/+1
* Set flag after VC-1 VLCs are initialized to avoid race conditionKostya Shishkov2009-04-211-1/+1
* Remove some useless assignments and variables found by ClangKostya Shishkov2009-04-211-17/+5
* Make RV3/4 VLC tables use new static initialization methodKostya Shishkov2009-04-211-17/+47
* Planar 16bit 420 422 444 YUV support (output is only supported in someMichael Niedermayer2009-04-213-2/+129
* Add 420,422 and 444 planar 16bit per component pix formats.Michael Niedermayer2009-04-212-0/+77
* Merge gray->gray converters into planarCopy(), this should also make planarCo...Michael Niedermayer2009-04-211-90/+37
* Add macro to check for 16bit per sample.Michael Niedermayer2009-04-211-0/+4
* Make sure src/dst are NULL when they arent used, some code uses this toMichael Niedermayer2009-04-211-5/+28
* Use generic BE check instead of checking for gray16LE.Michael Niedermayer2009-04-201-1/+1
* add isBE()Michael Niedermayer2009-04-201-0/+1
* Fix crash when receiving from SDPLuca Abeni2009-04-201-2/+7
* Make rv40 decoder use new static VLC initialization methodKostya Shishkov2009-04-201-8/+30
* Compact and make constant two tables used by Musepack decodersKostya Shishkov2009-04-202-2/+2
* Remove example programs with a wildcard expression.Diego Biurrun2009-04-201-1/+1
* ac3enc: log a warning message if the channel layout is not specified atJustin Ruggles2009-04-201-0/+5
* indentMichael Niedermayer2009-04-191-5/+5
* Only insert null packets into the video que if there is a video stream.Michael Niedermayer2009-04-191-0/+2
* Add zygo fourcc.Michael Niedermayer2009-04-191-0/+1
* IndentMichael Niedermayer2009-04-191-2/+2
* Do not discard truncated packets.Michael Niedermayer2009-04-191-0/+3
* Avoid 100% CPU useage at EOF.Michael Niedermayer2009-04-191-0/+1
* Make sure that video frames are flushed at EOF.Michael Niedermayer2009-04-191-5/+7
* Add channel layout support to the AC-3 encoder.Justin Ruggles2009-04-191-17/+68
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-198-0/+27
* Check that channel layout is compatible with number of channels forJustin Ruggles2009-04-193-0/+15
* Mark gsize variable as av_unused, fixes the warning:Diego Biurrun2009-04-191-1/+1
* Revert previous removal of gsize variable. It breaks seeking.Diego Biurrun2009-04-191-0/+1
* Remove unnecessary assignment, found by CSA.Robert Swain2009-04-191-1/+1
* Add LP zero synthesis filter. Patch by Kenan Gillet.Kenan Gillet2009-04-182-0/+42
* Remove 2 useless += at the end of rgb16to15(), found by CSA.Michael Niedermayer2009-04-181-2/+0
* mlpdec: Read context variable to local variable to make code cleaner.Ramiro Polla2009-04-181-2/+2
* mlpdec: {}- and whitespace-related cosmetics.Ramiro Polla2009-04-181-28/+21
* mlpdec: Use some context arrays with local variables in rematrix_channels().Ramiro Polla2009-04-181-3/+5
* truehd: Simplify rematrix_channels() as per Michael's original review.Ramiro Polla2009-04-181-2/+4
* mlpdec: Make read_matrix_params() take unsigned int substr for consistency.Ramiro Polla2009-04-181-2/+3
* mlpdec: Check for {matrix,filter}_changed as soon as they are incremented.Ramiro Polla2009-04-181-15/+9