]> git.sesse.net Git - ffmpeg/history - libavcodec/dcadec.c
x86: dsputil: Simplify xvmc deprecation conditional
[ffmpeg] / libavcodec / dcadec.c
2014-01-05 Tim Walkerdcadec: set AV_FRAME_DATA_MATRIXENCODING side data.
2014-01-05 Tim Walkerdcadec: set the output channel mode more accurately.
2013-12-06 Michael Niedermayerdcadec: Decode LFE to avoid adding random data when...
2013-11-30 Tim Walkerdcadec: Add some logging before returning on error
2013-11-28 Tim Walkerdcadec: add disable_xch private option.
2013-11-28 Tim Walkerdcadec: treat all 2-channel modes as Stereo in dca_downmix.
2013-11-28 Tim Walkerdca: support mixing LFE in dca_downmix.
2013-11-28 Tim Walkerdca: extract core substream's embedded downmix coeffcie...
2013-11-28 Tim Walkerdca: remove embedded downmix coefficient extraction.
2013-11-28 Tim Walkerdca: convert dca_default_coeffs to float.
2013-11-28 Tim Walkerdcadec: store the stereo downmix coefficients as float...
2013-11-28 Tim Walkerdcadec: implement request_channel_layout.
2013-11-19 Tim Walkerdcadec: simplify an expression
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-20 Martin Storsjödcadec: Validate the lfe parameter
2013-07-22 Ben Avisondcadsp: Add a new method, qmf_32_subbands
2013-07-22 Ben Avisondcadec: Use int32_to_float_fmul_array8
2013-07-17 Christophe Gisquetfmtconvert: Explicitly use int32_t instead of int
2013-07-12 Luca Barbatodca: Respect the current limits in the downmixing capab...
2013-07-12 Luca Barbatodca: Error out on missing DSYNC
2013-03-27 Diego Biurrundca: Move ff_dca_convert_bitstream() to the DCA common...
2013-03-13 Diego Biurrunavcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunFix a number of incorrect intmath.h #includes.
2013-02-12 Justin Rugglesdca: decode directly to the user-provided AVFrame
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to libavutil
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-27 Michael Niedermayerdcadec: skip QMF on unused channels
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-01 Justin Rugglesdcadec: allow the decoder to change the channel layout...
2012-10-13 Justin Rugglesdca: allocate a secondary buffer for extra channels...
2012-10-01 Justin Rugglesdcadec: use float planar sample format
2012-10-01 Diego Biurrunavcodec: Convert some commented-out printf/av_log insta...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-01 Diego Biurrundca: Switch dca_sample_rates to avpriv_ prefix; it...
2012-07-31 Diego Biurrundca: Move tables used outside of dcadec.c to a separate...
2012-07-31 Diego Biurrundca: Rename dca.c ---> dcadec.c