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
2014-01-05aac: Fix low delay windowing.Alex Converse
2014-01-05aac: Fix TNS decoding for the 512 sample window family.Alex Converse
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-04aacdec: Set the profile during decodingGian-Carlo Pascutto
2013-10-25aacdec: Fix calls to avpriv_report_missing_feature().Alex Converse
2013-10-23aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).Alex Converse
2013-10-23aacdec: Use avpriv_report_missing_feature() instead of custom logging.Alex Converse
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-18aacdec: Add support for LD (Low Delay) AACAlex Converse
2013-09-18aacdec: Add support for Error Resilience syntax.Alex Converse
2013-08-04aac: Forward errors properly in aac_decode_frame_intLuca Barbato
2013-08-04aac: Check init_get_bits return valueLuca Barbato
2013-07-25cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun
2013-06-27aac: return meaningful errorsLuca Barbato
2013-06-27aac: K&R formatting cosmeticsLuca Barbato
2013-04-28aac: check the maximum number of channelsLuca Barbato
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-13av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-12aac: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2012-12-13aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN.Alex Converse
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-11-26aacdec: fix signed overflows in lcg_random()Mans Rullgard
2012-11-26aacdec: use float planar sample format for outputJustin Ruggles
2012-10-31aacdec: Drop some unused function argumentsDiego Biurrun
2012-10-23Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun
2012-10-12Use proper return values in case of missing featuresDiego Biurrun
2012-10-09Restructure av_log_missing_feature messageDiego Biurrun
2012-08-09aacdec: Don't fall back to the old output configuration when no old configura...Alex Converse
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-24aac: Mention abbreviation as well in long_nameDiego Biurrun
2012-07-01aacdec: remove dead assignmentMans Rullgard
2012-06-20aacdec: Fix popping channel layouts.Alex Converse
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-06-05aacdec: Turn PS off when switching to stereo and turn it to implicit when swi...Alex Converse
2012-04-21aac: Handle HE-AACv2 when sniffing a channel order.Alex Converse
2012-04-17aacdec: More robust output configuration.Alex Converse
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-03-18Update Janne's email address.Diego Biurrun
2012-03-09aacdec: Fix SCE parity check.Michael Niedermayer
2012-03-09aacdec: Fix out of array writes (stack).Michael Niedermayer