| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge FFTContext and MDCTContext | Måns Rullgård | 2009-09-20 | 1 | -1/+1 |
* | Support for getting (i)MDCT output multiplied by a constant scaling factor. | Siarhei Siamashka | 2009-05-16 | 1 | -1/+1 |
* | Use skip_bits_long() for large skips | David Conrad | 2009-05-14 | 1 | -1/+1 |
* | Support 16K samplerate in Nellymoser. | Alexander Chemeris | 2009-05-11 | 1 | -0/+2 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Get rid of av_random in nellymoserdec.c | Benjamin Larsson | 2009-03-20 | 1 | -4/+5 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Replace calls to the deprecated function av_init_random() with | Stefano Sabatini | 2009-01-18 | 1 | -1/+1 |
* | Use shared sine window instead of defining another one. | Vitor Sessak | 2009-01-17 | 1 | -6/+4 |
* | Set channel_layout | Benjamin Larsson | 2008-11-16 | 1 | -0/+1 |
* | mdct wrapper function to match fft | Loren Merritt | 2008-08-12 | 1 | -1/+1 |
* | remove mdct tmp buffer | Loren Merritt | 2008-08-12 | 1 | -3/+1 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | Reduce the loglevel on a log message in the Nellymoser decoder. Related to Ro... | Benjamin Larsson | 2008-07-23 | 1 | -1/+1 |
* | Remove unused variable, fixes the warning: | Diego Biurrun | 2008-07-05 | 1 | -1/+0 |
* | Add generic ff_sine_window_init function and implement in codecs appropriately | Robert Swain | 2008-06-22 | 1 | -3/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Separating from nellymoserdec.c parts required by encoder | Bartlomiej Wolowiec | 2008-06-08 | 1 | -198/+6 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+2 |
* | Move declaration a little. | Michael Niedermayer | 2008-05-03 | 1 | -2/+2 |
* | Setting i to 0 once should do. | Michael Niedermayer | 2008-05-03 | 1 | -1/+1 |
* | Long name spelling fixes | Benjamin Larsson | 2008-05-02 | 1 | -1/+1 |
* | Mark symbol as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com. | Diego Pettenò | 2008-05-01 | 1 | -1/+3 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | unused | Michael Niedermayer | 2008-04-16 | 1 | -1/+1 |
* | cosmetic | Michael Niedermayer | 2008-04-16 | 1 | -1/+2 |
* | Move the *-1 to a more sane place as well. | Michael Niedermayer | 2008-04-16 | 1 | -3/+3 |
* | Move scale_bias to a more sane place. I am starting to wonder how this | Michael Niedermayer | 2008-04-16 | 1 | -5/+5 |
* | simplify | Michael Niedermayer | 2008-04-16 | 1 | -2/+1 |
* | Avoid reverse addressing, not sure if this is faster or slower but people | Michael Niedermayer | 2008-04-16 | 1 | -3/+3 |
* | commutative law based cleanup | Michael Niedermayer | 2008-04-16 | 1 | -1/+1 |
* | do the -1 outside of the transform | Michael Niedermayer | 2008-04-16 | 1 | -4/+4 |
* | normalize signs | Michael Niedermayer | 2008-04-16 | 1 | -4/+2 |
* | 100l lost add_bias | Michael Niedermayer | 2008-04-16 | 1 | -2/+2 |
* | simplify transform | Michael Niedermayer | 2008-04-16 | 1 | -20/+10 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -2/+2 |
* | Use memcpy instead of for loop | Benjamin Larsson | 2007-11-18 | 1 | -4/+2 |
* | Small simplification | Benjamin Larsson | 2007-11-14 | 1 | -9/+7 |
* | Support 44.1kHz audio. Acked by Benjamin | Alex Beregszaszi | 2007-11-14 | 1 | -0/+2 |
* | Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR. | Alex Beregszaszi | 2007-11-14 | 1 | -1/+1 |
* | Make sine_window static. Acked by Benjamin Larsson | Alex Beregszaszi | 2007-11-14 | 1 | -1/+1 |
* | Fix nellymoser decode_tag return value, patch by Stefano Sabatini | Stefano Sabatini | 2007-11-14 | 1 | -1/+1 |
* | Remove unused variable | Benjamin Larsson | 2007-11-04 | 1 | -1/+0 |
* | Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel... | Fabrice Bellard | 2007-11-03 | 1 | -94/+27 |
* | Unaligned memory access rcrash fix | Benjamin Larsson | 2007-10-18 | 1 | -1/+1 |
* | Nellymoser ASAO decoder | Benjamin Larsson | 2007-10-15 | 1 | -0/+481 |