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-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-08-05cosmetics: move fixed_coeffs into the aligned arrays comment groupJustin Ruggles
2009-08-05Modify decode_band_structure() so that the actual band structure is onlyJustin Ruggles
2009-08-05Use coupling band sizes instead of coupling band structure whenJustin Ruggles
2009-06-12The internal header libavutil/internal.h should not be used outside libavutil.Diego Biurrun
2009-05-06ac3dec: Remove unneeded context variable, num_cpl_subbands. It is alsoJustin Ruggles
2009-04-19Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-02-18Add missing #includes to fix 'make checkheaders'.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-11-14revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles
2008-11-13add support for spectral extensionJustin Ruggles
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-29remove unneeded variable, dither_allJustin Ruggles
2008-08-27add definitions and documentation for shared functions for E-AC-3 decodingJustin Ruggles
2008-08-27copy default coupling band structure from table to decoding context (used for...Justin Ruggles
2008-08-251000l to me. committed to wrong repo. revert last commit.Justin Ruggles
2008-08-25cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles
2008-08-17remove some unneeded header includesJustin Ruggles
2008-08-17use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles
2008-08-14simd int->floatLoren 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-12remove mdct tmp bufferLoren Merritt
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
2008-08-03cosmetics: vertical alignmentJustin Ruggles
2008-08-03use MAX_BLOCKS for array size instead of 6Justin Ruggles
2008-08-03rearrange dimensions of pre_mantissa arrayJustin Ruggles
2008-06-09add fields needed for E-AC-3 decoding to decode contextJustin 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-08cosmetics: add and align references to spec variable namesJustin Ruggles
2008-06-08cosmetics: vertical alignJustin Ruggles
2008-06-08use macro constants for array sizes in decode contextJustin Ruggles
2008-06-08cosmetics: vertical alignJustin Ruggles
2008-06-08cosmetics: reorder decode context fields into logical groupsJustin Ruggles
2008-06-08move the decode context and some macro constants to a new file, ac3dec.hJustin Ruggles