summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.c
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse2009-01-07
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-08
* cosmetics: alignment after last commitJustin Ruggles2008-12-08
* ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles2008-12-08
* ac3dec: simplify exponent bounds checkingJustin Ruggles2008-12-06
* ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents().Justin Ruggles2008-12-06
* cosmetics: vertical alignmentJustin Ruggles2008-12-06
* cosmetics: reindent after last commitJustin Ruggles2008-12-06
* ac3dec: detect out-of-range exponentsJustin Ruggles2008-12-06
* silence gcc warning: ‘n_bands’ may be used uninitializedJustin Ruggles2008-12-04
* ac3dec: use uint8_t for band sizesJustin Ruggles2008-12-04
* ac3dec: skip decoding and use error concealment for remaining blocks inJustin Ruggles2008-12-03
* revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles2008-11-13
* cosmetics: vertical alignmentJustin Ruggles2008-11-13
* silence a gcc warning about using an uninitialized variableJustin Ruggles2008-11-13
* cosmetics: indentationJustin Ruggles2008-11-13
* add support for spectral extensionJustin Ruggles2008-11-13
* add a generic function to decode banding structure for coupling, spectralJustin Ruggles2008-11-13
* add a line break in error message textJustin Ruggles2008-11-13
* simplify decoding of coupling frequency rangeJustin Ruggles2008-11-13
* cosmetics: rename two variablesJustin Ruggles2008-11-13
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-01
* turn on E-AC-3 decoding support and update the ChangelogJustin Ruggles2008-08-31
* cosmetics: indentationJustin Ruggles2008-08-31
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-31
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-30
* cosmetics: update comment about ditheringJustin Ruggles2008-08-30
* cosmetics: change another "get" to "decode"Justin Ruggles2008-08-29
* cosmetics: change "get" to "decode"Justin Ruggles2008-08-29
* cosmetics: indentationJustin Ruggles2008-08-28
* remove unneeded variable, dither_allJustin Ruggles2008-08-28
* cosmetics: indent after last commitJustin Ruggles2008-08-27
* do not read exponent strategies from each block for E-AC-3 since they are in ...Justin Ruggles2008-08-27
* copy default coupling band structure from table to decoding context (used for...Justin Ruggles2008-08-27
* add more OKed parts of the E-AC-3 decoder: structural changes to support AHT ...Justin Ruggles2008-08-27
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-27
* fix decoding of coupling leak info for normal AC-3Justin Ruggles2008-08-23
* cosmetics: indentationJustin Ruggles2008-08-23
* add some approved parts of the E-AC-3 decoderJustin Ruggles2008-08-23
* cosmetics: indentationJustin Ruggles2008-08-20
* commit the OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-20
* get data size based on the actual data array instead of coding-in the calcula...Justin Ruggles2008-08-20
* rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the sizeJustin Ruggles2008-08-20
* remove some unneeded header includesJustin Ruggles2008-08-17
* use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles2008-08-17
* update my email address to one which does not depend on my service providerJustin Ruggles2008-08-16
* simd int->floatLoren Merritt2008-08-13
* simd downmixLoren Merritt2008-08-13