summaryrefslogtreecommitdiff
path: root/libavcodec/nellymoserdec.c
Commit message (Expand)AuthorAge
...
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-09
* nellymoser: use constant seed for dithering RNGMåns Rullgård2009-11-29
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* Use skip_bits_long() for large skipsDavid Conrad2009-05-14
* Support 16K samplerate in Nellymoser.Alexander Chemeris2009-05-11
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Get rid of av_random in nellymoserdec.cBenjamin Larsson2009-03-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-18
* Use shared sine window instead of defining another one.Vitor Sessak2009-01-17
* Set channel_layoutBenjamin Larsson2008-11-16
* mdct wrapper function to match fftLoren Merritt2008-08-12
* remove mdct tmp bufferLoren Merritt2008-08-12
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Reduce the loglevel on a log message in the Nellymoser decoder. Related to Ro...Benjamin Larsson2008-07-23
* Remove unused variable, fixes the warning:Diego Biurrun2008-07-05
* Add generic ff_sine_window_init function and implement in codecs appropriatelyRobert Swain2008-06-22
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Separating from nellymoserdec.c parts required by encoderBartlomiej Wolowiec2008-06-08
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Move declaration a little.Michael Niedermayer2008-05-03
* Setting i to 0 once should do.Michael Niedermayer2008-05-03
* Long name spelling fixesBenjamin Larsson2008-05-02
* Mark symbol as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com.Diego Pettenò2008-05-01
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* unusedMichael Niedermayer2008-04-16
* cosmeticMichael Niedermayer2008-04-16
* Move the *-1 to a more sane place as well.Michael Niedermayer2008-04-16
* Move scale_bias to a more sane place. I am starting to wonder how thisMichael Niedermayer2008-04-16
* simplifyMichael Niedermayer2008-04-16
* Avoid reverse addressing, not sure if this is faster or slower but peopleMichael Niedermayer2008-04-16
* commutative law based cleanupMichael Niedermayer2008-04-16
* do the -1 outside of the transformMichael Niedermayer2008-04-16
* normalize signsMichael Niedermayer2008-04-16
* 100l lost add_biasMichael Niedermayer2008-04-16
* simplify transformMichael Niedermayer2008-04-16
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constsMichael Niedermayer2008-02-01
* Use memcpy instead of for loopBenjamin Larsson2007-11-18
* Small simplificationBenjamin Larsson2007-11-14
* Support 44.1kHz audio. Acked by BenjaminAlex Beregszaszi2007-11-14
* Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.Alex Beregszaszi2007-11-14
* Make sine_window static. Acked by Benjamin LarssonAlex Beregszaszi2007-11-14
* Fix nellymoser decode_tag return value, patch by Stefano SabatiniStefano Sabatini2007-11-14
* Remove unused variableBenjamin Larsson2007-11-04
* Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel...Fabrice Bellard2007-11-03
* Unaligned memory access rcrash fixBenjamin Larsson2007-10-18