summaryrefslogtreecommitdiff
path: root/libavcodec/options.c
Commit message (Expand)AuthorAge
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-27
* avcodec/options: Remove deprecated avcodec_copy_contextAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated avcodec_get_context_defaults3Andreas Rheinhardt2021-04-27
* avcodec/options: Remove always-true checkAndreas Rheinhardt2021-04-05
* avcodec/options: Reindent after previous commitAndreas Rheinhardt2021-03-20
* avcodec/options: Remove always-true checkAndreas Rheinhardt2021-03-20
* avcodec: add a get_encode_buffer() callback to AVCodecContextJames Almer2021-03-12
* avcodec/options: deprecate avcodec_get_frame_class()James Almer2021-02-27
* Revert "avcodec/options: add missing FF_API_COPY_CONTEXT checks"James Almer2021-02-25
* avcodec/options: add missing FF_API_COPY_CONTEXT checksJames Almer2020-10-01
* AVCodecContext: switch to child_class_iterate()Anton Khirnov2020-06-10
* lavc: stop using deprecated av_codec_next()Josh de Kock2020-04-20
* avcodec/options: remove dead test codeJames Almer2019-05-17
* lavc/options: Remove unneeded headerDerek Buitenhuis2018-01-03
* avcodec/options: do a more thorough clean up in avcodec_copy_context()James Almer2017-04-30
* avcodec/options: factorize avcodec_copy_context() cleanup codeJames Almer2017-04-30
* Merge commit 'd59641abfd25a1007bdf4723d952887b1e3619c6'Clément Bœsch2017-03-12
|\
| * lavc: initialize AVCodecContext.sw_pix_fmt properlyAnton Khirnov2016-07-22
* | Merge commit '24b5cff01bbac4e08acfd6d19c499e880988f520'Hendrik Leppkes2016-06-26
|\|
| * lavc: handle hw_frames_ctx where necessaryAndrey Turkin2016-05-26
* | Merge commit '04fc8e24a091ed1d77d7a3c0cbcfe60baec19a9f'Hendrik Leppkes2016-06-26
|\|
| * lavc: deprecate avcodec_get_context_defaults3()Anton Khirnov2016-05-23
* | Merge commit '5f30ac27795f9f98043e8582ccaad8813104adc4'Hendrik Leppkes2016-06-26
|\|
| * lavc: deprecate avcodec_copy_context()Anton Khirnov2016-05-23
* | avcodec/options: Make dummy_v?_encoder staticMichael Niedermayer2015-08-30
* | avcodec/options: Silence deprecated warning about coded_frameMichael Niedermayer2015-08-06
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | avcodec/options-test: don't alloc avctx->coded_frameJames Almer2015-07-21
* | Merge commit 'f046c3b5ac36848cce824b008e0347c621523041'Michael Niedermayer2015-07-03
|\|
| * lavc: Move deprecation warning disabling to files including the tableVittorio Giovara2015-07-03
* | lavc/options: add test for avcodec_copy_contextLukasz Marek2014-12-08
* | lavc/options: fix leaks in avcodec_copy_contextLukasz Marek2014-12-06
* | lavc/options: don't copy priv context when it is not AVOption objectLukasz Marek2014-12-06
* | lavc/options: fix leaks in avcodec_free_contextLukasz Marek2014-11-26
* | lavc/options: fix rc_eq leakLukasz Marek2014-11-21
* | avcodec/options: Set AVCodecContext->codec upon initialization.Vadim Kalinsky2014-11-18
* | lavc/options: initialize pkt_timebaseLukasz Marek2014-11-16
* | lavc/options: set timecode_frame_start to -1 as option defaultLukasz Marek2014-11-16
* | lavc/options: fix shallow copy contextLukasz Marek2014-11-09
* | Merge commit 'a75c2eb25a62105c09b48521aef429dc8a231637'Michael Niedermayer2014-10-18
|\|
| * lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov2014-10-18
* | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer2014-10-15
|\|
| * lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-15
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* | avcodec/options: use av_opt_copy() in avcodec_copy_context() to copy priv_dataMichael Niedermayer2014-06-01
* | avcodec/options: leave priv_data in avcodec_copy_context() intactMichael Niedermayer2014-05-30
* | Merge commit 'fd056029f45a9f6d213d9fce8165632042511d4f'Michael Niedermayer2014-05-18
|\|
| * lavc: add avcodec_free_context().Anton Khirnov2014-05-18