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-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-08-27avcodec/internal: Move ff_samples_to_time_base() to encode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas 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-15g722: convert to new channel layout APIAnton Khirnov
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-05-05avcodec/g722enc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt
2021-05-02avcodec/g722enc: Mark encoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-02-08avcodec/g722enc: Validate parameters before using themAndreas Rheinhardt
2020-09-19avcodec/g722enc: Cleanup generically on init failureAndreas Rheinhardt
2017-06-26avcodec/g722enc: force mono channel layoutKyle Swanson
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-02-21Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'Michael Niedermayer
2015-02-21libavcodec: Make use of av_clip functionsPeter Meerwald
2015-02-16Merge commit '10f160768b824f00933f33bc69f1fae89a25dfc8'Michael Niedermayer
2015-02-16Merge commit '67690683130faf37dd9d969ced15eba2a1940ade'Michael Niedermayer
2015-02-15g722: Reduce number of pointers passed to g722_apply_qmf() functionPeter Meerwald
2015-02-15g722: Split out g722_qmf_apply() function into g722dsp.cPeter Meerwald
2015-01-16avcodec/g722enc: Use av_mallocz_array()Michael Niedermayer
2014-10-14Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer
2014-10-13lavc: use a separate field for exporting audio encoder paddingAnton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-03-13Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-03-07normalize calls to ff_alloc_packet2James Zern
2012-10-10Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702'Michael Niedermayer
2012-10-09g722enc: fix size argument in memsetJanne Grunau
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-01g722enc: switch to av_assertMichael Niedermayer
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22g722enc: switch to ff_alloc_packet2()Michael Niedermayer
2012-03-21g722enc: use AVCodec.encode2()Justin Ruggles
2012-03-02g722: Fix the QMF scalingMartin Storsjö
2012-02-25g722enc: check for trellis data allocation errorJustin Ruggles
2012-01-07g722enc: validate AVCodecContext.trellisJustin Ruggles
2012-01-07g722enc: set frame_size, and also handle an odd number of input samplesJustin Ruggles
2012-01-07g722enc: split encoding into separate functions for trellis vs. no trellisJustin Ruggles