summaryrefslogtreecommitdiff
path: root/libavcodec/options.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: remove FF_API_GET_FRAME_CLASSJames Almer2023-02-091-33/+0
* lavu/frame: deprecate reordered_opaqueAnton Khirnov2023-02-041-0/+4
* avcodec/options: Fix AVClassCategory of decoders with .receive_frameAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-211-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+9
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* lavc: switch to the new channel layout APIVittorio Giovara2022-03-151-0/+8
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-271-22/+0
* avcodec/options: Remove deprecated avcodec_copy_contextAndreas Rheinhardt2021-04-271-105/+0
* avcodec: Remove deprecated avcodec_get_context_defaults3Andreas Rheinhardt2021-04-271-7/+0
* avcodec/options: Remove always-true checkAndreas Rheinhardt2021-04-051-1/+1
* avcodec/options: Reindent after previous commitAndreas Rheinhardt2021-03-201-4/+3
* avcodec/options: Remove always-true checkAndreas Rheinhardt2021-03-201-2/+0
* avcodec: add a get_encode_buffer() callback to AVCodecContextJames Almer2021-03-121-0/+1
* avcodec/options: deprecate avcodec_get_frame_class()James Almer2021-02-271-0/+2
* Revert "avcodec/options: add missing FF_API_COPY_CONTEXT checks"James Almer2021-02-251-4/+0
* avcodec/options: add missing FF_API_COPY_CONTEXT checksJames Almer2020-10-011-0/+4
* AVCodecContext: switch to child_class_iterate()Anton Khirnov2020-06-101-0/+15
* lavc: stop using deprecated av_codec_next()Josh de Kock2020-04-201-3/+4
* avcodec/options: remove dead test codeJames Almer2019-05-171-169/+0
* lavc/options: Remove unneeded headerDerek Buitenhuis2018-01-031-1/+0
* avcodec/options: do a more thorough clean up in avcodec_copy_context()James Almer2017-04-301-0/+15
* avcodec/options: factorize avcodec_copy_context() cleanup codeJames Almer2017-04-301-15/+15
* Merge commit 'd59641abfd25a1007bdf4723d952887b1e3619c6'Clément Bœsch2017-03-121-0/+1
|\
| * lavc: initialize AVCodecContext.sw_pix_fmt properlyAnton Khirnov2016-07-221-0/+1
* | Merge commit '24b5cff01bbac4e08acfd6d19c499e880988f520'Hendrik Leppkes2016-06-261-1/+9
|\ \ | |/
| * lavc: handle hw_frames_ctx where necessaryAndrey Turkin2016-05-261-0/+9
* | Merge commit '04fc8e24a091ed1d77d7a3c0cbcfe60baec19a9f'Hendrik Leppkes2016-06-261-2/+9
|\ \ | |/
| * lavc: deprecate avcodec_get_context_defaults3()Anton Khirnov2016-05-231-2/+9
* | Merge commit '5f30ac27795f9f98043e8582ccaad8813104adc4'Hendrik Leppkes2016-06-261-0/+2
|\ \ | |/
| * lavc: deprecate avcodec_copy_context()Anton Khirnov2016-05-231-0/+2
* | avcodec/options: Make dummy_v?_encoder staticMichael Niedermayer2015-08-301-4/+4
* | avcodec/options: Silence deprecated warning about coded_frameMichael Niedermayer2015-08-061-0/+4
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | avcodec/options-test: don't alloc avctx->coded_frameJames Almer2015-07-211-2/+0
* | Merge commit 'f046c3b5ac36848cce824b008e0347c621523041'Michael Niedermayer2015-07-031-0/+2
|\ \ | |/
| * lavc: Move deprecation warning disabling to files including the tableVittorio Giovara2015-07-031-0/+2
* | lavc/options: add test for avcodec_copy_contextLukasz Marek2014-12-081-0/+171
* | lavc/options: fix leaks in avcodec_copy_contextLukasz Marek2014-12-061-5/+11
* | lavc/options: don't copy priv context when it is not AVOption objectLukasz Marek2014-12-061-2/+3
* | lavc/options: fix leaks in avcodec_free_contextLukasz Marek2014-11-261-0/+3
* | lavc/options: fix rc_eq leakLukasz Marek2014-11-211-10/+0
* | avcodec/options: Set AVCodecContext->codec upon initialization.Vadim Kalinsky2014-11-181-1/+3
* | lavc/options: initialize pkt_timebaseLukasz Marek2014-11-161-0/+1
* | lavc/options: set timecode_frame_start to -1 as option defaultLukasz Marek2014-11-161-1/+0
* | lavc/options: fix shallow copy contextLukasz Marek2014-11-091-0/+1
* | Merge commit 'a75c2eb25a62105c09b48521aef429dc8a231637'Michael Niedermayer2014-10-181-1/+10
|\ \ | |/
| * lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov2014-10-181-1/+10