summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* lavfi/dnn: add error info for TF backend filling task failureTing Fu2023-03-261-0/+1
* lavfi/dnn: fix mem leak in TF backend error handleTing Fu2023-03-261-0/+5
* lavfi/dnn: fix corruption when TF backend infer failedTing Fu2023-03-261-14/+1
* avfilter/vf_mcdeint: update to new APIMichael Niedermayer2023-03-261-7/+23
* avfilter/vf_uspp: add AV_CODEC_FLAG_RECON_FRAME supportMichael Niedermayer2023-03-261-19/+34
* x86/vf_bwdif_init: limit AVX2 functions using 256bit vectors to cpus known to...James Almer2023-03-251-2/+2
* lavfi/Makefile: fix make checkheaders failJun Zhao2023-03-251-2/+2
* avfilter/bwdif: add avx2 filter_line functionJames Darnley2023-03-252-5/+36
* avfilter/bwdif: move filter_line init to a dedicated functionJames Darnley2023-03-253-8/+12
* lavfi: add a flag for filters able to work with hw_device_ctxAnton Khirnov2023-03-2431-13/+52
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-2018-39/+208
* lavfi/vf_vpp_qsv: set the right timestamp for AVERROR_EOFHaihao Xiang2023-03-201-0/+1
* avfilter/vf_uspp: about 10x the speed with threadsMichael Niedermayer2023-03-181-82/+101
* avfilter/vf_uspp: Support any codecMichael Niedermayer2023-03-181-5/+6
* avfilter/vf_uspp: update to new APIsMichael Niedermayer2023-03-181-8/+41
* avfilter/vf_showinfo: fix HDR vivid infoZhao Zhili2023-03-171-8/+9
* avfilter/vf_untile: swap the chroma shift values used for plane offsetsJames Almer2023-03-161-2/+2
* avfilter/vf_ssim360: Remove dead codeAndreas Rheinhardt2023-03-141-4/+0
* avfilter/vf_ssim360: Use correct type in sizeofAndreas Rheinhardt2023-03-141-1/+1
* avfilter/vf_libplacebo: remove deprecated fieldNiklas Haas2023-03-131-3/+4
* avfilter/vf_libplacebo: wrap deprecated opts in FF_API defineNiklas Haas2023-03-132-0/+10
* Revert "avfilter/stack_internal: add missing header includes"James Almer2023-03-112-7/+1
* avfilter/stack_internal: add missing header includesJames Almer2023-03-102-1/+7
* lavfi/graphparser: use correct logging contextAnton Khirnov2023-03-101-1/+1
* avfilter/graphparser: fix filter instance name when an id is providedJames Almer2023-03-061-3/+4
* lavfi/buffersrc: issue more specific error in case of invalid parametersStefano Sabatini2023-03-051-3/+10
* avfilter/af_pan: use the new swr used channel layout optionJames Almer2023-02-191-1/+1
* version.h: Bump minor post 6.0 branchn6.1-devMichael Niedermayer2023-02-191-1/+1
* version.h: Bump minor for 6.0 branchMichael Niedermayer2023-02-191-1/+1
* avfilter/vf_libplacebo: add SMPTE ST2094 tone-mappersNiklas Haas2023-02-171-10/+20
* libavfilter/qsvvpp: check the return valueWenbin Chen2023-02-161-1/+4
* avfilter: add QSV variants of the stack filtersHaihao Xiang2023-02-164-1/+261
* lavfi/vf_stack_vaapi: factor out the common code for stack settingHaihao Xiang2023-02-163-358/+452
* vf_yadif: Remove unused emms_cKieran Kunhya2023-02-141-2/+0
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-1220-48/+152
* lavfi/graphparser: reimplement avfilter_graph_parse* using new APIAnton Khirnov2023-02-121-411/+126
* lavfi: add a new filtergraph parsing APIAnton Khirnov2023-02-123-8/+984
* lavfi/avfilter: track whether a filter has been initializedAnton Khirnov2023-02-122-0/+16
* lavfi/avfilter: export process_options()Anton Khirnov2023-02-122-10/+23
* lavfi/astats: sort measures keys by nameStefano Sabatini2023-02-111-16/+16
* avfilter/vf_vibrance: reduce copy operationsPaul B Mahol2023-02-111-21/+96
* avfilter/vf_exposure: reduce copy operationsPaul B Mahol2023-02-111-13/+49
* Bump major versions of all librariesJames Almer2023-02-092-2/+2
* avfilter: remove FF_API_PAD_COUNTJames Almer2023-02-093-33/+0
* avfilter: remove FF_API_BUFFERSINK_ALLOCJames Almer2023-02-093-59/+0
* avfilter: remove FF_API_SWS_PARAM_OPTIONJames Almer2023-02-092-12/+0
* Revert "avfilter/af_pan: fix regression introduced with switch to new channel...Paul B Mahol2023-02-091-5/+1
* avfilter/af_compand: simplify frame allocationPaul B Mahol2023-02-081-20/+2
* avfilter/af_compensationdelay: simplify frame allocationPaul B Mahol2023-02-081-15/+3
* avfilter/af_pan: fix regression introduced with switch to new channel layout APIPaul B Mahol2023-02-071-1/+5