]> git.sesse.net Git - ffmpeg/history - libavcodec/dca.c
Use full internal pathname in doxygen @file directives.
[ffmpeg] / libavcodec / dca.c
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