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: Make ff_alloc_packet() based encoders accept user buffersAndreas 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-15libfdk-aac: convert to new channel layout APIVittorio Giovara
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
2020-05-22avcodec: move aacenc profiles to profiles.hMarton Balint
2018-09-14Merge commit '2a9e1c122eed66be1b26b747342b848300b226c7'James Almer
2018-09-13libfdk-aac: Don't use defined() in a #defineMartin Storsjö
2018-09-11Merge commit '7e929dac100916fc45cb95e231025f3439c20156'James Almer
2018-09-11Merge commit 'ffb9b7a6bab6c6bfd3dd9a7c32e3724209824999'James Almer
2018-09-11Merge commit '141c960e21d2860e354f9b90df136184dd00a9a8'James Almer
2018-09-05libfdk-aacenc: Allow enabling the ELDv2 profileMartin Storsjö
2018-09-05libfdk-aac: Consistently use a proper version check macro for detecting featuresMartin Storsjö
2018-09-03libfdk-aacenc: Fix building with libfdk-aac v2Martin Storsjö
2018-09-03Merge commit 'b93026777aada7742583d8c5ab079e9f4dfe9a5d'James Almer
2018-07-06libfdk-aac: Use enum names instead of literal numbers for the output formatMartin Storsjö
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-11-02Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer
2017-09-22Remove some unneeded casts of bit_rate.Carl Eugen Hoyos
2017-06-12Convert all AVClass struct declarations to designated initializers.Diego Biurrun
2015-09-15lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'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-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-06Merge commit '2f7065190ad48744014a02288799d03adfa613e0'Michael Niedermayer
2014-06-06libfdk-aac: Relicense the library wrappers to the ISC licenseMartin Storsjö
2014-05-05Merge commit '3828eb8519c1530392ab8820b1aa784602128afc'Michael Niedermayer
2014-05-05libfdk-aac: Relicense the library wrappers to 2-clause BSDMartin Storsjö
2014-05-05libfdk-aacenc: Enable 7.1 channel encodingJean First
2014-02-06libfdk-aacenc: disable hard version requirementsTimothy Gu
2014-01-28avcodec/libfdk-aacenc: change MODE_7_1_FRONT_CENTER to map to AV_CH_LAYOUT_7P...Michael Niedermayer
2014-01-28avcodec/libfdk-aacenc: change MODE_7_1_REAR_SURROUND to map to AV_CH_LAYOUT_7...Michael Niedermayer
2014-01-26avcodec/libfdk_aacenc: enable 7.1 channel encodingJean First
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-06-24Merge commit '95d52464542f532061290192518d5fe1c1930e8d'Michael Niedermayer