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-04-05avcodec/options: Fix AVClassCategory of decoders with .receive_frameAndreas 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-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-03-15lavc: switch to the new channel layout APIVittorio Giovara
2021-04-27avutil: remove deprecated AVClass.child_class_nextJames Almer
2021-04-27avcodec/options: Remove deprecated avcodec_copy_contextAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated avcodec_get_context_defaults3Andreas Rheinhardt
2021-04-05avcodec/options: Remove always-true checkAndreas Rheinhardt
2021-03-20avcodec/options: Reindent after previous commitAndreas Rheinhardt
2021-03-20avcodec/options: Remove always-true checkAndreas Rheinhardt
2021-03-13avcodec: add a get_encode_buffer() callback to AVCodecContextJames Almer
2021-02-27avcodec/options: deprecate avcodec_get_frame_class()James Almer
2021-02-25Revert "avcodec/options: add missing FF_API_COPY_CONTEXT checks"James Almer
2020-10-02avcodec/options: add missing FF_API_COPY_CONTEXT checksJames Almer
2020-06-10AVCodecContext: switch to child_class_iterate()Anton Khirnov
2020-04-20lavc: stop using deprecated av_codec_next()Josh de Kock
2019-05-17avcodec/options: remove dead test codeJames Almer
2018-01-03lavc/options: Remove unneeded headerDerek Buitenhuis
2017-05-01avcodec/options: do a more thorough clean up in avcodec_copy_context()James Almer
2017-05-01avcodec/options: factorize avcodec_copy_context() cleanup codeJames Almer
2017-03-12Merge commit 'd59641abfd25a1007bdf4723d952887b1e3619c6'Clément Bœsch
2016-07-22lavc: initialize AVCodecContext.sw_pix_fmt properlyAnton Khirnov
2016-06-26Merge commit '24b5cff01bbac4e08acfd6d19c499e880988f520'Hendrik Leppkes
2016-06-26Merge commit '04fc8e24a091ed1d77d7a3c0cbcfe60baec19a9f'Hendrik Leppkes
2016-06-26Merge commit '5f30ac27795f9f98043e8582ccaad8813104adc4'Hendrik Leppkes
2016-05-26lavc: handle hw_frames_ctx where necessaryAndrey Turkin
2016-05-23lavc: deprecate avcodec_get_context_defaults3()Anton Khirnov
2016-05-23lavc: deprecate avcodec_copy_context()Anton Khirnov
2015-08-30avcodec/options: Make dummy_v?_encoder staticMichael Niedermayer
2015-08-06avcodec/options: Silence deprecated warning about coded_frameMichael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-21avcodec/options-test: don't alloc avctx->coded_frameJames Almer
2015-07-03lavc: Move deprecation warning disabling to files including the tableVittorio Giovara
2015-07-03Merge commit 'f046c3b5ac36848cce824b008e0347c621523041'Michael Niedermayer
2014-12-09lavc/options: add test for avcodec_copy_contextLukasz Marek
2014-12-06lavc/options: fix leaks in avcodec_copy_contextLukasz Marek
2014-12-06lavc/options: don't copy priv context when it is not AVOption objectLukasz Marek
2014-11-27lavc/options: fix leaks in avcodec_free_contextLukasz Marek
2014-11-21lavc/options: fix rc_eq leakLukasz Marek
2014-11-18avcodec/options: Set AVCodecContext->codec upon initialization.Vadim Kalinsky
2014-11-16lavc/options: initialize pkt_timebaseLukasz Marek
2014-11-16lavc/options: set timecode_frame_start to -1 as option defaultLukasz Marek
2014-11-09lavc/options: fix shallow copy contextLukasz Marek
2014-10-18Merge commit 'a75c2eb25a62105c09b48521aef429dc8a231637'Michael Niedermayer
2014-10-18lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov
2014-10-15Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov