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-10-04avcodec/vorbis: Split data declarations out into new headerAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt
2022-08-05avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt
2022-07-18avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas 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-15libopus: convert to new channel layout APIAnton Khirnov
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-04-28avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-01-08avcodec/libopusenc: Fix for header pre-skip valueArthur Taylor
2020-09-09avcodec/libopusenc: add option to set inband FECGyan Doshi
2020-05-23avcodec/libopusenc: Don't free user-provided AVPacketAndreas Rheinhardt
2018-11-29Revert "avcodec/libopusenc: Fix warning when encoding ambisonics with channel...Rostislav Pehlivanov
2018-11-29avcodec/libopusenc: Fix warning when encoding ambisonics with channel mapping 2Felicia Lim
2018-08-24avcodec/libopusenc: support encoding packets of sizes bigger than 60msJames Almer
2018-02-07avcodec/libopus: support disabling phase inversion.Menno
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-09-22Remove some unneeded casts of bit_rate.Carl Eugen Hoyos
2017-09-01avocdec/libopus: fix typopkviet
2016-07-03libopusenc: Add channel mapping family argumentMichael Graczyk
2016-07-03libopusenc: Refactor to simplify forthcoming mapping_family parameterMichael Graczyk
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-09-15lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer
2015-08-27avcodec/libopusenc: Fix infinite loop on flushing after 0 inputMichael 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-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-01-17avcodec/libopusenc: Use av_mallocz_array()Michael Niedermayer
2014-11-13Merge commit '8dd0a2c5cf40a8a49faae985adc11750b6429132'Michael Niedermayer
2014-11-13Merge commit 'b09cf8afc5199d359ac985ad7cea72a6a9f20e4e'Michael Niedermayer
2014-11-13libopusenc: prevent an out-of-bounds read by returning earlyVittorio Giovara
2014-11-13libopusenc: check return valueVittorio Giovara
2014-10-14Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f'Michael Niedermayer
2014-10-13lavc: use a separate field for exporting audio encoder paddingAnton Khirnov
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-01-06libopusenc: Change default frame duration to 20 msPaul B Mahol
2013-11-18avcodec/libopusenc: change default frame duration to 20 msPaul B Mahol
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-11lavcodec: Adding support for End Trimming in Opus encoderVignesh Venkatasubramanian
2013-05-05make the ordering of the return type and av_cold consistentMichael Niedermayer
2013-03-06libopusenc: use ff_alloc_packet2James Zern