]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/nellymoserdec.c
Support 16K samplerate in Nellymoser.
[frescor/ffmpeg.git] / libavcodec / nellymoserdec.c
2009-05-11 diegoSupport 16K samplerate in Nellymoser.
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-20 bananGet rid of av_random in nellymoserdec.c
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-18 stefanoReplace calls to the deprecated function av_init_random...
2009-01-17 vitorUse shared sine window instead of defining another...
2008-11-16 bananSet channel_layout
2008-08-12 lorenmmdct wrapper function to match fft
2008-08-12 lorenmremove mdct tmp buffer
2008-07-31 prossModify all codecs to report their supported input and...
2008-07-23 bananReduce the loglevel on a log message in the Nellymoser...
2008-07-05 diegoRemove unused variable, fixes the warning:
2008-06-22 superdumpAdd generic ff_sine_window_init function and implement...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-06-08 bwolowiecSeparating from nellymoserdec.c parts required by encoder
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-03 michaelMove declaration a little.
2008-05-03 michaelSetting i to 0 once should do.
2008-05-02 bananLong name spelling fixes
2008-05-01 diegoMark symbol as static, patch by Diego 'Flameeyes' Pette...
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-04-16 michaelunused
2008-04-16 michaelcosmetic
2008-04-16 michaelMove the *-1 to a more sane place as well.
2008-04-16 michaelMove scale_bias to a more sane place. I am starting...
2008-04-16 michaelsimplify
2008-04-16 michaelAvoid reverse addressing, not sure if this is faster...
2008-04-16 michaelkommutative law based cleanup
2008-04-16 michaeldo the -1 outside of the transform
2008-04-16 michaelnormalize signs
2008-04-16 michael100l lost add_bias
2008-04-16 michaelsimplify transform
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-01 michaelconsts
2007-11-18 bananUse memcpy instead of for loop
2007-11-14 bananSmall simplification
2007-11-14 alexSupport 44.1kHz audio. Acked by Benjamin
2007-11-14 alexake the report sample message an ERROR and not DEBUG...
2007-11-14 alexMake sine_window static. Acked by Benjamin Larsson
2007-11-14 bananFix nellymoser decode_tag return value, patch by Stefan...
2007-11-04 bananRemove unused variable
2007-11-03 bananUse the ffmpeg mdct function, patch by Fabrice Bellard...
2007-10-18 bananUnaligned memory access rcrash fix
2007-10-15 bananNellymoser ASAO decoder