summaryrefslogtreecommitdiffstats
path: root/libavcodec/nellymoserdec.c
Commit message (Expand)AuthorAgeFilesLines
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Get rid of av_random in nellymoserdec.cBenjamin Larsson2009-03-201-4/+5
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-181-1/+1
* Use shared sine window instead of defining another one.Vitor Sessak2009-01-171-6/+4
* Set channel_layoutBenjamin Larsson2008-11-161-0/+1
* mdct wrapper function to match fftLoren Merritt2008-08-121-1/+1
* remove mdct tmp bufferLoren Merritt2008-08-121-3/+1
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Reduce the loglevel on a log message in the Nellymoser decoder. Related to Ro...Benjamin Larsson2008-07-231-1/+1
* Remove unused variable, fixes the warning:Diego Biurrun2008-07-051-1/+0
* Add generic ff_sine_window_init function and implement in codecs appropriatelyRobert Swain2008-06-221-3/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Separating from nellymoserdec.c parts required by encoderBartlomiej Wolowiec2008-06-081-198/+6
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* Move declaration a little.Michael Niedermayer2008-05-031-2/+2
* Setting i to 0 once should do.Michael Niedermayer2008-05-031-1/+1
* Long name spelling fixesBenjamin Larsson2008-05-021-1/+1
* Mark symbol as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com.Diego Pettenò2008-05-011-1/+3
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* unusedMichael Niedermayer2008-04-161-1/+1
* cosmeticMichael Niedermayer2008-04-161-1/+2
* Move the *-1 to a more sane place as well.Michael Niedermayer2008-04-161-3/+3
* Move scale_bias to a more sane place. I am starting to wonder how thisMichael Niedermayer2008-04-161-5/+5
* simplifyMichael Niedermayer2008-04-161-2/+1
* Avoid reverse addressing, not sure if this is faster or slower but peopleMichael Niedermayer2008-04-161-3/+3
* commutative law based cleanupMichael Niedermayer2008-04-161-1/+1
* do the -1 outside of the transformMichael Niedermayer2008-04-161-4/+4
* normalize signsMichael Niedermayer2008-04-161-4/+2
* 100l lost add_biasMichael Niedermayer2008-04-161-2/+2
* simplify transformMichael Niedermayer2008-04-161-20/+10
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constsMichael Niedermayer2008-02-011-2/+2
* Use memcpy instead of for loopBenjamin Larsson2007-11-181-4/+2
* Small simplificationBenjamin Larsson2007-11-141-9/+7
* Support 44.1kHz audio. Acked by BenjaminAlex Beregszaszi2007-11-141-0/+2
* Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.Alex Beregszaszi2007-11-141-1/+1
* Make sine_window static. Acked by Benjamin LarssonAlex Beregszaszi2007-11-141-1/+1
* Fix nellymoser decode_tag return value, patch by Stefano SabatiniStefano Sabatini2007-11-141-1/+1
* Remove unused variableBenjamin Larsson2007-11-041-1/+0
* Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel...Fabrice Bellard2007-11-031-94/+27
* Unaligned memory access rcrash fixBenjamin Larsson2007-10-181-1/+1
* Nellymoser ASAO decoderBenjamin Larsson2007-10-151-0/+481
OpenPOWER on IntegriCloud