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-08-14simd downmixLoren Merritt
2008-08-14don't mark the delayed samples for upmixing if they haven't been downmixedLoren Merritt
2008-08-14oops, non-normalized downmix to mono contaminated add_bias for non-simd float...Loren Merritt
2008-08-13optimize ac3_downmix.Loren Merritt
2008-08-12use float_to_int16_interleave in ac3Loren Merritt
2008-08-12use imdct_half in ac3Loren Merritt
2008-08-12mdct wrapper function to match fftLoren Merritt
2008-08-12remove mdct tmp bufferLoren Merritt
2008-08-05cosmetics: use a better function name than uncouple_channels()Justin Ruggles
2008-08-05cosmetics: change function name and comments to refer to block decodingJustin Ruggles
2008-08-05remove unneeded local variableJustin Ruggles
2008-08-04Read bitstream parameters for E-AC-3 streams before returning an error.Justin Ruggles
2008-08-04Hardcode the table for ungrouping 3 values in 5 bits. It will be reused byJustin Ruggles
2008-08-03use the same table for ungrouping exponents and bap=2 mantissasJustin Ruggles
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-07-20read 'coupling in use' parameter from bitstream into decoder context first,Justin Ruggles
2008-07-19cosmetic: use hex value instead of decimal to show relation to 0x7FFFFFJustin Ruggles
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-06-09move rematrixing band table to ac3dec_data.cJustin Ruggles
2008-06-08split up header parsing functionJustin Ruggles
2008-06-08store exp_strategy for all blocks in decode contextJustin Ruggles
2008-06-08store cpl_in_use for all blocks in decode contextJustin Ruggles
2008-06-08move the decode context and some macro constants to a new file, ac3dec.hJustin Ruggles
2008-06-08move mix level tables from parser to decoder. have parser read bitstream valu...Justin Ruggles
2008-06-08add more gain levels and adjust mix level tables accordingly.Justin Ruggles
2008-06-08pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles
2008-06-08cosmetics: indentJustin Ruggles
2008-06-08skip unsupported frame types and substream id'sJustin Ruggles
2008-06-08read frame type from header info into decode contextJustin Ruggles
2008-06-08get substreamid from ac3 parserJustin Ruggles
2008-06-08get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin Ruggles
2008-06-04return error on frame sync errorJustin Ruggles
2008-06-01cosmetics: add a comment, remove a commentJustin Ruggles
2008-06-01simplifyJustin Ruggles
2008-06-01set lfe params at frame init instead of in every blockJustin Ruggles
2008-06-01only calculate number of exponent groups when exponents are not reused.Justin Ruggles
2008-06-01cosmetics: remove unneeded bracesJustin Ruggles
2008-05-3110l: cosmeticsJustin Ruggles
2008-05-31new dba values requires running last 2 bit allocation stagesJustin Ruggles
2008-05-31get_transform_coeffs() never returns an error, so make the function and its c...Justin Ruggles
2008-05-31use enum value for CRC errorJustin Ruggles
2008-05-31move header error logging to after CRC checkJustin Ruggles
2008-05-27zero the upper frequencies of the correct coefficientsJustin Ruggles
2008-05-26safer solution for setting audio parametersJustin Ruggles
2008-05-25set audio parameters if frame header is ok, even if crc failsJustin Ruggles
2008-05-25cosmetics: indentJustin Ruggles
2008-05-25add error concealmentJustin Ruggles
2008-05-25cosmetics: indentJustin Ruggles
2008-05-2510l: fix error in commit r13382Justin Ruggles