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
2014-01-05(e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker
2013-11-23ac3dec: Remove write-only channel_layout field from AC3DecodeContextTim Walker
2013-07-17fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet
2013-02-12ac3: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2012-12-09ac3dec: make downmix() take array of pointers to channel dataMans Rullgard
2012-12-09ac3dec: output planar float onlyMans Rullgard
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-09-13ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-09-06ac3dec: avoid pointless alloc and indirection for input_bufferReimar Döffinger
2011-07-10ac3dec: add a drc_scale private optionAnton Khirnov
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-06-13ac3dec: fix doxy-style for comment ("///>" should be "///<" instead).Reimar Döffinger
2011-05-24ac3enc: add channel coupling supportJustin Ruggles
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-03-29ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard
2011-03-25Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-05ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-01-28Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles
2010-12-14define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder.Justin Ruggles
2010-12-14cosmetics: use better (and shared) macro names for some constant valuesJustin Ruggles
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos
2010-03-07Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
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