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
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-07Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse
2008-12-09Make av_log_missing_feature an internal function, and change its nameStefano Sabatini
2008-12-08cosmetics: alignment after last commitJustin Ruggles
2008-12-08ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles
2008-12-06ac3dec: simplify exponent bounds checkingJustin Ruggles
2008-12-06ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents().Justin Ruggles
2008-12-06cosmetics: vertical alignmentJustin Ruggles
2008-12-06cosmetics: reindent after last commitJustin Ruggles
2008-12-06ac3dec: detect out-of-range exponentsJustin Ruggles
2008-12-04silence gcc warning: ‘n_bands’ may be used uninitializedJustin Ruggles
2008-12-04ac3dec: use uint8_t for band sizesJustin Ruggles
2008-12-03ac3dec: skip decoding and use error concealment for remaining blocks inJustin Ruggles
2008-11-14revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles
2008-11-13cosmetics: vertical alignmentJustin Ruggles
2008-11-13silence a gcc warning about using an uninitialized variableJustin Ruggles
2008-11-13cosmetics: indentationJustin Ruggles
2008-11-13add support for spectral extensionJustin Ruggles
2008-11-13add a generic function to decode banding structure for coupling, spectralJustin Ruggles
2008-11-13add a line break in error message textJustin Ruggles
2008-11-13simplify decoding of coupling frequency rangeJustin Ruggles
2008-11-13cosmetics: rename two variablesJustin Ruggles
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