| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-21 | 1 | -0/+1 |
|\ |
|
| * | LATM/AAC: Free previously initialized context on reinit. | Ronald S. Bultje | 2011-05-20 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-19 | 1 | -14/+22 |
|\ \
| |/ |
|
| * | Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis | Justin Ruggles | 2011-05-18 | 1 | -10/+24 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-16 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding. | Justin Ruggles | 2011-05-15 | 1 | -3/+3 |
* | | aacdec: add decode_channel_map overread check | Reimar Döffinger | 2011-05-07 | 1 | -0/+4 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-28 | 1 | -28/+23 |
|\ \
| |/ |
|
| * | aacdec: remove sf_scale and sf_offset. | Alex Converse | 2011-04-27 | 1 | -18/+8 |
| * | aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficient | Justin Ruggles | 2011-04-27 | 1 | -1/+1 |
| * | Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets instead | Alex Converse | 2011-04-27 | 1 | -3/+3 |
| * | Large intensity stereo and PNS indices are legal. Clip them instead of | Alex Converse | 2011-04-27 | 1 | -11/+16 |
* | | aacdec: Allow selecting float output at runtime. | Reimar Döffinger | 2011-04-25 | 1 | -28/+10 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-24 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Add some debug log messages to AAC extradata | Alex Converse | 2011-04-22 | 1 | -0/+9 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-23 | 1 | -10/+9 |
|\ \
| |/ |
|
| * | aacdec: indentation cosmetics | Young Han Lee | 2011-04-22 | 1 | -10/+9 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-13 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Convert some undefined 1<<31 shifts into 1U<<31. | Alex Converse | 2011-04-11 | 1 | -6/+6 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-06 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Revert "aac_latm_dec: use aac context and aac m4ac" | Janne Grunau | 2011-04-05 | 1 | -2/+2 |
* | | Float output for libavcodec AAC decoder | clsid2 | 2011-04-03 | 1 | -1/+25 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-21 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Move sine windows to a separate file | Mans Rullgard | 2011-03-20 | 1 | -0/+1 |
| * | Move ff_kbd_window_init() to a separate file | Mans Rullgard | 2011-03-19 | 1 | -0/+1 |
| * | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -3/+3 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
| * | aac_latm_dec: use aac context and aac m4ac | Thadeu Lima de Souza Cascardo | 2011-03-07 | 1 | -2/+2 |
| * | aacdec: Reduce the size of buf_mdct. | Young Han Lee | 2011-02-21 | 1 | -8/+11 |
| * | aacdec: dsputilize the scalar multiplication in intensity stereo | Young Han Lee | 2011-02-19 | 1 | -5/+7 |
| * | aacdec: Implement LTP support. | Young Han Lee | 2011-02-14 | 1 | -10/+146 |
| * | Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE* | Anton Khirnov | 2011-02-03 | 1 | -1/+1 |
| * | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 1 | -1/+3 |
| * | Remove unneeded add bias from 3 functions. | Justin Ruggles | 2011-01-31 | 1 | -10/+10 |
| * | aacdec: Convert some loop copies into memcpy()s. | Alex Converse | 2011-01-28 | 1 | -6/+3 |
| * | cosmetics: indentation and spacing | Justin Ruggles | 2011-01-28 | 1 | -2/+2 |
| * | Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). | Justin Ruggles | 2011-01-28 | 1 | -26/+16 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
| * | Remove redundant checks against MIN_CACHE_BITS | Mans Rullgard | 2011-01-23 | 1 | -8/+0 |
* | | aac_latm_dec: use aac context and aac m4ac | Thadeu Lima de Souza Cascardo | 2011-03-08 | 1 | -2/+2 |
* | | aacdec: Reduce the size of buf_mdct. | Young Han Lee | 2011-02-22 | 1 | -8/+11 |
* | | aacdec: dsputilize the scalar multiplication in intensity stereo | Young Han Lee | 2011-02-20 | 1 | -5/+7 |
* | | aacdec: Implement LTP support. | Young Han Lee | 2011-02-15 | 1 | -10/+146 |
* | | Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE* | Anton Khirnov | 2011-02-04 | 1 | -1/+1 |
* | | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-04 | 1 | -1/+3 |
* | | Remove unneeded add bias from 3 functions. | Justin Ruggles | 2011-02-02 | 1 | -10/+10 |
* | | aacdec: Convert some loop copies into memcpy()s. | Alex Converse | 2011-01-30 | 1 | -6/+3 |
* | | cosmetics: indentation and spacing | Justin Ruggles | 2011-01-28 | 1 | -2/+2 |
* | | Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). | Justin Ruggles | 2011-01-28 | 1 | -26/+16 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -2/+2 |