summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3dec.c
Commit message (Expand)AuthorAgeFilesLines
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse2009-01-071-9/+10
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-081-2/+3
* cosmetics: alignment after last commitJustin Ruggles2008-12-081-5/+5
* ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles2008-12-081-2/+5
* ac3dec: simplify exponent bounds checkingJustin Ruggles2008-12-061-1/+1
* ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents().Justin Ruggles2008-12-061-3/+6
* cosmetics: vertical alignmentJustin Ruggles2008-12-061-1/+1
* cosmetics: reindent after last commitJustin Ruggles2008-12-061-2/+2
* ac3dec: detect out-of-range exponentsJustin Ruggles2008-12-061-4/+10
* silence gcc warning: ‘n_bands’ may be used uninitializedJustin Ruggles2008-12-041-1/+1
* ac3dec: use uint8_t for band sizesJustin Ruggles2008-12-041-3/+4
* ac3dec: skip decoding and use error concealment for remaining blocks inJustin Ruggles2008-12-031-0/+1
* revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles2008-11-131-96/+13
* cosmetics: vertical alignmentJustin Ruggles2008-11-131-1/+1
* silence a gcc warning about using an uninitialized variableJustin Ruggles2008-11-131-1/+1
* cosmetics: indentationJustin Ruggles2008-11-131-2/+2
* add support for spectral extensionJustin Ruggles2008-11-131-9/+92
* add a generic function to decode banding structure for coupling, spectralJustin Ruggles2008-11-131-17/+67
* add a line break in error message textJustin Ruggles2008-11-131-1/+1
* simplify decoding of coupling frequency rangeJustin Ruggles2008-11-131-5/+7
* cosmetics: rename two variablesJustin Ruggles2008-11-131-9/+9
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-081-2/+2
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-011-1/+12
* turn on E-AC-3 decoding support and update the ChangelogJustin Ruggles2008-08-311-5/+2
* cosmetics: indentationJustin Ruggles2008-08-311-17/+17
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-311-10/+35
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-301-2/+6
* cosmetics: update comment about ditheringJustin Ruggles2008-08-301-1/+1
* cosmetics: change another "get" to "decode"Justin Ruggles2008-08-291-1/+1
* cosmetics: change "get" to "decode"Justin Ruggles2008-08-291-1/+1
* cosmetics: indentationJustin Ruggles2008-08-281-1/+1
* remove unneeded variable, dither_allJustin Ruggles2008-08-281-4/+0
* cosmetics: indent after last commitJustin Ruggles2008-08-271-1/+1
* do not read exponent strategies from each block for E-AC-3 since they are in ...Justin Ruggles2008-08-271-2/+1
* copy default coupling band structure from table to decoding context (used for...Justin Ruggles2008-08-271-0/+3
* add more OKed parts of the E-AC-3 decoder: structural changes to support AHT ...Justin Ruggles2008-08-271-7/+7
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-271-8/+8
* fix decoding of coupling leak info for normal AC-3Justin Ruggles2008-08-231-1/+1
* cosmetics: indentationJustin Ruggles2008-08-231-9/+9
* add some approved parts of the E-AC-3 decoderJustin Ruggles2008-08-231-7/+64
* cosmetics: indentationJustin Ruggles2008-08-201-24/+24
* commit the OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-201-8/+54
* get data size based on the actual data array instead of coding-in the calcula...Justin Ruggles2008-08-201-1/+1
* rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the sizeJustin Ruggles2008-08-201-4/+4
* remove some unneeded header includesJustin Ruggles2008-08-171-3/+0
* use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles2008-08-171-3/+2
* update my email address to one which does not depend on my service providerJustin Ruggles2008-08-161-1/+1
* simd int->floatLoren Merritt2008-08-131-3/+1
OpenPOWER on IntegriCloud