summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3dec.c
Commit message (Expand)AuthorAgeFilesLines
* safer solution for setting audio parametersJustin Ruggles2008-05-251-8/+9
* set audio parameters if frame header is ok, even if crc failsJustin Ruggles2008-05-251-3/+3
* cosmetics: indentJustin Ruggles2008-05-251-16/+16
* add error concealmentJustin Ruggles2008-05-251-8/+7
* cosmetics: indentJustin Ruggles2008-05-251-7/+7
* 10l: fix error in commit r13382Justin Ruggles2008-05-251-1/+3
* add checks for missing information in the first blockJustin Ruggles2008-05-251-0/+18
* add check for invalid channel mode when coupling is usedJustin Ruggles2008-05-251-0/+5
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec2008-04-221-32/+3
* change name from stream type to frame type in AC3 codeBartlomiej Wolowiec2008-03-281-2/+2
* only allocate context input buffer if AVCodecContext.error_reslience is great...Justin Ruggles2008-03-261-2/+11
* cosmetics: indentation after last commitJustin Ruggles2008-03-251-1/+1
* additional protection from segmentation faults and memory access errors byJustin Ruggles2008-03-251-0/+11
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-241-0/+3
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-3/+3
* make input buffer const, as it should be. fixes a warning.Justin Ruggles2008-03-101-1/+2
* downmix before imdct unless different size transforms are used. about 20%Justin Ruggles2008-03-091-21/+76
* use scale factor instead of sum for downmix level adjustment. avoids divisionJustin Ruggles2008-03-011-6/+9
* pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing.Justin Ruggles2008-03-011-6/+11
* Use 24-bit fixed-point transform coefficients until just before MDCT. ThisJustin Ruggles2008-03-011-45/+37
* Add variable alpha and size of half window for Kaiser-Bessel Derived windowRobert Swain2008-01-131-1/+1
* Make the Kaiser-Bessel window generator a common functionRobert Swain2008-01-121-25/+1
* used defined name for testing error resilience levelJustin Ruggles2008-01-081-1/+1
* split out init of downmix coeffs into a separate function that can be calledJustin Ruggles2008-01-071-10/+30
* remove unneeded variable from AC3DecodeContextJustin Ruggles2008-01-061-3/+1
* make sure that the last coupling band stops at the end of the coupling rangeJustin Ruggles2008-01-061-0/+1
* fix phase flag processing for the case when coupling coordinates are reusedJustin Ruggles2008-01-061-4/+7
* move E-AC3 header parsing to ff_ac3_parse_header()Justin Ruggles2008-01-051-0/+3
* remove unneeded variables from AC3HeaderInfoJustin Ruggles2008-01-051-4/+2
* cosmetics: indentationJustin Ruggles2008-01-051-1/+1
* check for request_channels at codec initJustin Ruggles2008-01-051-0/+7
* improve CRC APIAurelien Jacobs2008-01-041-1/+1
* cosmetics: indentation and add a TODO commentJustin Ruggles2008-01-041-4/+5
* only check ac3 crc if AVCodecContext.error_resilience > 0Justin Ruggles2008-01-031-0/+2
* add crc check to ac3 decoderJustin Ruggles2008-01-031-3/+10
* simplifyJustin Ruggles2007-12-301-2/+2
* pass an AC3DecodeContext to ac3_downmix() instead of multiple argumentsJustin Ruggles2007-12-301-14/+12
* cosmetics: rename sampling_rate to sample_rateJustin Ruggles2007-12-301-3/+3
* do not need to cast a (void *)Justin Ruggles2007-12-301-2/+2
* cosmetics: vertical realignment after last commitJustin Ruggles2007-12-301-7/+6
* cosmetics: rename all AC3DecodeContext variables from ctx to sJustin Ruggles2007-12-301-251/+251
* cosmetics: rename GetBitContext gb to gbcJustin Ruggles2007-12-301-83/+83
* remove unused context variableJustin Ruggles2007-12-301-2/+0
* Add option for user to scale the amount of dynamic range compression which isJustin Ruggles2007-12-201-1/+2
* Skip dialog normalization. It shouldn't be used by the decoder, and there isJustin Ruggles2007-12-171-16/+4
* Revert commit made in revision 11228. I'm getting some strange results in theJustin Ruggles2007-12-171-34/+13
* downmix before the IMDCT if no block switching is usedJustin Ruggles2007-12-161-13/+34
* Make AC3 decoder honor avctx->request_channelsAndreas Ă–man2007-12-151-16/+5
OpenPOWER on IntegriCloud