summaryrefslogtreecommitdiffstats
path: root/libavcodec/dcadec.c
Commit message (Collapse)AuthorAgeFilesLines
* dca: Move ff_dca_convert_bitstream() to the DCA common codeDiego Biurrun2013-03-271-1/+0
| | | | This makes the DCA parser and decoder independent.
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+3
|
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
|
* Fix a number of incorrect intmath.h #includes.Diego Biurrun2013-02-261-1/+1
|
* dca: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-11/+7
|
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-1/+1
|
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
| | | | It will be useful in the upcoming transition to refcounted AVFrames.
* dcadec: skip QMF on unused channelsMichael Niedermayer2012-11-261-3/+4
| | | | | | | | | | When the extra rear channel is present but unused, the s->channel_order_tab[] value for that channel is -1. The QMF can be skipped for the extra channel, and doing so avoids an out-of-array read on s->samples_chanptr[]. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
| | | | Also reorder some other #include when applicable.
* dcadec: allow the decoder to change the channel layout mid-streamJustin Ruggles2012-11-011-17/+1
|
* dca: allocate a secondary buffer for extra channels when downmixingJustin Ruggles2012-10-131-2/+30
| | | | | The output AVFrame buffer only has data for the downmix channels. Fixes a segfault when decoding dca with request_channels == 2.
* dcadec: use float planar sample formatJustin Ruggles2012-10-011-70/+49
|
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-2/+2
|
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
|
* dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libsDiego Biurrun2012-08-011-1/+1
|
* dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun2012-08-011-1/+1
|
* dca: Rename dca.c ---> dcadec.cDiego Biurrun2012-08-011-0/+1971
This will allow adding dca.c with tables used from other files.
OpenPOWER on IntegriCloud