| Commit message (Expand) | Author | Age | Files | Lines |
* | imc: use exp2 instead of pow(2,...) | Michael Niedermayer | 2012-09-09 | 1 | -1/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-14 | 1 | -2/+2 |
|\ |
|
| * | Use log2(x) instead of log(x) / log(2) | Mans Rullgard | 2012-08-13 | 1 | -2/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -6/+6 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-06 | 1 | -6/+1 |
|\| |
|
| * | imc: remove unused field IMCContext.one_div_log2 | Mans Rullgard | 2012-08-06 | 1 | -2/+0 |
| * | imc: fix size of a memset() | Mans Rullgard | 2012-08-06 | 1 | -1/+1 |
| * | imc: remove empty if() block | Mans Rullgard | 2012-08-06 | 1 | -3/+0 |
* | | lavc: build some codecs only if they are actually enabled | Paul B Mahol | 2012-06-17 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-09 | 1 | -6/+62 |
|\| |
|
| * | iac: generate codec tables as they are supposed to be | Kostya Shishkov | 2012-06-09 | 1 | -6/+62 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -199/+279 |
|\| |
|
| * | Indeo Audio decoder | Kostya Shishkov | 2012-06-05 | 1 | -13/+59 |
| * | imc: make IMDCT support stereo output | Kostya Shishkov | 2012-06-05 | 1 | -6/+10 |
| * | imc: move channel-specific data into separate context | Kostya Shishkov | 2012-06-05 | 1 | -187/+217 |
* | | Merge remote-tracking branch 'qatar/master'n0.12-dev | Michael Niedermayer | 2012-05-25 | 1 | -181/+204 |
|\| |
|
| * | imc: some cosmetics | Kostya Shishkov | 2012-05-25 | 1 | -181/+204 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-20 | 1 | -1/+1 |
|\| |
|
| * | fix typo in comment | Kostya Shishkov | 2012-05-20 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -8/+8 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -8/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
|\| |
|
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-17 | 1 | -1/+0 |
|\| |
|
| * | get_bits: remove A32 variant | Mans Rullgard | 2011-12-16 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -10/+19 |
|\| |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -10/+19 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -18/+33 |
|\| |
|
| * | imc: return error codes instead of 0 for error conditions. | Justin Ruggles | 2011-11-02 | 1 | -2/+2 |
| * | imc: return meaningful error codes instead of -1 | Justin Ruggles | 2011-11-02 | 1 | -9/+10 |
| * | imc: do not set channel layout for stereo | Justin Ruggles | 2011-11-02 | 1 | -1/+1 |
| * | imc: validate channel count | Justin Ruggles | 2011-11-02 | 1 | -0/+5 |
| * | imc: check for ff_fft_init() failure | Justin Ruggles | 2011-11-02 | 1 | -2/+5 |
| * | imc: check output buffer size before decoding | Justin Ruggles | 2011-11-02 | 1 | -2/+8 |
| * | imc: use DSPContext.bswap16_buf() to byte-swap packet data | Justin Ruggles | 2011-11-02 | 1 | -3/+3 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -1/+1 |
|\| |
|
| * | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-21 | 1 | -2/+3 |
|\| |
|
| * | Move sine windows to a separate file | Mans Rullgard | 2011-03-20 | 1 | -0/+1 |
| * | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
| * | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 1 | -1/+2 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 1 | -1/+2 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | imc: fix undefined float to int conversion | Måns Rullgård | 2010-08-19 | 1 | -1/+1 |