]> git.sesse.net Git - ffmpeg/history - libavcodec/dca.c
missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
[ffmpeg] / libavcodec / dca.c
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