19646 Commits (9a7a71ed4c8a593e4b946d8a4ac16ce71306248f)
 

Author SHA1 Message Date
Jai Menon 4fabb60ddb NSV : Add TOC2 parsing and seeking support. 16 years ago
Benjamin Larsson 6c73a7d06c Remove redundant code, found by CSA 16 years ago
Måns Rullgård e4ddc8edfa configure: support Blackfin CPU names with --cpu 16 years ago
Andreas Öman 0e1ccdeb11 It should be #if, not #ifdef 16 years ago
Kostya Shishkov 21fce71fd1 Switch VLC tables in WMV3/VC-1 decoder to new static init method 16 years ago
Michael Niedermayer f9f2ab8229 Require 4 instead of 3 frames for detecting mp3, 16 years ago
Michael Niedermayer 0ee51c556e Fix 10l typo (usage of PIX_FMT_NE()). 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 9145021d68 Add raw MLP muxer. 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
Stefano Sabatini fd548e5bd6 Remove consume_whitespace() and replace it with direct calls to 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 de1275d5e8 Planar 16bit 420 422 444 YUV support (output is only supported in some 16 years ago
Michael Niedermayer 6c2a860875 Add 420,422 and 444 planar 16bit per component pix formats. 16 years ago
Michael Niedermayer 61a3f379e0 Merge gray->gray converters into planarCopy(), this should also make planarCopy() 16 years ago
Michael Niedermayer 714f32bf15 Add macro to check for 16bit per sample. 16 years ago
Michael Niedermayer b87fae9f56 Make sure src/dst are NULL when they arent used, some code uses this to 16 years ago
Michael Niedermayer 081aa41db9 Use generic BE check instead of checking for gray16LE. 16 years ago
Michael Niedermayer c3dc6c5a6b add isBE() 16 years ago
Luca Abeni 46ff7a5f4a Fix crash when receiving from SDP 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
Diego Biurrun 9292bd7725 Remove example programs with a wildcard expression. 16 years ago
Justin Ruggles be1efe5993 ac3enc: log a warning message if the channel layout is not specified at 16 years ago
Michael Niedermayer 26534fe847 indent 16 years ago
Michael Niedermayer 9dc4176702 Only insert null packets into the video que if there is a video stream. 16 years ago
Michael Niedermayer 5aef84623a Add zygo fourcc. 16 years ago
Michael Niedermayer 34365443fd Indent 16 years ago
Michael Niedermayer 012e4f5a18 Do not discard truncated packets. 16 years ago
Michael Niedermayer b40831715a Avoid 100% CPU useage at EOF. 16 years ago
Michael Niedermayer 75bb7b0add Make sure that video frames are flushed at EOF. 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
Diego Biurrun dc1ed61432 Mark gsize variable as av_unused, fixes the warning: 16 years ago
Diego Biurrun e0a6d2c365 Revert previous removal of gsize variable. It breaks seeking. 16 years ago