summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_pan: use the new swr used channel layout optionJames Almer2023-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
* avfilter/vf_libplacebo: fix format queryNiklas Haas2023-02-071-17/+35
* lavfi/vf_vpp_qsv: add support for new scaling modesHaihao Xiang2023-02-071-3/+28
* lavfi/vf_vpp_qsv: support UYVY in system memoryHaihao Xiang2023-02-072-0/+12
* lavfi/deinterlace_qsv: re-use VPPContext for deinterlace_qsv filterHaihao Xiang2023-02-033-167/+26
* lavfi/deinterlace_qsv: simplify deinterlace_qsv filterHaihao Xiang2023-02-031-475/+30
* lavfi/vpp_qsv: add rate optionHaihao Xiang2023-02-031-2/+15
* x86: replace explicit REP_RETs with RETsLynne2023-02-0111-22/+22
* avfilter/vf_libplacebo: suppress cast warningNiklas Haas2023-01-301-2/+1
* avfilter/vf_colorlevels: add support for gbrpf32 formatPaul B Mahol2023-01-301-28/+90
* lavfi/vpp_qsv: factor out the code for filter definitionHaihao Xiang2023-01-301-75/+51
* lavfi/scale_qsv: re-use VPPContext for scale_qsv filterHaihao Xiang2023-01-303-354/+124
* lavfi/scale_qsv: simplify scale_qsv filterHaihao Xiang2023-01-301-407/+34
* avfilter: add VA-API variants of the stack filtersHaihao Xiang2023-01-304-1/+581
* avfilter/vf_ssim360: Constify AVFilterAndreas Rheinhardt2023-01-281-1/+1
* avfilter/vf_ssim360: Don't initialize twiceAndreas Rheinhardt2023-01-281-2/+0
* avfilter/vf_ssim360: Fix left-shift of negative valueAndreas Rheinhardt2023-01-281-1/+1
* lavfi/vf_ssim360: Fix compilation with MSVCMartin Storsjö2023-01-281-3/+3
* lavfi: Add vf_ssim360 filterShannon Chen2023-01-284-1/+1771
* avfilter/f_reverse: set output frame durationPaul B Mahol2023-01-271-3/+19
* avfilter/vf_ciescope: set output frame durationPaul B Mahol2023-01-271-0/+1
* avfilter/vf_tpad: set output frame durationPaul B Mahol2023-01-271-4/+10
* avfilter/vf_random: set output frame durationPaul B Mahol2023-01-271-0/+6
* avfilter/vf_datascope: call av_frame_copy_props()Paul B Mahol2023-01-271-1/+1
* avfilter/af_adynamicequalizer: add auto optionPaul B Mahol2023-01-271-4/+24
* avfilter/vf_cropdetect: fix type for old_limitAshyni2023-01-271-1/+1
* avfilter/vf_scdet: fix introduced discrepancy with latest changePaul B Mahol2023-01-241-1/+1
* avfilter/vf_cropdetect: add ability to change limit at runtimeAshyni2023-01-241-6/+39