summaryrefslogtreecommitdiff
path: root/libavfilter/vf_libvmaf.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_libvmaf: use av_dict_iterateMarvin Scholz2022-12-011-5/+5
* avfilter/vf_libvmaf: Update ssim, ms_ssim options descriptionYondon Fu2022-09-161-2/+2
* avfilter/vf_libvmaf: copy all values also for 10 bit inputChristian Feldmann2022-09-141-1/+2
* avfilter/vf_libvmaf: update filter for libvmaf v2.0.0Kyle Swanson2022-01-231-168/+514
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-5/+5
* avfilter/vf_libvmaf: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-7/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_libvmaf: Remove always-false format checkAndreas Rheinhardt2021-09-211-4/+0
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/libvmaf: mention csv as available log formatHarry Mallon2020-08-211-1/+1
* avfilter/vf_libvmaf: Check for av_frame_alloc failureLimin Wang2019-11-281-0/+3
* avfilter/vf_libvmaf: fix filtering of >8 bit dataPaul B Mahol2019-10-131-2/+3
* lavfi/vf_libvmaf: update to use libvmaf v1.3.9Kyle Swanson2018-08-101-1/+8
* avfilter/vf_libvmaf: the libvmaf filter tried to join on an invalid thread idKevin Wheatley2018-05-041-1/+8
* vf_libvmaf: Fix memory leakenctac2018-03-311-0/+2
* libvmaf: exit gracefully if the library fails.Ronald S. Bultje2017-12-181-6/+23
* lavfi/libvmaf: Rename local variable "main" as "master".Carl Eugen Hoyos2017-11-301-5/+5
* avfilter/vf_libvmaf: fix errors while running with psnr=1.Ashish Pratap Singh2017-11-061-3/+4
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-121-6/+6
* avfilter/vf_libvmaf: fix pre convert to framesync2 bugsAshish Singh2017-08-301-6/+4
* lavfi/vf_libvmaf: convert to framesync2.Nicolas George2017-08-291-20/+25
* avfilter: add LIBVMAF filterAshish Singh2017-07-161-0/+339