summaryrefslogtreecommitdiff
path: root/libavcodec/options.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer2014-10-151-0/+1
|\ \ | |/
| * lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-0/+1
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+2
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+2
* | avcodec/options: use av_opt_copy() in avcodec_copy_context() to copy priv_dataMichael Niedermayer2014-06-011-0/+4
* | avcodec/options: leave priv_data in avcodec_copy_context() intactMichael Niedermayer2014-05-301-1/+0
* | Merge commit 'fd056029f45a9f6d213d9fce8165632042511d4f'Michael Niedermayer2014-05-181-0/+15
|\ \ | |/
| * lavc: add avcodec_free_context().Anton Khirnov2014-05-181-0/+15
* | avcodec/options: avcodec_copy_context() Check subtitle_header_size instead of...Michael Niedermayer2014-05-151-1/+1
* | Merge commit '3b2fbe67bd63b00331db2a9b213f6d420418a312'Michael Niedermayer2014-05-151-0/+2
|\ \ | |/
| * lavc: properly handle subtitle_header in avcodec_copy_context()Anton Khirnov2014-05-151-0/+3
* | Merge commit 'efc7df6c1f11b20a48e60c3f743ce2331b661973'Michael Niedermayer2014-05-151-2/+6
|\ \ | |/
| * lavc: preserve the original private data in avcodec_copy_context()Anton Khirnov2014-05-151-2/+6
* | Merge commit '38ecc3702dabbea09230f6d6333f59e74f5d1c12'Michael Niedermayer2013-11-041-1/+0
|\ \ | |/
| * pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov2013-11-041-1/+0
* | lavc: remove dead FF_API_ALLOC_CONTEXT APIStefano Sabatini2013-11-031-28/+0
* | avcodec: free priv_data in avcodec_copy_context()Michael Niedermayer2013-08-131-0/+4
* | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer2013-08-031-1/+1
|\ \ | |/
| * Give less generic names to global library option arraysDiego Biurrun2013-08-021-1/+1
* | lavc: copy subtitle_header when copying context.Nicolas George2013-05-011-0/+1
* | avcodec_get_context_defaults3: set codec_idMichael Niedermayer2013-04-221-0/+3
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-3/+1
|\ \ | |/