| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |