]> git.sesse.net Git - ffmpeg/history - libavcodec/nellymoserdec.c
fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples...
[ffmpeg] / libavcodec / nellymoserdec.c
2008-04-16 Michael Niedermayerunused
2008-04-16 Michael Niedermayercosmetic
2008-04-16 Michael NiedermayerMove the *-1 to a more sane place as well.
2008-04-16 Michael NiedermayerMove scale_bias to a more sane place. I am starting...
2008-04-16 Michael Niedermayersimplify
2008-04-16 Michael NiedermayerAvoid reverse addressing, not sure if this is faster...
2008-04-16 Michael Niedermayercommutative law based cleanup
2008-04-16 Michael Niedermayerdo the -1 outside of the transform
2008-04-16 Michael Niedermayernormalize signs
2008-04-16 Michael Niedermayer100l lost add_bias
2008-04-16 Michael Niedermayersimplify transform
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconsts
2007-11-18 Benjamin LarssonUse memcpy instead of for loop
2007-11-14 Benjamin LarssonSmall simplification
2007-11-14 Alex BeregszasziSupport 44.1kHz audio. Acked by Benjamin
2007-11-14 Alex BeregszasziChange the "report sample" message from AV_LOG_DEBUG...
2007-11-14 Alex BeregszasziMake sine_window static. Acked by Benjamin Larsson
2007-11-14 Stefano SabatiniFix nellymoser decode_tag return value, patch by Stefan...
2007-11-04 Benjamin LarssonRemove unused variable
2007-11-03 Fabrice BellardUse the ffmpeg mdct function, patch by Fabrice Bellard...
2007-10-18 Benjamin LarssonUnaligned memory access rcrash fix
2007-10-15 Benjamin LarssonNellymoser ASAO decoder