]> git.sesse.net Git - ffmpeg/history - libavcodec/nellymoserdec.c
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.
[ffmpeg] / libavcodec / nellymoserdec.c
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-05-14 David ConradUse skip_bits_long() for large skips
2009-05-11 Alexander ChemerisSupport 16K samplerate in Nellymoser.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-20 Benjamin LarssonGet rid of av_random in nellymoserdec.c
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-18 Stefano SabatiniReplace calls to the deprecated function av_init_random...
2009-01-17 Vitor SessakUse shared sine window instead of defining another...
2008-11-16 Benjamin LarssonSet channel_layout
2008-08-12 Loren Merrittmdct wrapper function to match fft
2008-08-12 Loren Merrittremove mdct tmp buffer
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