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-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-15ra144: convert to new channel layout APIAnton Khirnov
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-05-05avcodec/ra144enc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt
2021-05-02avcodec/ra144enc: Mark encoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-09-17avcodec/ra144enc: Don't free unnecessarilyAndreas Rheinhardt
2020-01-23avcodec/ra144enc: Fix invalid left shift of negative numberAndreas Rheinhardt
2016-08-28lavc/lpc: Add min_shift parameter in LPCJai Luthra
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
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
2014-10-14Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer
2014-10-13lavc: use a separate field for exporting audio encoder paddingAnton Khirnov
2014-06-22Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer
2014-03-06x86/dsputil: add emms to ff_scalarproduct_int16_mmxext()James Almer
2014-03-05avcodec/ra144enc: avoid calling emms when the SSE2 version is usedMichael Niedermayer
2014-03-05ra144enc: fix use of scalarprod_int16Christophe Gisquet
2014-03-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-03-04put_bits: Remove unused includesVittorio Giovara
2014-02-11avcodec/ra144: remove redundant AV_ZERO128Michael Niedermayer
2014-02-11ra144: use scalarproduct_int16Christophe Gisquet
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-15ra144enc: set supported channel layouts.Alexis Ballier
2013-06-30Rename constant FRAMESIZE in ra144 codec as FRAME_SIZE.Carl Eugen Hoyos
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
2013-01-14lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer
2013-01-14ra144enc: Fix assignments in if()Michael Niedermayer
2013-01-11ra144enc: fix two "may be used uninitialized in this function" warningsMichael Niedermayer
2012-12-03ra144enc: reject unsupported sample ratesPiotr Bandurski
2012-09-10ra144enc: avoid integer overflows.Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22ra144enc: switch to ff_alloc_packet2()Michael Niedermayer
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-21ra144enc: use AVCodec.encode2()Justin Ruggles
2012-03-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer