summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3dec.c
Commit message (Expand)AuthorAgeFilesLines
...
* Cosmetics: Rename some variables.Justin Ruggles2009-09-271-12/+12
* Simplify coupling band loop.Justin Ruggles2009-09-271-1/+2
* cosmetics: reindent after last commitJustin Ruggles2009-08-051-1/+1
* ac3dec: simplify zero-bit mantissa dithering by calculating itJustin Ruggles2009-08-051-21/+10
* cosmetics: indentation and line wrapJustin Ruggles2009-08-051-6/+7
* cosmetics after last commitJustin Ruggles2009-08-051-4/+2
* Modify decode_band_structure() so that the actual band structure is onlyJustin Ruggles2009-08-051-8/+10
* Use coupling band sizes instead of coupling band structure whenJustin Ruggles2009-08-051-9/+5
* cosmetics: add more detailed information to the documentation forJustin Ruggles2009-08-031-0/+4
* refactoring: properly separate AC-3 and E-AC-3 codeDiego Biurrun2009-07-231-2/+5
* Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set.Diego Biurrun2009-07-231-0/+2
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-291-2/+2
* eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQJustin Ruggles2009-05-211-1/+1
* The AC-3 decoder is now LGPL. Exchange the license header and change referencesDiego Biurrun2009-05-191-9/+4
* LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster.Jason Garrett-Glaser2009-05-191-55/+54
* eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles2009-05-171-1/+1
* ac3dec: fix coupling range check. the start subband must be less thanJustin Ruggles2009-05-161-2/+2
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-161-2/+2
* cosmetics: line wrap and vertical alignmentJustin Ruggles2009-05-061-7/+6
* ac3dec: Remove unneeded context variable, num_cpl_subbands. It is alsoJustin Ruggles2009-05-061-7/+3
* cosmetics: indentation after last commitJustin Ruggles2009-05-051-2/+2
* ac3dec: move channel remapping to outside of block loopJustin Ruggles2009-05-051-3/+3
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-191-0/+3
* ac3dec: reorder output channels to SMPTE channel orderJustin Ruggles2009-04-171-1/+3
* 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
OpenPOWER on IntegriCloud