| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_scale: properly reinitialize framesync | James Almer | 2024-05-05 | 1 | -0/+1 |
* | avfilter/framesync: reset nb_in on allocation failure | James Almer | 2024-05-05 | 1 | -1/+4 |
* | avfilter/vf_scale: don't expose framesync options in vf_scale2ref | James Almer | 2024-05-05 | 1 | -2/+27 |
* | avfilter/vf_scale: fix input declaration | Niklas Haas | 2024-05-04 | 1 | -5/+10 |
* | avfilter/scale2ref: deprecate in favor of scale=rw:rh | Niklas Haas | 2024-05-03 | 1 | -0/+3 |
* | avfilter/vf_scale: add optional "ref" input | Niklas Haas | 2024-05-03 | 1 | -3/+129 |
* | avfilter/vf_scale: switch to FFFrameSync | Niklas Haas | 2024-05-03 | 1 | -4/+61 |
* | avfilter/framesync: make framesync_class un-static | Niklas Haas | 2024-05-03 | 2 | -3/+4 |
* | avfilter/avfiltergraph: return value of ff_request_frame() is unused | Michael Niedermayer | 2024-05-01 | 1 | -1/+1 |
* | lavfi/qsv: Copy metadata fields from the given input | Haihao Xiang | 2024-04-29 | 5 | -26/+25 |
* | avfilter/f_sidedata: synchronize with side data list | Niklas Haas | 2024-04-26 | 1 | -1/+9 |
* | avfilter/vf_thumbnail_cuda: Set ret before checking it | Michael Niedermayer | 2024-04-24 | 1 | -1/+1 |
* | avfilter/signature_lookup: Dont copy uninitialized stuff around | Michael Niedermayer | 2024-04-24 | 1 | -2/+2 |
* | avfilter/signature_lookup: Fix 2 differences to the refernce SW | Michael Niedermayer | 2024-04-24 | 1 | -2/+2 |
* | lavfi/tonemap_vaapi: Add support for HDR to HDR tone mapping | Xinpeng Sun | 2024-04-18 | 1 | -18/+173 |
* | lavfi/tonemap_vaapi: Update the log | Haihao Xiang | 2024-04-18 | 1 | -1/+1 |
* | lavfi/tonemap_vaapi: By default use bt709 for output frame | Haihao Xiang | 2024-04-18 | 1 | -2/+5 |
* | lavfi: Add drawbox_vaapi filter | Haihao Xiang | 2024-04-18 | 3 | -0/+371 |
* | lavfi: Add pad_vaapi filter | Haihao Xiang | 2024-04-18 | 3 | -0/+285 |
* | lavfi/vaapi_vpp: Use dynamic frame pool in outlink if possible | Haihao Xiang | 2024-04-18 | 1 | -1/+6 |
* | avfilter/vf_colorspace: use colorspace negotiation API | Nicolas Gaullier | 2024-04-17 | 1 | -26/+36 |
* | avfilter/af_channelsplit: fix memory leak | LuMingYin | 2024-04-15 | 1 | -1/+3 |
* | lavfi/dnn_backend_torch: Include mem.h | Fei Wang | 2024-04-10 | 1 | -0/+1 |
* | avfilter/buffersrc: never override channel count in av_buffersrc_add_frame_flags | Marton Balint | 2024-04-09 | 1 | -1/+1 |
* | lavfi/avfilter: add an "auto" constant to the threads option | Anton Khirnov | 2024-04-09 | 1 | -1/+2 |
* | lavfi/vf_scale: fix AVOption flags for "size"/"s" | Anton Khirnov | 2024-04-09 | 1 | -2/+2 |
* | libavfilter/dnn_io_proc: Take step into consideration when crop frame | Wenbin Chen | 2024-04-04 | 1 | -1/+3 |
* | libavfilter/dnn_backend_openvino: Check bbox's height | Wenbin Chen | 2024-04-04 | 1 | -1/+1 |
* | avfilter/{buffersrc,vf_setparams}: map IPT-C2, YCgCo-R variants | Jan Ekström | 2024-04-03 | 3 | -1/+7 |
* | avfilter/avfilter: Don't use av_uninit | Andreas Rheinhardt | 2024-04-03 | 1 | -2/+2 |
* | avfilter/vf_grayworld: Remove empty options and AVClass | Andreas Rheinhardt | 2024-04-03 | 1 | -11/+0 |
* | avfilter/vf_hflip: Remove empty options and AVClass | Andreas Rheinhardt | 2024-04-03 | 3 | -10/+2 |
* | avfilter/vf_vflip: Remove empty options and AVClass | Andreas Rheinhardt | 2024-04-03 | 1 | -9/+0 |
* | avfilter/vf_swapuv: Remove empty options and AVClass | Andreas Rheinhardt | 2024-04-03 | 1 | -13/+0 |
* | avfilter/avfilter: Honour the short options documentation | Andreas Rheinhardt | 2024-04-03 | 1 | -6/+2 |
* | avfilter/avfilter: Use AV_DICT_DONT_STRDUP_(KEY|VAL) when possible | Andreas Rheinhardt | 2024-04-03 | 1 | -5/+4 |
* | avfilter/vf_spp: Fix left-shift of negative value | Andreas Rheinhardt | 2024-04-02 | 1 | -2/+2 |
* | avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.h | Andreas Rheinhardt | 2024-03-31 | 2 | -0/+2 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 238 | -84/+241 |
* | lib*/version: Use static_assert for static asserts | Andreas Rheinhardt | 2024-03-31 | 1 | -2/+3 |
* | avcodec, avfilter: Don't use "" for system headers | Andreas Rheinhardt | 2024-03-31 | 4 | -7/+4 |
* | avfilter/buffersrc: fix overriding unknown channel layouts with negotiated one | Marton Balint | 2024-03-30 | 1 | -1/+1 |
* | lavfi/setpts: unset frame durations | Anton Khirnov | 2024-03-29 | 1 | -0/+1 |
* | lavf/vf_setpts: unset output framerate | Anton Khirnov | 2024-03-29 | 1 | -1/+16 |
* | avfilter/vf_signature: Dont crash on no frames | Michael Niedermayer | 2024-03-28 | 1 | -0/+3 |
* | avfilter: properly reduce YUV colorspace format lists | Niklas Haas | 2024-03-27 | 1 | -80/+4 |
* | Bump after 7.0 branch pointn7.1-dev | Michael Niedermayer | 2024-03-27 | 1 | -1/+1 |
* | Bump prior release/7.0 branch | Michael Niedermayer | 2024-03-27 | 1 | -1/+1 |
* | avfilter/af_channelmap: add some additional checks for the mappings | Marton Balint | 2024-03-24 | 1 | -11/+42 |
* | avfilter/af_channelmap: factorize checking indexes against a channel layout | Marton Balint | 2024-03-24 | 1 | -16/+25 |