| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/decode: validate hw_frames_ctx when AVHWAccel.free_frame_priv is used | Dmitry Rogozhkin | 2023-11-22 | 1 | -5/+14 |
* | avcodec/decode: Use RefStruct API for hwaccel_picture_private | Andreas Rheinhardt | 2023-10-07 | 1 | -22/+6 |
* | avcodec/decode: propagate global side data to frames | James Almer | 2023-10-06 | 1 | -9/+41 |
* | avcodec/hevcdec: check for DOVI configuration record in AVCodecContext side data | James Almer | 2023-10-06 | 1 | -0/+10 |
* | avcodec/avcodec: Avoid codec_desc.h, codec_par.h inclusions | Andreas Rheinhardt | 2023-10-03 | 1 | -0/+1 |
* | avcodec/decode: use ff_icc_profile_sanitize | Niklas Haas | 2023-10-03 | 1 | -1/+3 |
* | avcodec/decode: reduce scope of a variable in ff_decode_frame_props() | James Almer | 2023-09-30 | 1 | -1/+2 |
* | avcodec/decode: EAGAIN is not fully supported in decode_simple_internal() | Michael Niedermayer | 2023-09-19 | 1 | -0/+3 |
* | avutil/internal: Don't auto-include emms.h | Andreas Rheinhardt | 2023-09-04 | 1 | -0/+1 |
* | avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccel | Andreas Rheinhardt | 2023-08-07 | 1 | -10/+11 |
* | avcodec/decode: Extend ff_hwaccel_frame_priv_alloc()'s task | Andreas Rheinhardt | 2023-08-07 | 1 | -7/+19 |
* | avcodec/decode: consistently set channel info when parsing param change side ... | James Almer | 2023-07-25 | 1 | -2/+13 |
* | avcodec/decode: factor out filling frame props | James Almer | 2023-07-17 | 1 | -45/+24 |
* | lavc: deprecate AV_CODEC_FLAG_DROPCHANGED | Anton Khirnov | 2023-07-15 | 1 | -2/+9 |
* | avcodec/decode: use the correct function name | James Almer | 2023-07-14 | 1 | -1/+1 |
* | avcodec/decode: fill missing frame fields for all decoders | James Almer | 2023-07-14 | 1 | -31/+48 |
* | avcodec/decode: check the output frame for discard samples with all decoders | James Almer | 2023-07-14 | 1 | -0/+8 |
* | avcodec/decode: simplify applying or exporting skip samples | James Almer | 2023-07-14 | 1 | -32/+27 |
* | avcodec/decode: move processing discard samples to its own function | James Almer | 2023-07-14 | 1 | -128/+141 |
* | avcodec/decode: don't reject flush packets when buffer_pkt is not empty | James Almer | 2023-07-12 | 1 | -3/+2 |
* | avcodec/decode: Return EAGAIN instead of discarding unused packet | Andreas Rheinhardt | 2023-07-10 | 1 | -1/+3 |
* | lavc/decode: do not perform decoding when sending draining packets | Anton Khirnov | 2023-07-07 | 1 | -1/+1 |
* | lavc/decode: move submitting input packets to bitstream filters | Anton Khirnov | 2023-07-07 | 1 | -10/+27 |
* | lavc/decode: track whether the caller started draining with a separate flag | Anton Khirnov | 2023-07-07 | 1 | -3/+12 |
* | lavc: add generic-decode-layer private data | Anton Khirnov | 2023-07-07 | 1 | -2/+19 |
* | lavc: reindent after previous commit | Anton Khirnov | 2023-07-07 | 1 | -5/+5 |
* | lavc/avcodec: split flushing into decode- and encode-specific functions | Anton Khirnov | 2023-07-07 | 1 | -0/+15 |
* | lavc: add a header for internal generic-layer APIs | Anton Khirnov | 2023-07-07 | 1 | -0/+1 |
* | avcodec/decode: Preserve AFD side data when going from AVPacket to AVFrame | Devin Heitmueller | 2023-07-02 | 1 | -0/+1 |
* | avcodec: add AVHWAccel.free_frame_priv callback | Lynne | 2023-05-29 | 1 | -0/+20 |
* | lavc/decode: allow to allocate hwaccel_priv_data early | Lynne | 2023-05-29 | 1 | -1/+13 |
* | lavc/decode: stop duplicating code from hwaccel_uninit() | Anton Khirnov | 2023-05-29 | 1 | -2/+2 |
* | lavc/decode: pass AVHWAccel instead of AVCodecHWConfigInternal to hwaccel_init() | Anton Khirnov | 2023-05-29 | 1 | -5/+3 |
* | lavc/decode: drop a useless warning | Anton Khirnov | 2023-05-15 | 1 | -7/+0 |
* | avutil/frame: deprecate key_frame | James Almer | 2023-05-04 | 1 | -0/+4 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -0/+3 |
* | avutil/frame: deprecate interlaced_frame and top_field_first | James Almer | 2023-05-04 | 1 | -0/+4 |
* | avcodec: use the new AVFrame interlace flags in all decoders and encoders | James Almer | 2023-05-04 | 1 | -0/+2 |
* | lavu/frame: deprecate AVFrame.pkt_{pos,size} | Anton Khirnov | 2023-03-20 | 1 | -1/+17 |
* | avcodec/decode: Reset MMX state for receive_frame decoders, too | Andreas Rheinhardt | 2023-03-18 | 1 | -0/+1 |
* | lavc/decode: stop mangling last_pkt_props->opaque | Anton Khirnov | 2023-03-11 | 1 | -3/+3 |
* | avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number | Marton Balint | 2023-02-13 | 1 | -6/+16 |
* | avcodec: remove FF_API_FLAG_TRUNCATED | James Almer | 2023-02-09 | 1 | -4/+0 |
* | avcodec: remove FF_API_AVCTX_TIMEBASE | James Almer | 2023-02-09 | 1 | -5/+0 |
* | avcodec: remove FF_API_THREAD_SAFE_CALLBACKS | James Almer | 2023-02-09 | 1 | -13/+0 |
* | avcodec: Make avcodec_decode_subtitle2 accept a const AVPacket* | Andreas Rheinhardt | 2023-02-09 | 1 | -5/+4 |
* | lavu/frame: deprecate reordered_opaque | Anton Khirnov | 2023-02-04 | 1 | -0/+4 |
* | lavc/decode: allow using AV_CODEC_FLAG_COPY_OPAQUE for decoding | Anton Khirnov | 2023-02-04 | 1 | -2/+10 |
* | lavc/decode: validate frames output by decoders | Anton Khirnov | 2023-01-10 | 1 | -0/+31 |
* | lavc/decode: deduplicate cleanup in ff_decode_receive_frame() | Anton Khirnov | 2023-01-10 | 1 | -10/+9 |