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
2015-06-07aac: Wait to know the channels before allocating frameLuca Barbato
2015-06-07aac: Support channel configurations 11 and 12Sebastian Dröge
2015-06-07aac: correctly map 7.1ch-wide AAC from FDK AAC encodernu774
2015-06-03aac: Correctly map multichannel ADTS AAC with non-zero channel_config + PCEnu774
2015-04-20aacdec: consistently use avctx for logging in decode_eld_specific_configAndreas Cadhalpun
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-03-04aac: Relax reserved_bit validationVittorio Giovara
2015-02-28lavc: remove unused traces of fmtconvert usageAnton Khirnov
2015-02-04aacdec: Support for ER AAC ELD 480.Alex Converse
2015-02-04aacdec: Tables for length 480 AAC ELD.Niel van der Westhuizen
2015-02-04aacdec: Support for ER AAC in LATMNiel van der Westhuizen
2015-02-04aacdec: Refactor aac_er_decode_frame.Alex Converse
2015-02-04aacdec: Refactor decode_ics_info.Alex Converse
2014-12-02aac: Simplify decode_mid_side_stereoLuca Barbato
2014-11-24aacdec: avoid an out-of-bounds writeVittorio Giovara
2014-11-04aacdec: add default case in channel layoutVittorio Giovara
2014-03-13Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun
2014-02-28latm: Always reconfigure if no extradata was set previouslyHendrik Leppkes
2014-02-12aacdec: set AVFrame sample_rateJohn Stebbins
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