summaryrefslogtreecommitdiff
path: root/libavcodec/nellymoserdec.c
Commit message (Expand)AuthorAge
...
* Move scale_bias to a more sane place. I am starting to wonder how thisMichael Niedermayer2008-04-16
* simplifyMichael Niedermayer2008-04-16
* Avoid reverse addressing, not sure if this is faster or slower but peopleMichael Niedermayer2008-04-16
* commutative law based cleanupMichael Niedermayer2008-04-16
* do the -1 outside of the transformMichael Niedermayer2008-04-16
* normalize signsMichael Niedermayer2008-04-16
* 100l lost add_biasMichael Niedermayer2008-04-16
* simplify transformMichael Niedermayer2008-04-16
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constsMichael Niedermayer2008-02-01
* Use memcpy instead of for loopBenjamin Larsson2007-11-18
* Small simplificationBenjamin Larsson2007-11-14
* Support 44.1kHz audio. Acked by BenjaminAlex Beregszaszi2007-11-14
* Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.Alex Beregszaszi2007-11-14
* Make sine_window static. Acked by Benjamin LarssonAlex Beregszaszi2007-11-14
* Fix nellymoser decode_tag return value, patch by Stefano SabatiniStefano Sabatini2007-11-14
* Remove unused variableBenjamin Larsson2007-11-04
* Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel...Fabrice Bellard2007-11-03
* Unaligned memory access rcrash fixBenjamin Larsson2007-10-18
* Nellymoser ASAO decoderBenjamin Larsson2007-10-15