summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.c
Commit message (Expand)AuthorAge
* Add option for user to scale the amount of dynamic range compression which isJustin Ruggles2007-12-20
* Skip dialog normalization. It shouldn't be used by the decoder, and there isJustin Ruggles2007-12-17
* Revert commit made in revision 11228. I'm getting some strange results in theJustin Ruggles2007-12-17
* downmix before the IMDCT if no block switching is usedJustin Ruggles2007-12-16
* Make AC3 decoder honor avctx->request_channelsAndreas Ă–man2007-12-15
* cosmetics: rename ac3 decoder variablesJustin Ruggles2007-12-09
* cosmetics: rename common ac3 variablesJustin Ruggles2007-12-09
* cosmetics: rename ac3 bit allocation variablesJustin Ruggles2007-12-09
* cosmetics: rename ac3 tablesJustin Ruggles2007-12-09
* Misc spelling fixes, prefer American over British English.Diego Biurrun2007-12-02
* skip incomplete framesJustin Ruggles2007-09-15
* better AC3 header error reportingJustin Ruggles2007-09-15
* fix random dithering of zero-bit mantissasJustin Ruggles2007-09-15
* cosmetics: rename variables. tbl->tab for consistency with other AC3 tablesJustin Ruggles2007-09-15
* fix decoding of DolbyNet AC3Justin Ruggles2007-09-15
* cosmetics: vertical alignmentJustin Ruggles2007-08-09
* comments modification: add, clean up, Doxygenize, and rewordJustin Ruggles2007-08-09
* cosmetics: blank lines, remove some commentsJustin Ruggles2007-08-05
* add pointer to the parent context for use with av_log()Justin Ruggles2007-08-05
* use array for dynamic range scaling factorsJustin Ruggles2007-08-05
* add dialogue normalizationJustin Ruggles2007-08-05
* add support for downmixing to stereo or monoJustin Ruggles2007-08-04
* use dsputil for float to signed 16-bit sample conversionJustin Ruggles2007-08-04
* cosmetics: indentationJustin Ruggles2007-08-04
* consolidate decoding of lfe and coupling channels with decoding of full-bandw...Justin Ruggles2007-08-04
* there are only 4 rematrixing bandsJustin Ruggles2007-08-04
* cosmetics: use more appropriate names for iterator variables.Justin Ruggles2007-08-04
* move some variables to a more local scope.Justin Ruggles2007-08-04
* make exponent decoding consistent (prepare for merging coupling and lfe code ...Justin Ruggles2007-08-04
* cosmetics: use braces when it makes the code easier to read.Justin Ruggles2007-08-04
* change AC3DecodeContext variable to local variableJustin Ruggles2007-08-04
* use array instead of bitmaskJustin Ruggles2007-08-04
* use table for converting dynamic range codes to scale factorsJustin Ruggles2007-08-04
* use floating-point mantissa dequantization tablesJustin Ruggles2007-08-04
* cosmetics: indentationJustin Ruggles2007-08-04
* dither zero-bit mantissas by default. remove dithering only if it's explicitl...Justin Ruggles2007-08-04
* simplify coefficient decodingJustin Ruggles2007-08-04
* merge decoding of coupling channel coefficients and regular channel coefficientsJustin Ruggles2007-08-04
* split out coupling coefficient reconstruction into a separate functionJustin Ruggles2007-08-03
* align array used in mdct. fixes segfault.Justin Ruggles2007-08-01
* simplify stereo rematrixingJustin Ruggles2007-07-29
* change 2 fields from context to local variablesJustin Ruggles2007-07-29
* BLOCK_SIZE is not used properly, just use numbers instead to avoid confusionJustin Ruggles2007-07-28
* remove broken downmixing. will add new implementation later.Justin Ruggles2007-07-28
* simplify snr offset and bit allocationJustin Ruggles2007-07-24
* only use sized data types when necessaryJustin Ruggles2007-07-24
* set bit allocation parameters directly instead of copyingJustin Ruggles2007-07-24
* use enum value instead of numerical value for acmodJustin Ruggles2007-07-23
* use consistent data type for exponents. needs to be int8_t to pass to bit all...Justin Ruggles2007-07-23
* change some bit masks to arraysJustin Ruggles2007-07-23