summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.c
Commit message (Collapse)AuthorAge
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse2009-01-07
| | | | | | | | will follow Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 16479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-08
| | | | | | to ff_log_missing_feature. Originally committed as revision 16037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignment after last commitJustin Ruggles2008-12-08
| | | | Originally committed as revision 16035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles2008-12-08
| | | | Originally committed as revision 16034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: simplify exponent bounds checkingJustin Ruggles2008-12-06
| | | | Originally committed as revision 16022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents().Justin Ruggles2008-12-06
| | | | Originally committed as revision 16018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignmentJustin Ruggles2008-12-06
| | | | Originally committed as revision 16017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindent after last commitJustin Ruggles2008-12-06
| | | | Originally committed as revision 16016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: detect out-of-range exponentsJustin Ruggles2008-12-06
| | | | Originally committed as revision 16015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* silence gcc warning: ‘n_bands’ may be used uninitializedJustin Ruggles2008-12-04
| | | | Originally committed as revision 15999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: use uint8_t for band sizesJustin Ruggles2008-12-04
| | | | Originally committed as revision 15998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: skip decoding and use error concealment for remaining blocks inJustin Ruggles2008-12-03
| | | | | | the frame after an error occurs. Originally committed as revision 15987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles2008-11-13
| | | | Originally committed as revision 15818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignmentJustin Ruggles2008-11-13
| | | | Originally committed as revision 15815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* silence a gcc warning about using an uninitialized variableJustin Ruggles2008-11-13
| | | | Originally committed as revision 15814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2008-11-13
| | | | Originally committed as revision 15813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for spectral extensionJustin Ruggles2008-11-13
| | | | Originally committed as revision 15812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a generic function to decode banding structure for coupling, spectralJustin Ruggles2008-11-13
| | | | | | extension, or enhanced coupling Originally committed as revision 15811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a line break in error message textJustin Ruggles2008-11-13
| | | | Originally committed as revision 15810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify decoding of coupling frequency rangeJustin Ruggles2008-11-13
| | | | Originally committed as revision 15809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename two variablesJustin Ruggles2008-11-13
| | | | Originally committed as revision 15808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
| | | | Originally committed as revision 15270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-01
| | | | Originally committed as revision 15143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* turn on E-AC-3 decoding support and update the ChangelogJustin Ruggles2008-08-31
| | | | Originally committed as revision 15103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2008-08-31
| | | | Originally committed as revision 15089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-31
| | | | Originally committed as revision 15087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-30
| | | | Originally committed as revision 15068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: update comment about ditheringJustin Ruggles2008-08-30
| | | | Originally committed as revision 15051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: change another "get" to "decode"Justin Ruggles2008-08-29
| | | | Originally committed as revision 15014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: change "get" to "decode"Justin Ruggles2008-08-29
| | | | Originally committed as revision 15013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2008-08-28
| | | | Originally committed as revision 15012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded variable, dither_allJustin Ruggles2008-08-28
| | | | Originally committed as revision 15011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indent after last commitJustin Ruggles2008-08-27
| | | | Originally committed as revision 15001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not read exponent strategies from each block for E-AC-3 since they are in ↵Justin Ruggles2008-08-27
| | | | | | the header Originally committed as revision 15000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy default coupling band structure from table to decoding context (used ↵Justin Ruggles2008-08-27
| | | | | | for E-AC-3) Originally committed as revision 14990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add more OKed parts of the E-AC-3 decoder: structural changes to support AHT ↵Justin Ruggles2008-08-27
| | | | | | mode mantissa decoding Originally committed as revision 14989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-27
| | | | Originally committed as revision 14988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of coupling leak info for normal AC-3Justin Ruggles2008-08-23
| | | | Originally committed as revision 14913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2008-08-23
| | | | Originally committed as revision 14911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some approved parts of the E-AC-3 decoderJustin Ruggles2008-08-23
| | | | Originally committed as revision 14910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2008-08-20
| | | | Originally committed as revision 14863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* commit the OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-20
| | | | Originally committed as revision 14860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get data size based on the actual data array instead of coding-in the ↵Justin Ruggles2008-08-20
| | | | | | calculation Originally committed as revision 14859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the sizeJustin Ruggles2008-08-20
| | | | Originally committed as revision 14858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some unneeded header includesJustin Ruggles2008-08-17
| | | | Originally committed as revision 14819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles2008-08-17
| | | | Originally committed as revision 14815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update my email address to one which does not depend on my service providerJustin Ruggles2008-08-16
| | | | Originally committed as revision 14797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simd int->floatLoren Merritt2008-08-13
| | | | | | 20% faster ac3 if downmixing, 15% if not Originally committed as revision 14743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simd downmixLoren Merritt2008-08-13
| | | | | | 13% faster ac3 if downmixing Originally committed as revision 14742 to svn://svn.ffmpeg.org/ffmpeg/trunk