]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/dca.c
Makefile.omk sucks in config generated by config4omk.
[frescor/ffmpeg.git] / libavcodec / dca.c
2009-04-21 kostyaMake VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATIC
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-04-11 cehoyosUse INIT_VLC_USE_STATIC and not its value "1".
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-11-29 kostyaAdd support for parsing and decoding DCA-HD streams.
2008-11-15 bananProper reordering from the dca decoder.
2008-11-11 bananComment typo
2008-11-11 bananRemove channel layout table that only should be used...
2008-11-02 bananChange the dca channel layout, S -> SIDE not BACK.
2008-11-02 andomaChange multichannel API define prefix from "CHANNEL_...
2008-11-01 bananGuess channel layout based on the number of channels...
2008-11-01 bananAdd channel layouts for dca.
2008-10-28 bananFix the fix.
2008-10-28 bananFix selection of quant step table
2008-10-26 bananDisable codec downmix when not using simd instead of...
2008-10-26 bananFix dca decoder with non simd float2int16 conversion
2008-10-26 bananFix compilation with TRACE
2008-08-30 michaelRemove the cos_mod table that has become unused after...
2008-08-30 michaelReplace obfuscated mdct in qmf_32_subbands() by ff_imdc...
2008-08-30 michaelGet rid of the 512 sample memmove().
2008-08-29 michaelHalf the size of subband_fir_noidea and get rid of...
2008-08-29 michaelMove t1 and t2 declaration from the QMF code closer...
2008-08-29 michaelSimplify (drop useless intermediate sum and diff arrays).
2008-08-29 andoma5,1l: samples_chanptr[] should be (const float *)
2008-08-29 andomadca: Set data_size outside block loop.
2008-08-29 andomadca: Do float -> int16 interleaving in-place using...
2008-08-24 kostyaCorrect scaling factor in DCA decoder synthesis.
2008-08-23 michaelRemove redundant FFMIN().
2008-08-23 michaelIncrease buffer size to 16384 patch by Alexander E...
2008-07-31 prossModify all codecs to report their supported input and...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-04-10 bananOnly set channels in the stream if previously unset...
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
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