summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.c
Commit message (Expand)AuthorAge
* change name from stream type to frame type in AC3 codeBartlomiej Wolowiec2008-03-28
* only allocate context input buffer if AVCodecContext.error_reslience is great...Justin Ruggles2008-03-26
* cosmetics: indentation after last commitJustin Ruggles2008-03-25
* additional protection from segmentation faults and memory access errors byJustin Ruggles2008-03-25
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-24
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* make input buffer const, as it should be. fixes a warning.Justin Ruggles2008-03-10
* downmix before imdct unless different size transforms are used. about 20%Justin Ruggles2008-03-09
* use scale factor instead of sum for downmix level adjustment. avoids divisionJustin Ruggles2008-03-01
* pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing.Justin Ruggles2008-03-01
* Use 24-bit fixed-point transform coefficients until just before MDCT. ThisJustin Ruggles2008-03-01
* Add variable alpha and size of half window for Kaiser-Bessel Derived windowRobert Swain2008-01-13
* Make the Kaiser-Bessel window generator a common functionRobert Swain2008-01-12
* used defined name for testing error resilience levelJustin Ruggles2008-01-08
* split out init of downmix coeffs into a separate function that can be calledJustin Ruggles2008-01-07
* remove unneeded variable from AC3DecodeContextJustin Ruggles2008-01-06
* make sure that the last coupling band stops at the end of the coupling rangeJustin Ruggles2008-01-06
* fix phase flag processing for the case when coupling coordinates are reusedJustin Ruggles2008-01-06
* move E-AC3 header parsing to ff_ac3_parse_header()Justin Ruggles2008-01-05
* remove unneeded variables from AC3HeaderInfoJustin Ruggles2008-01-05
* cosmetics: indentationJustin Ruggles2008-01-05
* check for request_channels at codec initJustin Ruggles2008-01-05
* improve CRC APIAurelien Jacobs2008-01-04
* cosmetics: indentation and add a TODO commentJustin Ruggles2008-01-04
* only check ac3 crc if AVCodecContext.error_resilience > 0Justin Ruggles2008-01-03
* add crc check to ac3 decoderJustin Ruggles2008-01-03
* simplifyJustin Ruggles2007-12-30
* pass an AC3DecodeContext to ac3_downmix() instead of multiple argumentsJustin Ruggles2007-12-30
* cosmetics: rename sampling_rate to sample_rateJustin Ruggles2007-12-30
* do not need to cast a (void *)Justin Ruggles2007-12-30
* cosmetics: vertical realignment after last commitJustin Ruggles2007-12-30
* cosmetics: rename all AC3DecodeContext variables from ctx to sJustin Ruggles2007-12-30
* cosmetics: rename GetBitContext gb to gbcJustin Ruggles2007-12-30
* remove unused context variableJustin Ruggles2007-12-30
* 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