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
2011-02-15aacdec: Implement LTP support.Young Han Lee
2011-02-04Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov
2011-02-04Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-30aacdec: 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-28Add 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
2010-07-24aacdec: Only load and write each predictor variable once.Alex Converse
2010-07-24aacdec: 4% faster main profile decoding.Alex Converse
2010-07-13aacdec: Eliminate the use of doubles in the MAIN predictor.Alex Converse
2010-07-13aacdec: Eliminate the use of doubles in decode_cce().Alex Converse
2010-07-13aacdec: Use a LUT to generate CCE scale.Alex Converse
2010-07-12Split the ADTS header decoder off of the ADTS parser.Alex Converse
2010-07-12aacdec: Remove the warning about non-meaningful window transitions.Alex Converse
2010-07-08aacdec: remove checks for impossible error conditionsMåns Rullgård
2010-07-02Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun
2010-06-23aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse
2010-06-21aacdec: cosmetics: (more) whitespaceAlex Converse
2010-06-21aacdec: cosmetics: whitespaceAlex Converse
2010-06-21aacdec: Factorize if (elem_type < TYPE_DSE).Alex Converse
2010-06-21aacdec: Handle the first frame being empty case.Alex Converse
2010-06-19Add HE-AAC v2 support to the AAC decoder.Alex Converse
2010-06-05aac: Move an initialization macro used only by the decoder out of the header.Alex Converse
2010-06-05Rename aac.c to aacdec.c.Alex Converse