Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-04-22change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec
2008-03-28change name from stream type to frame type in AC3 codeBartlomiej Wolowiec
2008-03-27only allocate context input buffer if AVCodecContext.error_reslience is great...Justin Ruggles
2008-03-26cosmetics: indentation after last commitJustin Ruggles
2008-03-26additional protection from segmentation faults and memory access errors byJustin Ruggles
2008-03-25using stream type in eac3 parserBartlomiej Wolowiec
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-11make input buffer const, as it should be. fixes a warning.Justin Ruggles
2008-03-09downmix before imdct unless different size transforms are used. about 20%Justin Ruggles
2008-03-01use scale factor instead of sum for downmix level adjustment. avoids divisionJustin Ruggles
2008-03-01pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing.Justin Ruggles
2008-03-01Use 24-bit fixed-point transform coefficients until just before MDCT. ThisJustin Ruggles
2008-01-13Add variable alpha and size of half window for Kaiser-Bessel Derived windowRobert Swain
2008-01-12Make the Kaiser-Bessel window generator a common functionRobert Swain
2008-01-09used defined name for testing error resilience levelJustin Ruggles
2008-01-07split out init of downmix coeffs into a separate function that can be calledJustin Ruggles
2008-01-07remove unneeded variable from AC3DecodeContextJustin Ruggles
2008-01-07make sure that the last coupling band stops at the end of the coupling rangeJustin Ruggles
2008-01-06fix phase flag processing for the case when coupling coordinates are reusedJustin Ruggles
2008-01-05move E-AC3 header parsing to ff_ac3_parse_header()Justin Ruggles
2008-01-05remove unneeded variables from AC3HeaderInfoJustin Ruggles
2008-01-05cosmetics: indentationJustin Ruggles
2008-01-05check for request_channels at codec initJustin Ruggles
2008-01-05improve CRC APIAurelien Jacobs
2008-01-04cosmetics: indentation and add a TODO commentJustin Ruggles
2008-01-04only check ac3 crc if AVCodecContext.error_resilience > 0Justin Ruggles
2008-01-03add crc check to ac3 decoderJustin Ruggles
2007-12-31simplifyJustin Ruggles
2007-12-31pass an AC3DecodeContext to ac3_downmix() instead of multiple argumentsJustin Ruggles
2007-12-31cosmetics: rename sampling_rate to sample_rateJustin Ruggles
2007-12-31do not need to cast a (void *)Justin Ruggles
2007-12-31cosmetics: vertical realignment after last commitJustin Ruggles
2007-12-30cosmetics: rename all AC3DecodeContext variables from ctx to sJustin Ruggles
2007-12-30cosmetics: rename GetBitContext gb to gbcJustin Ruggles
2007-12-30remove unused context variableJustin Ruggles
2007-12-20Add option for user to scale the amount of dynamic range compression which isJustin Ruggles
2007-12-17Skip dialog normalization. It shouldn't be used by the decoder, and there isJustin Ruggles
2007-12-17Revert commit made in revision 11228. I'm getting some strange results in theJustin Ruggles
2007-12-16downmix before the IMDCT if no block switching is usedJustin Ruggles
2007-12-15Make AC3 decoder honor avctx->request_channelsAndreas Ă–man
2007-12-09cosmetics: rename ac3 decoder variablesJustin Ruggles
2007-12-09cosmetics: rename common ac3 variablesJustin Ruggles
2007-12-09cosmetics: rename ac3 bit allocation variablesJustin Ruggles
2007-12-09cosmetics: rename ac3 tablesJustin Ruggles
2007-12-02Misc spelling fixes, prefer American over British English.Diego Biurrun
2007-09-15skip incomplete framesJustin Ruggles
2007-09-15better AC3 header error reportingJustin Ruggles
2007-09-15fix random dithering of zero-bit mantissasJustin Ruggles