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-05dcadec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker
2014-01-05dcadec: set the output channel mode more accurately.Tim Walker
2013-12-07dcadec: Decode LFE to avoid adding random data when downmixing with LFEMichael Niedermayer
2013-11-30dcadec: Add some logging before returning on errorTim Walker
2013-11-29dcadec: add disable_xch private option.Tim Walker
2013-11-29dcadec: treat all 2-channel modes as Stereo in dca_downmix.Tim Walker
2013-11-29dca: support mixing LFE in dca_downmix.Tim Walker
2013-11-29dca: extract core substream's embedded downmix coeffcient codes, if present.Tim Walker
2013-11-29dca: remove embedded downmix coefficient extraction.Tim Walker
2013-11-29dca: convert dca_default_coeffs to float.Tim Walker
2013-11-29dcadec: store the stereo downmix coefficients as float in the DCAContext.Tim Walker
2013-11-29dcadec: implement request_channel_layout.Tim Walker
2013-11-19dcadec: simplify an expressionTim Walker
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-20dcadec: Validate the lfe parameterMartin Storsjö
2013-07-22dcadsp: Add a new method, qmf_32_subbandsBen Avison
2013-07-22dcadec: Use int32_to_float_fmul_array8Ben Avison
2013-07-17fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet
2013-07-12dca: Respect the current limits in the downmixing capabilitiesLuca Barbato
2013-07-12dca: Error out on missing DSYNCLuca Barbato
2013-03-27dca: Move ff_dca_convert_bitstream() to the DCA common codeDiego Biurrun
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Fix a number of incorrect intmath.h #includes.Diego Biurrun
2013-02-12dca: decode directly to the user-provided AVFrameJustin Ruggles
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-27dcadec: skip QMF on unused channelsMichael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-01dcadec: allow the decoder to change the channel layout mid-streamJustin Ruggles
2012-10-13dca: allocate a secondary buffer for extra channels when downmixingJustin Ruggles
2012-10-01dcadec: use float planar sample formatJustin Ruggles
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-01dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libsDiego Biurrun
2012-08-01dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun
2012-08-01dca: Rename dca.c ---> dcadec.cDiego Biurrun