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
2022-11-06aacdec: convert to lavu/tx and support fixed-point 960-sample decodingLynne
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2020-12-31avcodec/aacsbr: Remove remnants of tablegenAndreas Rheinhardt
2017-05-29avcodec/aacsbr: Fix libavcodec/aacsbr.c:257:59: runtime error: division by zeroMichael Niedermayer
2015-12-19lavc/aacsbr: sbr_dequant optimizationGanesh Ajjanagadde
2015-12-12avcodec/aacsbr: Split the env_facs tableMichael Niedermayer
2015-11-19avcodec/aacsbr: Replace a noise_facs_q check by an av_assert0Michael Niedermayer
2015-11-19avcodec/aacsbr: Split pre dequantization noise factors tableMichael Niedermayer
2015-07-20avcodec: Implementation of AAC_fixed_decoder (SBR-module)Djordje Pesut
2015-07-20avcodec: Template creation for AAC decoder (SBR-module)Djordje Pesut
2015-07-01avcodec/aacsbr: Assert that bs_num_env is positiveMichael Niedermayer
2015-07-01avcodec/aacsbr: check that the element type matches before applying SBRMichael Niedermayer
2015-05-07aacsbr: break infinite loop in sbr_hf_calc_npatchesAndreas Cadhalpun
2015-03-18avcodec/aacsbr: Replace impossible condition by assertMichael Niedermayer
2015-03-17Merge commit 'cdce9e8025fff1dee2fd3d6bc28aebc0a330c5a0'Michael Niedermayer
2015-03-17aacsbr: Fix type for index variableVittorio Giovara
2015-02-04aacsbr: silence message for SBR extension "padding".Reimar Döffinger
2014-12-02avcodec/aacdec: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-11-24Merge commit '208f3abb917757743313da0da714e525e03159d2'Michael Niedermayer
2014-11-24aacsbr: always initialize max_qmf_subbandsVittorio Giovara
2014-11-05Merge commit '930ffd46e1e742674aa7cc1c2450020c63b5015b'Michael Niedermayer
2014-11-04Merge commit '9f6f407463ff8b7681befd04b6655bb7c6d9b3e1'Michael Niedermayer
2014-11-04aacsbr: change order of operation to prevent out of array readMichael Niedermayer
2014-11-03aacsbr: treat 1-d arrays as suchVittorio Giovara
2014-09-06aacsbr: support hardcoding tables.Reimar Döffinger
2013-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-26aacsbr: Add some const casts to silence warnings in ff_sbr_apply()Diego Biurrun
2013-11-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-04aacdec: Set the profile during decodingGian-Carlo Pascutto
2013-03-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-14Merge commit '63d744e2be39466e3a734c2987cd713e0bac101e'Michael Niedermayer
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-13av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun
2013-03-08Revert "aacdec: Reconfigure output as needed, disable pop_output_configuratio...Michael Niedermayer
2013-03-08aacsbr: Check for envelope scalefactors overflowingMichael Niedermayer
2013-03-07aacdec: Reconfigure output as needed, disable pop_output_configuration()Michael Niedermayer
2013-02-26aacsbr: Silence warning: max_qmf_subbands may be used uninitialized in this f...Michael Niedermayer
2013-02-22mips: optimization for float aac decoder (sbr module)Mirjana Vulin
2013-02-09Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-01-23Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer
2013-01-23Merge commit '55aa03b9f8f11ebb7535424cc0e5635558590f49'Michael Niedermayer
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje
2012-12-07Merge commit 'c25fc5c2bb6ae8c93541c9427df3e47206d95152'Michael Niedermayer
2012-12-07AAC SBR: use AVFloatDSPContext's vector_fmulChristophe Gisquet
2012-12-03Merge commit '0b300daad2f5cb59a7c06dde5ac701685e6edf16'Michael Niedermayer
2012-12-03aac: avoid a memcpy in sbr_qmf_analysisChristophe Gisquet
2012-11-26Merge commit '3d3cf6745e2a5dc9c377244454c3186d75b177fa'Michael Niedermayer
2012-11-26aacdec: use float planar sample format for outputJustin Ruggles