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
2022-09-29avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-15aac: convert to new channel layout APIAnton Khirnov
2021-08-05avcodec: Remove the FFT_FIXED_32 defineAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-12-08avcodec/aacdec, aactab: Move kbd tables to their only userAndreas Rheinhardt
2020-12-08avcodec/aacdec, sinewin: Move 120 and 960 point sine tables to aacdecAndreas Rheinhardt
2019-09-24avcodec/aacdec: Check if we run out of input in read_stream_mux_config()Michael Niedermayer
2019-08-23avcodec/aacdec: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer
2019-05-03aacdec: use float_dsp in apply_independent_couplingLynne
2018-03-07avcodec/aacdec: log configuration change detailsAman Gupta
2017-10-31Merge commit 'b5f19f7478492307e4b4763aeac3180faf50e17f'James Almer
2017-10-04Merge commit '984736dd9e5b50987a5910e22495304e4a6d975c'James Almer
2017-05-17avcodec/aacdec: Fix runtime error: signed integer overflow: 2147483520 + 255 ...Michael Niedermayer
2017-05-02aac: Split function to parse ADTS header data into public and private partDiego Biurrun
2017-02-25lavc: make sure not to return EAGAIN from codecsAnton Khirnov
2017-02-14imdct15: rename to mdct15 and add a forward transformRostislav Pehlivanov
2017-02-13aac_latm: Copy whole AudioSpecificConfig when it is sized.Alex Converse
2017-02-13aac_latm: Allow unaligned AudioSpecificConfigAlex Converse
2016-11-08Use avpriv_report_missing_feature() where appropriateDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-03-13Move cbrt tables to separate cbrt_data(_fixed).c files.Reimar Döffinger
2016-01-01Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes
2015-12-07aacdec: fix aac_static_table_init() prototypeAnton Khirnov
2015-10-15aac: Make codec init run under ff_thread_onceDerek Buitenhuis
2015-10-15aac: Make codec init run under ff_thread_onceDerek Buitenhuis
2015-08-23aac: Make sure to set err on the failure pathLuca Barbato
2015-08-03avcodec/aacdec: Fix integer overflow in argument to decode_audio_specific_con...Michael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-09libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]Jovan Zelincevic
2015-07-09libavcodec: Implementation of AAC_fixed_decoder (LC-module) [3/4]Djordje Pesut
2015-07-09libavcodec: Implementation of AAC_fixed_decoder (LC-module) [1/4]Jovan Zelincevic
2015-06-08avcodec/aacdec: Do not return a uninitialized valueMichael Niedermayer
2015-06-08Merge commit 'bc76c46943272515805d7ac48ca39f14826d1fed'Michael Niedermayer
2015-06-08Merge commit 'a188108ebf28ebac9d2b8fc7d5b391aef45698b3'Michael Niedermayer
2015-06-08Merge commit '677c804aa3a78d61b21e6423165a252846c20f0e'Michael Niedermayer
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-03Merge commit '0289f81241e720452b5a77713488d54d3ec252d7'Michael Niedermayer