| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | get data size based on the actual data array instead of coding-in the calcula... | Justin Ruggles | 2008-08-20 | 1 | -1/+1 |
* | rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the size | Justin Ruggles | 2008-08-20 | 1 | -4/+4 |
* | remove some unneeded header includes | Justin Ruggles | 2008-08-17 | 1 | -3/+0 |
* | use LFG instead of Mersenne Twister for AC-3 PRNG | Justin Ruggles | 2008-08-17 | 1 | -3/+2 |
* | update my email address to one which does not depend on my service provider | Justin Ruggles | 2008-08-16 | 1 | -1/+1 |
* | simd int->float | Loren Merritt | 2008-08-13 | 1 | -3/+1 |
* | simd downmix | Loren Merritt | 2008-08-13 | 1 | -16/+13 |
* | don't mark the delayed samples for upmixing if they haven't been downmixed | Loren Merritt | 2008-08-13 | 1 | -1/+1 |
* | oops, non-normalized downmix to mono contaminated add_bias for non-simd float... | Loren Merritt | 2008-08-13 | 1 | -2/+5 |
* | optimize ac3_downmix. | Loren Merritt | 2008-08-12 | 1 | -23/+36 |
* | use float_to_int16_interleave in ac3 | Loren Merritt | 2008-08-12 | 1 | -17/+9 |
* | use imdct_half in ac3 | Loren Merritt | 2008-08-12 | 1 | -52/+14 |
* | mdct wrapper function to match fft | Loren Merritt | 2008-08-12 | 1 | -3/+2 |
* | remove mdct tmp buffer | Loren Merritt | 2008-08-12 | 1 | -2/+2 |
* | cosmetics: use a better function name than uncouple_channels() | Justin Ruggles | 2008-08-05 | 1 | -2/+2 |
* | cosmetics: change function name and comments to refer to block decoding | Justin Ruggles | 2008-08-05 | 1 | -5/+5 |
* | remove unneeded local variable | Justin Ruggles | 2008-08-05 | 1 | -2/+1 |
* | Read bitstream parameters for E-AC-3 streams before returning an error. | Justin Ruggles | 2008-08-03 | 1 | -3/+3 |
* | Hardcode the table for ungrouping 3 values in 5 bits. It will be reused by | Justin Ruggles | 2008-08-03 | 1 | -3/+3 |
* | use the same table for ungrouping exponents and bap=2 mantissas | Justin Ruggles | 2008-08-03 | 1 | -16/+19 |
* | cosmetics: make all references to AC-3 capitalized and hyphenated | Justin Ruggles | 2008-08-03 | 1 | -2/+2 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | read 'coupling in use' parameter from bitstream into decoder context first, | Justin Ruggles | 2008-07-19 | 1 | -4/+4 |
* | cosmetic: use hex value instead of decimal to show relation to 0x7FFFFF | Justin Ruggles | 2008-07-19 | 1 | -1/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | move rematrixing band table to ac3dec_data.c | Justin Ruggles | 2008-06-08 | 1 | -8/+3 |
* | split up header parsing function | Justin Ruggles | 2008-06-07 | 1 | -32/+43 |
* | store exp_strategy for all blocks in decode context | Justin Ruggles | 2008-06-07 | 1 | -10/+10 |
* | store cpl_in_use for all blocks in decode context | Justin Ruggles | 2008-06-07 | 1 | -13/+17 |