| Commit message (Expand) | Author | Age | Files | Lines |
* | aac: Don't attempt to output configure an invalid channel configuration. | Alex Converse | 2011-08-09 | 1 | -4/+5 |
* | aac: propagate error return values for AV_LOG_ERROR-triggering events | Dustin Brody | 2011-08-05 | 1 | -1/+3 |
* | aac: Remove some suspicious illegal memcpy()s from LTP. | Alex Converse | 2011-08-01 | 1 | -2/+0 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | lavf: Cleanup try_decode_frame() logic. | Alex Converse | 2011-07-13 | 1 | -3/+0 |
* | Add support for aac streams in mp4/mov without extradata. | Benjamin Larsson | 2011-06-30 | 1 | -0/+42 |
* | Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). | Justin Ruggles | 2011-06-20 | 1 | -1/+1 |
* | aacdec: fix typo in scalefactor clipping check | Justin Ruggles | 2011-05-23 | 1 | -1/+1 |
* | LATM/AAC: Free previously initialized context on reinit. | Ronald S. Bultje | 2011-05-20 | 1 | -0/+1 |
* | Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis | Justin Ruggles | 2011-05-18 | 1 | -10/+24 |
* | aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding. | Justin Ruggles | 2011-05-15 | 1 | -3/+3 |
* | 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 |
* | Add some debug log messages to AAC extradata | Alex Converse | 2011-04-22 | 1 | -0/+9 |
* | aacdec: indentation cosmetics | Young Han Lee | 2011-04-22 | 1 | -10/+9 |
* | Convert some undefined 1<<31 shifts into 1U<<31. | Alex Converse | 2011-04-11 | 1 | -6/+6 |
* | Revert "aac_latm_dec: use aac context and aac m4ac" | Janne Grunau | 2011-04-05 | 1 | -2/+2 |
* | 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 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -5/+5 |
* | aaclatm: Eliminate dummy packets due to muxlength calculation. | Alex Converse | 2010-11-07 | 1 | -2/+2 |
* | aacdec: consume the audio specific config during LATM parsing | Janne Grunau | 2010-11-04 | 1 | -0/+2 |
* | aacdec: change type of data in decode_audio_specific_config parameters | Janne Grunau | 2010-11-02 | 1 | -1/+1 |
* | Add single stream LATM/LOAS decoder | Janne Grunau | 2010-11-02 | 1 | -0/+279 |
* | aacdec: pass avctx as logging context for decode_audio_specific_config | Janne Grunau | 2010-11-02 | 1 | -19/+30 |
* | aacdec: refactor the actual aac decoding code into its own function | Janne Grunau | 2010-11-02 | 1 | -23/+34 |
* | aacdec: return consumed bits in decode_audio_specific_config | Janne Grunau | 2010-11-02 | 1 | -2/+2 |
* | aacdec: add MPEG4AudioConfig as parameter for decode_audio_specific_config | Janne Grunau | 2010-11-02 | 1 | -13/+16 |
* | aacdec: Rework channel mapping compatibility hacks. | Alex Converse | 2010-09-10 | 1 | -23/+4 |
* | aacdec: Only load and write each predictor variable once. | Alex Converse | 2010-07-24 | 1 | -9/+12 |
* | aacdec: 4% faster main profile decoding. | Alex Converse | 2010-07-24 | 1 | -4/+7 |
* | aacdec: Eliminate the use of doubles in the MAIN predictor. | Alex Converse | 2010-07-12 | 1 | -2/+2 |
* | aacdec: Eliminate the use of doubles in decode_cce(). | Alex Converse | 2010-07-12 | 1 | -2/+2 |
* | aacdec: Use a LUT to generate CCE scale. | Alex Converse | 2010-07-12 | 1 | -1/+8 |