| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil: remove deprecated AVClass.child_class_next | James Almer | 2021-04-27 | 1 | -22/+0 |
* | avcodec/options: Remove deprecated avcodec_copy_context | Andreas Rheinhardt | 2021-04-27 | 1 | -105/+0 |
* | avcodec: Remove deprecated avcodec_get_context_defaults3 | Andreas Rheinhardt | 2021-04-27 | 1 | -7/+0 |
* | avcodec/options: Remove always-true check | Andreas Rheinhardt | 2021-04-05 | 1 | -1/+1 |
* | avcodec/options: Reindent after previous commit | Andreas Rheinhardt | 2021-03-20 | 1 | -4/+3 |
* | avcodec/options: Remove always-true check | Andreas Rheinhardt | 2021-03-20 | 1 | -2/+0 |
* | avcodec: add a get_encode_buffer() callback to AVCodecContext | James Almer | 2021-03-12 | 1 | -0/+1 |
* | avcodec/options: deprecate avcodec_get_frame_class() | James Almer | 2021-02-27 | 1 | -0/+2 |
* | Revert "avcodec/options: add missing FF_API_COPY_CONTEXT checks" | James Almer | 2021-02-25 | 1 | -4/+0 |
* | avcodec/options: add missing FF_API_COPY_CONTEXT checks | James Almer | 2020-10-01 | 1 | -0/+4 |
* | AVCodecContext: switch to child_class_iterate() | Anton Khirnov | 2020-06-10 | 1 | -0/+15 |
* | lavc: stop using deprecated av_codec_next() | Josh de Kock | 2020-04-20 | 1 | -3/+4 |
* | avcodec/options: remove dead test code | James Almer | 2019-05-17 | 1 | -169/+0 |
* | lavc/options: Remove unneeded header | Derek Buitenhuis | 2018-01-03 | 1 | -1/+0 |
* | avcodec/options: do a more thorough clean up in avcodec_copy_context() | James Almer | 2017-04-30 | 1 | -0/+15 |
* | avcodec/options: factorize avcodec_copy_context() cleanup code | James Almer | 2017-04-30 | 1 | -15/+15 |
* | Merge commit 'd59641abfd25a1007bdf4723d952887b1e3619c6' | Clément Bœsch | 2017-03-12 | 1 | -0/+1 |
|\ |
|
| * | lavc: initialize AVCodecContext.sw_pix_fmt properly | Anton Khirnov | 2016-07-22 | 1 | -0/+1 |
* | | Merge commit '24b5cff01bbac4e08acfd6d19c499e880988f520' | Hendrik Leppkes | 2016-06-26 | 1 | -1/+9 |
|\| |
|
| * | lavc: handle hw_frames_ctx where necessary | Andrey Turkin | 2016-05-26 | 1 | -0/+9 |
* | | Merge commit '04fc8e24a091ed1d77d7a3c0cbcfe60baec19a9f' | Hendrik Leppkes | 2016-06-26 | 1 | -2/+9 |
|\| |
|
| * | lavc: deprecate avcodec_get_context_defaults3() | Anton Khirnov | 2016-05-23 | 1 | -2/+9 |
* | | Merge commit '5f30ac27795f9f98043e8582ccaad8813104adc4' | Hendrik Leppkes | 2016-06-26 | 1 | -0/+2 |
|\| |
|
| * | lavc: deprecate avcodec_copy_context() | Anton Khirnov | 2016-05-23 | 1 | -0/+2 |
* | | avcodec/options: Make dummy_v?_encoder static | Michael Niedermayer | 2015-08-30 | 1 | -4/+4 |
* | | avcodec/options: Silence deprecated warning about coded_frame | Michael Niedermayer | 2015-08-06 | 1 | -0/+4 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/options-test: don't alloc avctx->coded_frame | James Almer | 2015-07-21 | 1 | -2/+0 |
* | | Merge commit 'f046c3b5ac36848cce824b008e0347c621523041' | Michael Niedermayer | 2015-07-03 | 1 | -0/+2 |
|\| |
|
| * | lavc: Move deprecation warning disabling to files including the table | Vittorio Giovara | 2015-07-03 | 1 | -0/+2 |
* | | lavc/options: add test for avcodec_copy_context | Lukasz Marek | 2014-12-08 | 1 | -0/+171 |
* | | lavc/options: fix leaks in avcodec_copy_context | Lukasz Marek | 2014-12-06 | 1 | -5/+11 |
* | | lavc/options: don't copy priv context when it is not AVOption object | Lukasz Marek | 2014-12-06 | 1 | -2/+3 |
* | | lavc/options: fix leaks in avcodec_free_context | Lukasz Marek | 2014-11-26 | 1 | -0/+3 |
* | | lavc/options: fix rc_eq leak | Lukasz Marek | 2014-11-21 | 1 | -10/+0 |
* | | avcodec/options: Set AVCodecContext->codec upon initialization. | Vadim Kalinsky | 2014-11-18 | 1 | -1/+3 |
* | | lavc/options: initialize pkt_timebase | Lukasz Marek | 2014-11-16 | 1 | -0/+1 |
* | | lavc/options: set timecode_frame_start to -1 as option default | Lukasz Marek | 2014-11-16 | 1 | -1/+0 |
* | | lavc/options: fix shallow copy context | Lukasz Marek | 2014-11-09 | 1 | -0/+1 |
* | | Merge commit 'a75c2eb25a62105c09b48521aef429dc8a231637' | Michael Niedermayer | 2014-10-18 | 1 | -1/+10 |
|\| |
|
| * | lavc: make rc_eq into private options of mpegvideo encoders | Anton Khirnov | 2014-10-18 | 1 | -1/+10 |
* | | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41' | Michael Niedermayer | 2014-10-15 | 1 | -0/+1 |
|\| |
|
| * | lavc: deprecate the use of AVCodecContext.time_base for decoding | Anton Khirnov | 2014-10-15 | 1 | -0/+1 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -1/+2 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+2 |
* | | avcodec/options: use av_opt_copy() in avcodec_copy_context() to copy priv_data | Michael Niedermayer | 2014-06-01 | 1 | -0/+4 |
* | | avcodec/options: leave priv_data in avcodec_copy_context() intact | Michael Niedermayer | 2014-05-30 | 1 | -1/+0 |
* | | Merge commit 'fd056029f45a9f6d213d9fce8165632042511d4f' | Michael Niedermayer | 2014-05-18 | 1 | -0/+15 |
|\| |
|
| * | lavc: add avcodec_free_context(). | Anton Khirnov | 2014-05-18 | 1 | -0/+15 |