| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: line wrap and vertical alignment | Justin Ruggles | 2009-05-06 | 1 | -7/+6 |
* | ac3dec: Remove unneeded context variable, num_cpl_subbands. It is also | Justin Ruggles | 2009-05-06 | 1 | -7/+3 |
* | cosmetics: indentation after last commit | Justin Ruggles | 2009-05-05 | 1 | -2/+2 |
* | ac3dec: move channel remapping to outside of block loop | Justin Ruggles | 2009-05-05 | 1 | -3/+3 |
* | Add channel layout support to the AC-3 decoder and AC-3 parser. | Justin Ruggles | 2009-04-19 | 1 | -0/+3 |
* | ac3dec: reorder output channels to SMPTE channel order | Justin Ruggles | 2009-04-17 | 1 | -1/+3 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that | Alex Converse | 2009-01-07 | 1 | -9/+10 |
* | Make av_log_missing_feature an internal function, and change its name | Stefano Sabatini | 2008-12-08 | 1 | -2/+3 |
* | cosmetics: alignment after last commit | Justin Ruggles | 2008-12-08 | 1 | -5/+5 |
* | ac3: detect dba errors and prevent writing past end of array | Justin Ruggles | 2008-12-08 | 1 | -2/+5 |
* | ac3dec: simplify exponent bounds checking | Justin Ruggles | 2008-12-06 | 1 | -1/+1 |
* | ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents(). | Justin Ruggles | 2008-12-06 | 1 | -3/+6 |
* | cosmetics: vertical alignment | Justin Ruggles | 2008-12-06 | 1 | -1/+1 |
* | cosmetics: reindent after last commit | Justin Ruggles | 2008-12-06 | 1 | -2/+2 |
* | ac3dec: detect out-of-range exponents | Justin Ruggles | 2008-12-06 | 1 | -4/+10 |
* | silence gcc warning: ‘n_bands’ may be used uninitialized | Justin Ruggles | 2008-12-04 | 1 | -1/+1 |
* | ac3dec: use uint8_t for band sizes | Justin Ruggles | 2008-12-04 | 1 | -3/+4 |
* | ac3dec: skip decoding and use error concealment for remaining blocks in | Justin Ruggles | 2008-12-03 | 1 | -0/+1 |
* | revert r15812 (E-AC-3 Spectral Extension) pending further review | Justin Ruggles | 2008-11-13 | 1 | -96/+13 |
* | cosmetics: vertical alignment | Justin Ruggles | 2008-11-13 | 1 | -1/+1 |
* | silence a gcc warning about using an uninitialized variable | Justin Ruggles | 2008-11-13 | 1 | -1/+1 |
* | cosmetics: indentation | Justin Ruggles | 2008-11-13 | 1 | -2/+2 |
* | add support for spectral extension | Justin Ruggles | 2008-11-13 | 1 | -9/+92 |
* | add a generic function to decode banding structure for coupling, spectral | Justin Ruggles | 2008-11-13 | 1 | -17/+67 |
* | add a line break in error message text | Justin Ruggles | 2008-11-13 | 1 | -1/+1 |
* | simplify decoding of coupling frequency range | Justin Ruggles | 2008-11-13 | 1 | -5/+7 |
* | cosmetics: rename two variables | Justin Ruggles | 2008-11-13 | 1 | -9/+9 |
* | Rename error_resilience to error_recognition. | Michael Niedermayer | 2008-09-08 | 1 | -2/+2 |
* | create a separate codec_id for E-AC-3 | Justin Ruggles | 2008-09-01 | 1 | -1/+12 |
* | turn on E-AC-3 decoding support and update the Changelog | Justin Ruggles | 2008-08-31 | 1 | -5/+2 |
* | cosmetics: indentation | Justin Ruggles | 2008-08-31 | 1 | -17/+17 |
* | commit more OKed parts of the E-AC-3 decoder | Justin Ruggles | 2008-08-31 | 1 | -10/+35 |
* | commit more OKed parts of the E-AC-3 decoder | Justin Ruggles | 2008-08-30 | 1 | -2/+6 |
* | cosmetics: update comment about dithering | Justin Ruggles | 2008-08-30 | 1 | -1/+1 |
* | cosmetics: change another "get" to "decode" | Justin Ruggles | 2008-08-29 | 1 | -1/+1 |
* | cosmetics: change "get" to "decode" | Justin Ruggles | 2008-08-29 | 1 | -1/+1 |
* | cosmetics: indentation | Justin Ruggles | 2008-08-28 | 1 | -1/+1 |
* | remove unneeded variable, dither_all | Justin Ruggles | 2008-08-28 | 1 | -4/+0 |
* | cosmetics: indent after last commit | Justin Ruggles | 2008-08-27 | 1 | -1/+1 |
* | do not read exponent strategies from each block for E-AC-3 since they are in ... | Justin Ruggles | 2008-08-27 | 1 | -2/+1 |
* | copy default coupling band structure from table to decoding context (used for... | Justin Ruggles | 2008-08-27 | 1 | -0/+3 |
* | add more OKed parts of the E-AC-3 decoder: structural changes to support AHT ... | Justin Ruggles | 2008-08-27 | 1 | -7/+7 |
* | cosmetics: rename some functions from *get_* to *decode_* | Justin Ruggles | 2008-08-27 | 1 | -8/+8 |
* | fix decoding of coupling leak info for normal AC-3 | Justin Ruggles | 2008-08-23 | 1 | -1/+1 |
* | cosmetics: indentation | Justin Ruggles | 2008-08-23 | 1 | -9/+9 |
* | add some approved parts of the E-AC-3 decoder | Justin Ruggles | 2008-08-23 | 1 | -7/+64 |
* | cosmetics: indentation | Justin Ruggles | 2008-08-20 | 1 | -24/+24 |
* | commit the OKed parts of the E-AC-3 decoder | Justin Ruggles | 2008-08-20 | 1 | -8/+54 |