| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Factor updating palette out | Andreas Rheinhardt | 2021-03-22 | 1 | -0/+14 |
* | avcodec/avcodec: Move decoder channel count check to ff_decode_preinit | Andreas Rheinhardt | 2021-03-20 | 1 | -0/+5 |
* | avcodec/avcodec: Perform sub_charenc/iconv checks before AVCodec.init() | Andreas Rheinhardt | 2021-03-20 | 1 | -0/+35 |
* | lavc: move decoder bsf init into decoder-specific code | Anton Khirnov | 2021-03-16 | 1 | -1/+7 |
* | lavc: factor decoder validation/setup from avcodec_open2() | Anton Khirnov | 2021-03-16 | 1 | -0/+41 |
* | avcodec/decode: Remove outdated comment | Andreas Rheinhardt | 2021-03-15 | 1 | -1/+0 |
* | avcodec/decode: Reindentation | Andreas Rheinhardt | 2021-03-12 | 1 | -25/+24 |
* | avcodec/decode: Remove always-true check | Andreas Rheinhardt | 2021-03-12 | 1 | -2/+0 |
* | avcodec: use the buffer_size_t typedef where required | James Almer | 2021-03-10 | 1 | -4/+5 |
* | avcodec/decode: Reindent after previous commits | Andreas Rheinhardt | 2021-03-09 | 1 | -36/+36 |
* | avcodec/decode: Don't needlessly copy side-data for subtitles | Andreas Rheinhardt | 2021-03-09 | 1 | -5/+0 |
* | avcodec/decode: Avoid stack packets when decoding subtitles | Andreas Rheinhardt | 2021-03-09 | 1 | -28/+29 |
* | avcodec/decode: Check size before opening iconv | Andreas Rheinhardt | 2021-03-05 | 1 | -5/+4 |
* | avcodec/decode: Return early upon failure | Andreas Rheinhardt | 2021-03-05 | 1 | -4/+3 |
* | avcodec/decode: constify the source packet parameter in extract_packet_props() | James Almer | 2021-03-03 | 1 | -2/+2 |
* | avcodec/decode: port last_pkt_props to AVFifoBuffer | James Almer | 2021-03-03 | 1 | -16/+34 |
* | lavc: shedule old encoding/decoding API for removal | Anton Khirnov | 2021-01-26 | 1 | -0/+8 |
* | lavc/decode: move unrefcount_frame() right before its only caller | Anton Khirnov | 2021-01-26 | 1 | -46/+46 |
* | avcodec/decode: set best_effort_timestamp on output frames for all decoders | James Almer | 2020-12-13 | 1 | -7/+4 |
* | avcodec/decode/ff_get_buffer: Check for overflow in FFALIGN() | Michael Niedermayer | 2020-10-20 | 1 | -1/+2 |
* | avcodec/decode: Consider discarded samples in max_samples | Michael Niedermayer | 2020-10-18 | 1 | -2/+9 |
* | avcodec/decode: use a packet list to store packet properties | James Almer | 2020-09-15 | 1 | -9/+27 |
* | 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 |