]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/dca.c
Don't use unchecked data from the bitstream.
[frescor/ffmpeg.git] / libavcodec / dca.c
2008-03-06 bananDon't use unchecked data from the bitstream.
2008-02-13 diegotypo fix: inited --> initialized
2008-02-01 michaelFix const qualifer issues found by -Wcast-qual.
2008-01-05 jbrcheck for request_channels in dca init function
2008-01-04 bananEnable proper output from the LFE channel, based on...
2007-12-15 andomaMake DCA decoder honor avctx->request_channels in a...
2007-12-02 reimarUse the correct "const float *" type for variable inste...
2007-09-06 kostyaSet data_size to zero when DCA header parse failed
2007-08-23 reimarAdd request_channels member to AVCodecContext so we...
2007-05-24 kostyafix dca_bitalloc_index decoder init
2007-05-24 kostyaFix dca.c compilation with #define TRACE
2007-05-18 bananBetter error reporting.
2007-05-05 diegoFix multiple "‘inline/static’ is not at beginning of...
2007-05-03 diegoMove dca parser to its own file.
2007-05-02 jbrcosmetics: indention after last commit
2007-05-02 jbruse downmixing coefficients in dca decoder.
2007-05-02 jbrenable multichannel output in dca decoder.
2007-04-27 michaelfix exploitable buffer overflow
2007-04-24 kostya1000l to myself as used VLC indexes were totally wrong
2007-04-04 gpoirierchanges some function declarations from () to (void...
2007-02-27 kostyaDCA decoder