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-09-08Rename error_resilience to error_recognition.Michael Niedermayer
2008-09-01create a separate codec_id for E-AC-3Justin Ruggles
2008-08-31turn on E-AC-3 decoding support and update the ChangelogJustin Ruggles
2008-08-31cosmetics: indentationJustin Ruggles
2008-08-31commit more OKed parts of the E-AC-3 decoderJustin Ruggles
2008-08-31commit more OKed parts of the E-AC-3 decoderJustin Ruggles
2008-08-30cosmetics: update comment about ditheringJustin Ruggles
2008-08-29cosmetics: change another "get" to "decode"Justin Ruggles
2008-08-29cosmetics: change "get" to "decode"Justin Ruggles
2008-08-29cosmetics: indentationJustin Ruggles
2008-08-29remove unneeded variable, dither_allJustin Ruggles
2008-08-28cosmetics: indent after last commitJustin Ruggles
2008-08-28do not read exponent strategies from each block for E-AC-3 since they are in ...Justin Ruggles
2008-08-27copy default coupling band structure from table to decoding context (used for...Justin Ruggles
2008-08-27add more OKed parts of the E-AC-3 decoder: structural changes to support AHT ...Justin Ruggles
2008-08-27cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles
2008-08-23fix decoding of coupling leak info for normal AC-3Justin Ruggles
2008-08-23cosmetics: indentationJustin Ruggles
2008-08-23add some approved parts of the E-AC-3 decoderJustin Ruggles
2008-08-20cosmetics: indentationJustin Ruggles
2008-08-20commit the OKed parts of the E-AC-3 decoderJustin Ruggles
2008-08-20get data size based on the actual data array instead of coding-in the calcula...Justin Ruggles
2008-08-20rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the sizeJustin Ruggles
2008-08-17remove some unneeded header includesJustin Ruggles
2008-08-17use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles
2008-08-17update my email address to one which does not depend on my service providerJustin Ruggles
2008-08-14simd int->floatLoren Merritt
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