]> git.sesse.net Git - ffmpeg/history - libavcodec/nellymoserdec.c
Check available size before writing in decode_frame()
[ffmpeg] / libavcodec / nellymoserdec.c
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-23 Benjamin LarssonReduce the loglevel on a log message in the Nellymoser...
2008-07-05 Diego BiurrunRemove unused variable, fixes the warning:
2008-06-22 Robert SwainAdd generic ff_sine_window_init function and implement...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-08 Bartlomiej WolowiecSeparating from nellymoserdec.c parts required by encoder
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-03 Michael NiedermayerMove declaration a little.
2008-05-03 Michael NiedermayerSetting i to 0 once should do.
2008-05-02 Benjamin LarssonLong name spelling fixes
2008-05-01 Diego PettenòMark symbol as static, patch by Diego 'Flameeyes' Pette...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
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