Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-22aac: fix infinite loop on end-of-frame with sequence of 1-bits.Alex Converse
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-10aacdec: Unify preconfigured layout and PCE layout.Alex Converse
2012-02-10aacdec: Support native channel layout when requested.Alex Converse
2012-02-10aacdec: Try to sniff a reasonable channel layout for PCE based configurations.Alex Converse
2012-02-08aacdec: Remove incorrect comment.Alex Converse
2012-02-08aacdec: Simplify output configuration.Alex Converse
2012-01-12latmdec: Check AudioSpecificConfig length before decoding extradata.Alex Converse
2012-01-09aacdec: Turn off PS for multichannel files that use PCE based configs.Alex Converse
2011-12-22aacdec: Handle new extradata passed as side dataMartin Storsjö
2011-12-21aacdec: Cleanup decode_ics_info.Alex Converse
2011-12-13aacdec: Use intfloat.h rather than local punning union.Alex Converse
2011-12-03aac_latm: reconfigure decoder on audio specific config changesJanne Grunau
2011-12-03latmdec: fix audio specific config parsingJanne Grunau
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-23aacdec: Fix PS in ADTS.Alex Converse
2011-10-29aacdec: allow output reconfiguration on channel changesMichael Niedermayer
2011-10-26aac_latm: remove unneeded check for zero-size packet.Justin Ruggles
2011-10-25cosmetics: simplify latm_decode_initJanne Grunau
2011-10-25latm: avoid unnecessary reinit of the aac decoderJanne Grunau
2011-10-25aacdec: initialize sbr context only in new channel elementsJanne Grunau
2011-10-22lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody
2011-10-20lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov
2011-10-20lavc: use avpriv_ prefix for ff_aac_parse_header().Anton Khirnov
2011-10-08aacdec: fix undefined shiftsMans Rullgard
2011-08-19aac: Only set sample rate and object type from ADTS if output hasn't been con...Alex Converse
2011-08-19aac: Set SBR and PS to unsignalled during headerless and ADTS initialization.Alex Converse
2011-08-19aac: Only output configure if audio was found.Alex Converse
2011-08-09aac: Don't attempt to output configure an invalid channel configuration.Alex Converse
2011-08-05aac: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody
2011-08-01aac: Remove some suspicious illegal memcpy()s from LTP.Alex Converse
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-13lavf: Cleanup try_decode_frame() logic.Alex Converse
2011-06-30Add support for aac streams in mp4/mov without extradata.Benjamin Larsson
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
2011-05-23aacdec: fix typo in scalefactor clipping checkJustin Ruggles
2011-05-20LATM/AAC: Free previously initialized context on reinit.Ronald S. Bultje
2011-05-19Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles
2011-05-16aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding.Justin Ruggles
2011-04-27aacdec: remove sf_scale and sf_offset.Alex Converse
2011-04-27aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficientJustin Ruggles
2011-04-27Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets insteadAlex Converse
2011-04-27Large intensity stereo and PNS indices are legal. Clip them instead ofAlex Converse
2011-04-23Add some debug log messages to AAC extradataAlex Converse
2011-04-22aacdec: indentation cosmeticsYoung Han Lee
2011-04-12Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse
2011-04-05Revert "aac_latm_dec: use aac context and aac m4ac"Janne Grunau
2011-03-20Move sine windows to a separate fileMans Rullgard
2011-03-19Move ff_kbd_window_init() to a separate fileMans Rullgard