Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-23Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-04-01avcodec/ac3: rename identifier used to select the fixed point variantMichael Niedermayer
2014-04-01libavcodec: Implementation of AC3 fixedpoint decoderNedeljko Babic
2014-01-20Merge commit 'c229f571fd3c7d7b567c27c87b2bbcdaee1b0e9f'Michael Niedermayer
2014-01-19(e)ac3: parse and store the Lt/Rt and LFE mix levels.Tim Walker
2014-01-06Merge commit '13345fc1f86fc3615789e196d5a339c1c27c9068'Michael Niedermayer
2014-01-05(e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker
2013-11-23Merge commit 'd4df02131b5522a99a4e6035368484e809706ed5'Michael Niedermayer
2013-11-23ac3dec: Remove write-only channel_layout field from AC3DecodeContextTim Walker
2013-07-17fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet
2013-05-18fmtconvert: int32_t input to int32_to_float_fmul_scalarChristophe Gisquet
2013-02-13Merge commit 'e57daa876bf0cf50782550e366e589441cd8c2bd'Michael Niedermayer
2013-02-12ac3: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2012-12-10Merge commit '30b39164256999efc8d77edc85e2e0b963c24834'Michael Niedermayer
2012-12-10Merge commit 'b8f3ab8e6a7ce3627764da53b809628c828d4047'Michael Niedermayer
2012-12-09ac3dec: make downmix() take array of pointers to channel dataMans Rullgard
2012-12-09ac3dec: output planar float onlyMans Rullgard
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-09-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-13ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-09-06ac3dec: avoid pointless alloc and indirection for input_bufferReimar Döffinger
2011-08-13ac3dec: export center & suroundmix levelsMichael Niedermayer
2011-07-11Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer
2011-07-10ac3dec: add a drc_scale private optionAnton Khirnov
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-13ac3dec: fix doxy-style for comment ("///>" should be "///<" instead).Reimar Döffinger
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-24ac3enc: add channel coupling supportJustin Ruggles
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-04-05ac3dec: avoid pointless alloc and indirection for input_bufferReimar Döffinger
2011-04-01Fix doxy-style for comment ("///>" should be "///<" instead).Reimar Döffinger
2011-03-30Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-29ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard
2011-03-26Merge remote-tracking branch 'newdev/master'Michael Niedermayer
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-03-05ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles
2011-02-04Separate format conversion DSP functions from DSPContext.Justin 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