| Commit message (Expand) | Author | Age | Files | Lines |
* | libavcodec/decode: avoid UB when getting plane sizes | Brian Kim | 2020-07-22 | 1 | -12/+11 |
* | API: add AV_PKT_DATA_S12M_TIMECODE to AVPacketSideDataType | Limin Wang | 2020-07-15 | 1 | -0/+1 |
* | avcodec, avformat: Remove unnecessary initializations of side data size | Andreas Rheinhardt | 2020-06-22 | 1 | -1/+1 |
* | avcodec/decode: actually propagate AVHWAccel.alloc_frame() return value | James Almer | 2020-06-04 | 1 | -3/+5 |
* | avcodec/decode: fix decoding when frames are allocated using AVHWAccel.alloc_... | James Almer | 2020-05-27 | 1 | -1/+2 |
* | avcodec: move avcodec_flush_buffers from decode.c to utils.c | James Almer | 2020-05-24 | 1 | -44/+0 |
* | avcodec/decode: remove ff_decode_bsfs_uninit() | James Almer | 2020-05-21 | 1 | -6/+1 |
* | libavcodec/decode: Mark decode_simple_internal() as inline | Michael Niedermayer | 2020-05-12 | 1 | -1/+1 |
* | avcodec/decode: remove unused AVCodecInternal compat_decode field | James Almer | 2020-05-09 | 1 | -1/+0 |
* | avcodec/decode: use a single list bsf for codec decode bsfs | Marton Balint | 2020-05-02 | 1 | -144/+22 |
* | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
* | avcodec: Add explicit capability flag for encoder flushing | Philip Langdale | 2020-04-15 | 1 | -0/+15 |
* | lavc: do not implicitly share the frame pool between threads | Anton Khirnov | 2020-04-10 | 1 | -26/+84 |
* | decode: make sure ff_get_buffer() cleans the frame on failure | Anton Khirnov | 2020-04-10 | 1 | -22/+15 |
* | avcodec/decode: increase nb_bsfs after av_bsf_alloc in case alloc failed | Limin Wang | 2020-03-22 | 1 | -2/+2 |
* | API: add AV_PKT_DATA_ICC_PROFILE to AVPacketSideDataType | vectronic | 2020-03-10 | 1 | -0/+1 |
* | avcodec/decode: replace avctx->internal with avci for better readability | Limin Wang | 2020-01-07 | 1 | -25/+27 |
* | avcodec/decode: Fix integer overflow in max_samples check | Michael Niedermayer | 2019-12-15 | 1 | -1/+1 |
* | avcodec/decode: Also consider channels in max_samples check | Michael Niedermayer | 2019-11-09 | 1 | -1/+1 |
* | avcodec/decode: fix indentation | Jun Zhao | 2019-10-06 | 1 | -1/+1 |
* | avcodec/decode: Check max_samples in get_buffer_internal() | Michael Niedermayer | 2019-09-25 | 1 | -0/+5 |
* | avcodec/decode: add a flags parameter to ff_reget_buffer() | James Almer | 2019-09-04 | 1 | -4/+4 |
* | avcodec: remove some dead assignments | Marton Balint | 2019-08-22 | 1 | -1/+0 |
* | avcodec: add AV_CODEC_FLAG_DROPCHANGED to flags | Gyan Doshi | 2019-04-20 | 1 | -1/+46 |
* | lavc/decode: Initialize return value for get_format() failure. | Carl Eugen Hoyos | 2018-12-10 | 1 | -0/+1 |
* | lavc/decode: Fix the error number report if av_image_fill_pointers fail. | Jun Zhao | 2018-10-30 | 1 | -1/+1 |
* | Revert "avcodec/decode: copy the output parameters from the last bsf in the c... | James Almer | 2018-10-24 | 1 | -4/+0 |
* | avcodec/decode: copy the output parameters from the last bsf in the chain bac... | James Almer | 2018-08-16 | 1 | -0/+4 |
* | avcodec/decode: flush the internal bsfs instead of constantly reinitalizing them | James Almer | 2018-08-16 | 1 | -10/+10 |
* | avcodec: parse options from AVCodec.bsfs | Aman Gupta | 2018-07-19 | 1 | -7/+42 |
* | avcodec/decode: Consider STRIDE_ALIGN in get_buffer_internal() when checking ... | Michael Niedermayer | 2018-06-15 | 1 | -1/+1 |
* | avcodec/decode: fix warning when decoding pseudo paletted formats | wm4 | 2018-04-05 | 1 | -0/+2 |
* | avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL | wm4 | 2018-04-03 | 1 | -4/+1 |
* | avcodec: add a subcharenc mode that disables UTF-8 check | wm4 | 2018-03-25 | 1 | -1/+2 |
* | avcodec: remove unnecessary calls to ff_init_buffer_info() | James Almer | 2018-02-14 | 1 | -9/+2 |
* | Merge commit 'cad739dace55e3446ef7180de688173cd19fb000' | Mark Thompson | 2018-02-12 | 1 | -4/+5 |
|\ |
|
| * | lavc: Add per-thread surfaces in get_hw_frame_parameters() | Mark Thompson | 2018-02-11 | 1 | -4/+5 |
* | | Merge commit '5b145290df2998a9836a93eb925289c6c8b63af0' | Mark Thompson | 2018-02-12 | 1 | -0/+9 |
|\| |
|
| * | lavc: Add support for increasing hardware frame pool sizes | Mark Thompson | 2018-02-11 | 1 | -0/+9 |
| * | lavc: Mark all AVHWAccel structures as const | Mark Thompson | 2017-12-19 | 1 | -1/+1 |
| * | lavc: Use hardware config information in ff_get_format() | Mark Thompson | 2017-12-19 | 1 | -77/+204 |
| * | lavc: fix hw_device_ctx operation | wm4 | 2017-10-23 | 1 | -4/+2 |
* | | avcodec/decode: reset codec on receiving packet after EOF in compat_decode | James Cowgill | 2017-12-09 | 1 | -0/+5 |
* | | lavc: Mark all AVHWAccel structures as const | Mark Thompson | 2017-11-26 | 1 | -1/+1 |
* | | lavc: Use hardware config information in ff_get_format() | Mark Thompson | 2017-11-26 | 1 | -80/+205 |
* | | Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24' | James Almer | 2017-11-11 | 1 | -0/+80 |
|\| |
|
| * | lavc: external hardware frame pool initialization | wm4 | 2017-10-19 | 1 | -0/+82 |
| * | decode: add a per-frame private data for hwaccel use | Anton Khirnov | 2017-07-26 | 1 | -0/+3 |
| * | decode: add a mechanism for performing delayed processing on the decoded frames | Anton Khirnov | 2017-07-26 | 1 | -0/+11 |
| * | decode: add a method for attaching lavc-internal data to frames | Anton Khirnov | 2017-07-26 | 1 | -0/+57 |