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-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
2012-11-20aacsbr: check sample_rate before using it, fix division by 0Michael Niedermayer
2012-11-04aacsbr: fix integer overflowMichael Niedermayer
2012-10-23Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'Michael Niedermayer
2012-10-23Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun
2012-10-22Fix various uses of av_log_missing_feature()Michael Niedermayer
2012-10-13aacsbr: change order of operation to prevent out of array readMichael Niedermayer
2012-06-03aacsbr: remove unused variablesMans Rullgard
2012-06-03aacsbr: optimize sine level additionMichael Niedermayer