]> git.sesse.net Git - ffmpeg/history - libavcodec/dca.c
Remove unnecessary header inclusion directives.
[ffmpeg] / libavcodec / dca.c
2010-04-12 Måns RullgårdDCA: use FASTDIV in decode_blockcode()
2010-04-12 Måns RullgårdDCA: simplify lfe_interpolation_fir()
2010-04-12 Måns RullgårdDCA: use a local variable for loop boundary
2010-04-12 Måns RullgårdDCA: use some type-punning in qmf_32_subbands()
2010-04-10 Måns RullgårdMake synth_filter a function pointer
2010-04-10 Måns RullgårdDCA: align some arrays
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-02-26 Laurent AimarFixed a segfault in the DCA decoder with corrupted...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-10-28 Michael NiedermayerRemove unused variable j.
2009-10-28 Michael NiedermayerSplit synth filter out of dca.c.
2009-10-10 Reimar DöffingerFix 100l incorrect bitmask check.
2009-10-08 David Conraddca and aac decoders use float_to_int16_interleave...
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-10 Måns RullgårdDCA: move an aligned array from stack to context
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-04-21 Kostya ShishkovMake VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATIC
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-04-11 Carl Eugen HoyosUse INIT_VLC_USE_STATIC and not its value "1".
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-11-29 Kostya ShishkovAdd support for parsing and decoding DCA-HD streams.
2008-11-15 Benjamin LarssonProper channel output reordering for the dca decoder.
2008-11-11 Benjamin LarssonComment typo
2008-11-11 Benjamin LarssonRemove channel layout table that only should be used...
2008-11-02 Benjamin LarssonChange the dca channel layout, S -> SIDE not BACK.
2008-11-02 Andreas ÖmanChange multichannel API define prefix from "CHANNEL_...
2008-11-01 Benjamin LarssonGuess channel layout based on the number of channels...
2008-11-01 Benjamin LarssonAdd channel layouts for dca.
2008-10-28 Benjamin LarssonFix compilation, remove stray ;
2008-10-28 Benjamin LarssonFix selection of quant step table
2008-10-26 Benjamin LarssonDisable codec downmix when not using simd instead of...
2008-10-26 Benjamin LarssonFix dca decoder with non simd float2int16 conversion
2008-10-26 Benjamin LarssonFix compilation with TRACE
2008-08-30 Michael NiedermayerRemove the cos_mod table that has become unused after...
2008-08-30 Michael NiedermayerReplace obfuscated mdct in qmf_32_subbands() by ff_imdc...
2008-08-30 Michael NiedermayerGet rid of the 512 sample memmove().
2008-08-29 Michael NiedermayerHalf the size of subband_fir_noidea and get rid of...
2008-08-29 Michael NiedermayerMove t1 and t2 declaration from the QMF code closer...
2008-08-29 Michael NiedermayerSimplify (drop useless intermediate sum and diff arrays).
2008-08-29 Andreas Öman5,1l: samples_chanptr[] should be (const float *)
2008-08-29 Andreas Ömandca: Set data_size outside block loop.
2008-08-29 Andreas Ömandca: Do float -> int16 interleaving in-place using...
2008-08-24 Alexander E. PatrakovCorrect scaling factor in DCA decoder synthesis.
2008-08-23 Michael NiedermayerRemove redundant FFMIN().
2008-08-23 Alexander E. PatrakovIncrease buffer size to 16384 patch by Alexander E...
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-04-10 Benjamin LarssonOnly set channels in the stream if previously unset...
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-06 Benjamin LarssonDon't use unchecked data from the bitstream.
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-02-01 Michael NiedermayerFix const qualifer issues found by -Wcast-qual.
2008-01-05 Justin Rugglescheck for request_channels in dca init function
2008-01-04 Benjamin LarssonEnable proper output from the LFE channel, based on...
2007-12-15 Andreas ÖmanMake DCA decoder honor avctx->request_channels in a...
2007-12-02 Reimar DöffingerUse the correct "const float *" type for variable inste...
2007-09-06 Limin WangSet data_size to zero when DCA header parse failed
2007-08-23 Reimar DöffingerAdd request_channels member to AVCodecContext so we...
2007-05-24 Sergey Vlasovfix dca_bitalloc_index decoder init
2007-05-24 Sergey VlasovFix dca.c compilation with #define TRACE
2007-05-18 Benjamin LarssonBetter error reporting.
2007-05-05 Diego BiurrunFix multiple "‘inline/static’ is not at beginning of...
2007-05-03 Diego BiurrunMove dca parser to its own file.
2007-05-02 Justin Rugglescosmetics: indention after last commit
2007-05-02 Justin Rugglesuse downmixing coefficients in dca decoder.
2007-05-02 Justin Rugglesenable multichannel output in dca decoder.
2007-04-27 Michael Niedermayerfix exploitable buffer overflow
2007-04-24 Kostya Shishkov1000l to myself as used VLC indexes were totally wrong
2007-04-04 Stefan Huehnerchanges some function declarations from () to (void...
2007-02-27 Kostya ShishkovDCA decoder