summaryrefslogtreecommitdiff
path: root/libavcodec/nellymoserdec.c
Commit message (Collapse)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-18
| | | | | | corresponding calls to av_random_init(). Originally committed as revision 16682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use shared sine window instead of defining another one.Vitor Sessak2009-01-17
| | | | Originally committed as revision 16657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set channel_layoutBenjamin Larsson2008-11-16
| | | | Originally committed as revision 15843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mdct wrapper function to match fftLoren Merritt2008-08-12
| | | | Originally committed as revision 14703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove mdct tmp bufferLoren Merritt2008-08-12
| | | | Originally committed as revision 14702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
| | | | Originally committed as revision 14482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce the loglevel on a log message in the Nellymoser decoder. Related to ↵Benjamin Larsson2008-07-23
| | | | | | Roundup 447. Originally committed as revision 14348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable, fixes the warning:Diego Biurrun2008-07-05
| | | | | | libavcodec/nellymoserdec.c:133: warning: unused variable ‘i’ Originally committed as revision 14071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add generic ff_sine_window_init function and implement in codecs appropriatelyRobert Swain2008-06-22
| | | | Originally committed as revision 13888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
| | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separating from nellymoserdec.c parts required by encoderBartlomiej Wolowiec2008-06-08
| | | | Originally committed as revision 13713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move declaration a little.Michael Niedermayer2008-05-03
| | | | Originally committed as revision 13049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Setting i to 0 once should do.Michael Niedermayer2008-05-03
| | | | Originally committed as revision 13048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Long name spelling fixesBenjamin Larsson2008-05-02
| | | | Originally committed as revision 13038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark symbol as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com.Diego Pettenò2008-05-01
| | | | Originally committed as revision 13027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unusedMichael Niedermayer2008-04-16
| | | | Originally committed as revision 12859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2008-04-16
| | | | Originally committed as revision 12858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the *-1 to a more sane place as well.Michael Niedermayer2008-04-16
| | | | Originally committed as revision 12857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move scale_bias to a more sane place. I am starting to wonder how thisMichael Niedermayer2008-04-16
| | | | | | trash got into svn ... Originally committed as revision 12856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-04-16
| | | | Originally committed as revision 12855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid reverse addressing, not sure if this is faster or slower but peopleMichael Niedermayer2008-04-16
| | | | | | maybe are confused by it. The code needs to be optimized anyway. Originally committed as revision 12854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* commutative law based cleanupMichael Niedermayer2008-04-16
| | | | Originally committed as revision 12853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do the -1 outside of the transformMichael Niedermayer2008-04-16
| | | | Originally committed as revision 12852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* normalize signsMichael Niedermayer2008-04-16
| | | | Originally committed as revision 12851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l lost add_biasMichael Niedermayer2008-04-16
| | | | Originally committed as revision 12849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify transformMichael Niedermayer2008-04-16
| | | | Originally committed as revision 12848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constsMichael Niedermayer2008-02-01
| | | | | | I have underestimated this a little, and these are just some ... Originally committed as revision 11708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use memcpy instead of for loopBenjamin Larsson2007-11-18
| | | | Originally committed as revision 11051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Small simplificationBenjamin Larsson2007-11-14
| | | | Originally committed as revision 11026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support 44.1kHz audio. Acked by BenjaminAlex Beregszaszi2007-11-14
| | | | Originally committed as revision 11024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.Alex Beregszaszi2007-11-14
| | | | | | Acked by Benjamin Larsson Originally committed as revision 11023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sine_window static. Acked by Benjamin LarssonAlex Beregszaszi2007-11-14
| | | | Originally committed as revision 11022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix nellymoser decode_tag return value, patch by Stefano SabatiniStefano Sabatini2007-11-14
| | | | Originally committed as revision 11018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variableBenjamin Larsson2007-11-04
| | | | Originally committed as revision 10922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: ↵Fabrice Bellard2007-11-03
| | | | | | [FFmpeg-devel] NellyMoser transform bug, 10/25/2007 12:24 PM Originally committed as revision 10909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unaligned memory access rcrash fixBenjamin Larsson2007-10-18
| | | | Originally committed as revision 10781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Nellymoser ASAO decoderBenjamin Larsson2007-10-15
Originally committed as revision 10741 to svn://svn.ffmpeg.org/ffmpeg/trunk