summaryrefslogtreecommitdiffstats
path: root/video/filter/refqueue.c
Commit message (Expand)AuthorAgeFilesLines
* mp_image: add mp_image_params_static_equal for finer comparisionKacper Michajłow2024-03-091-1/+1
* video/filter: add field order support for built in deinterlacers1nsane0002024-03-041-3/+17
* mp_image: abort on av_buffer_ref() failureNRK2023-06-281-1/+0
* various: replace if + abort() with MP_HANDLE_OOM()sfan52023-01-121-4/+2
* video: rewrite filtering glue codewm42018-01-301-27/+165
* vf_vavpp: get rid of mp_refqueue_is_interlaced()wm42016-07-151-9/+0
* refqueue: free referenced images on freewm42016-06-191-0/+1
* vf_d3d11vpp: add a D3D11 video processor filterwm42016-05-281-0/+5
* vf_vdpaupp: use refqueue helperwm42016-05-271-3/+14
* vf_vavpp: make refqueue logic field-basedwm42016-05-251-29/+89
* vf_vavpp: use future instead of past PTS to determine field durationwm42016-05-251-7/+7
* vf_vavpp: move frame handling to separate filewm42016-05-251-0/+153