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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-07aac_latm_dec: use aac context and aac m4acThadeu Lima de Souza Cascardo
2011-02-22aacdec: Reduce the size of buf_mdct.Young Han Lee
2011-02-19aacdec: dsputilize the scalar multiplication in intensity stereoYoung Han Lee
2011-02-15aacdec: Implement LTP support.Young Han Lee
2011-02-03Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-01-31Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-28aacdec: Convert some loop copies into memcpy()s.Alex Converse
2011-01-28cosmetics: indentation and spacingJustin Ruggles
2011-01-28Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-23Remove redundant checks against MIN_CACHE_BITSMans Rullgard
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-11-07aaclatm: Eliminate dummy packets due to muxlength calculation.Alex Converse
2010-11-05aacdec: consume the audio specific config during LATM parsingJanne Grunau
2010-11-02aacdec: change type of data in decode_audio_specific_config parametersJanne Grunau
2010-11-02Add single stream LATM/LOAS decoderJanne Grunau
2010-11-02aacdec: pass avctx as logging context for decode_audio_specific_configJanne Grunau
2010-11-02aacdec: refactor the actual aac decoding code into its own functionJanne Grunau
2010-11-02aacdec: return consumed bits in decode_audio_specific_configJanne Grunau
2010-11-02aacdec: add MPEG4AudioConfig as parameter for decode_audio_specific_configJanne Grunau
2010-09-10aacdec: Rework channel mapping compatibility hacks.Alex Converse