| Commit message (Expand) | Author | Age | Files | Lines |
* | aacdec: Unify preconfigured layout and PCE layout. | Alex Converse | 2012-02-09 | 1 | -41/+16 |
* | aacdec: Support native channel layout when requested. | Alex Converse | 2012-02-09 | 1 | -5/+9 |
* | aacdec: Try to sniff a reasonable channel layout for PCE based configurations. | Alex Converse | 2012-02-09 | 1 | -86/+282 |
* | aacdec: Remove incorrect comment. | Alex Converse | 2012-02-08 | 1 | -3/+0 |
* | aacdec: Simplify output configuration. | Alex Converse | 2012-02-08 | 1 | -15/+15 |
* | latmdec: Check AudioSpecificConfig length before decoding extradata. | Alex Converse | 2012-01-11 | 1 | -0/+2 |
* | aacdec: Turn off PS for multichannel files that use PCE based configs. | Alex Converse | 2012-01-09 | 1 | -2/+19 |
* | aacdec: Handle new extradata passed as side data | Martin Storsjö | 2011-12-21 | 1 | -0/+19 |
* | aacdec: Cleanup decode_ics_info. | Alex Converse | 2011-12-20 | 1 | -15/+9 |
* | aacdec: Use intfloat.h rather than local punning union. | Alex Converse | 2011-12-12 | 1 | -11/+7 |
* | aac_latm: reconfigure decoder on audio specific config changes | Janne Grunau | 2011-12-03 | 1 | -10/+15 |
* | latmdec: fix audio specific config parsing | Janne Grunau | 2011-12-03 | 1 | -13/+22 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -22/+27 |
* | aacdec: Fix PS in ADTS. | Alex Converse | 2011-11-22 | 1 | -1/+2 |
* | aacdec: allow output reconfiguration on channel changes | Michael Niedermayer | 2011-10-28 | 1 | -1/+1 |
* | aac_latm: remove unneeded check for zero-size packet. | Justin Ruggles | 2011-10-26 | 1 | -3/+0 |
* | cosmetics: simplify latm_decode_init | Janne Grunau | 2011-10-25 | 1 | -7/+2 |
* | latm: avoid unnecessary reinit of the aac decoder | Janne Grunau | 2011-10-25 | 1 | -2/+3 |
* | aacdec: initialize sbr context only in new channel elements | Janne Grunau | 2011-10-25 | 1 | -3/+5 |
* | lavc: replace references to deprecated AVCodecContext.error_recognition to us... | Dustin Brody | 2011-10-22 | 1 | -1/+1 |
* | lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | lavc: use avpriv_ prefix for ff_aac_parse_header(). | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | aacdec: fix undefined shifts | Mans Rullgard | 2011-10-08 | 1 | -2/+2 |
* | aac: Only set sample rate and object type from ADTS if output hasn't been con... | Alex Converse | 2011-08-18 | 1 | -3/+3 |
* | aac: Set SBR and PS to unsignalled during headerless and ADTS initialization. | Alex Converse | 2011-08-18 | 1 | -0/+2 |
* | aac: Only output configure if audio was found. | Alex Converse | 2011-08-18 | 1 | -2/+5 |
* | 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 |