summaryrefslogtreecommitdiff
path: root/libavcodec/dcadec.c
Commit message (Expand)AuthorAge
...
* dcadec: simplify an expressionTim Walker2013-11-19
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* dcadec: Validate the lfe parameterMartin Storsjö2013-09-20
* dcadsp: Add a new method, qmf_32_subbandsBen Avison2013-07-22
* dcadec: Use int32_to_float_fmul_array8Ben Avison2013-07-22
* fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet2013-07-17
* dca: Respect the current limits in the downmixing capabilitiesLuca Barbato2013-07-12
* dca: Error out on missing DSYNCLuca Barbato2013-07-12
* dca: Move ff_dca_convert_bitstream() to the DCA common codeDiego Biurrun2013-03-27
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Fix a number of incorrect intmath.h #includes.Diego Biurrun2013-02-26
* dca: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* dcadec: skip QMF on unused channelsMichael Niedermayer2012-11-26
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* dcadec: allow the decoder to change the channel layout mid-streamJustin Ruggles2012-11-01
* dca: allocate a secondary buffer for extra channels when downmixingJustin Ruggles2012-10-13
* dcadec: use float planar sample formatJustin Ruggles2012-10-01
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libsDiego Biurrun2012-08-01
* dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun2012-08-01
* dca: Rename dca.c ---> dcadec.cDiego Biurrun2012-08-01