summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* vf_drawtext: Add pkt_pos, pkt_duration, pkt_size as variablesCalvin Walton2019-07-072-1/+11
* avfilter/af_afftfilt: remove invalid scalingPaul B Mahol2019-07-061-7/+2
* lavfi/scale: Add sub-options for in_color_matrix/out_color_matrixJun Zhao2019-07-061-2/+10
* avfilter/vf_lut: fix regression with >8bit planar filteringPaul B Mahol2019-07-051-2/+2
* libavfilter/vf_colorspace.c: fix demarcation point of gamma linearize functionYonglin Luo2019-07-031-2/+2
* avfilter/vf_lut2: use time_base from framesyncPaul B Mahol2019-07-031-1/+4
* avfilter/vf_midequalizer: use time_base from framesyncPaul B Mahol2019-07-031-2/+4
* avfilter/vf_blend: use time_base from framesyncPaul B Mahol2019-07-031-1/+7
* avfilter/vf_maskedclamp: use time_base from framesyncPaul B Mahol2019-07-031-2/+4
* avfilter/vf_maskedmerge: use time_base from framesyncPaul B Mahol2019-07-031-2/+4
* avfilter/af_deesser: remove extra ;Paul B Mahol2019-07-031-1/+1
* avfilter: add deesser audio filterPaul B Mahol2019-07-024-1/+247
* avfilter/af_silenceremove: use input timestamp for timestamp recalculationPaul B Mahol2019-07-021-0/+4
* lavf/qsv_scale: add scaling modes supportZhong Li2019-06-251-5/+35
* lavfi/af_asetnsamples: Remove the redundant condition checkJun Zhao2019-06-181-1/+1
* libavfilter/vf_blend.c: remove duplicate code with macro-defined functionLimin Wang2019-06-141-140/+48
* libavfilter/vf_blend.c: remove duplicate code with same functionLimin Wang2019-06-141-12/+9
* lavf/qsv_vpp: add frame format optionZhong Li2019-06-141-1/+36
* avfilter/vf_gblur: add missing preprocessor checkJames Almer2019-06-121-0/+4
* avfilter/vf_gblur: add x86 SIMD optimizationsRuiling Song2019-06-125-39/+310
* libavfilter/vf_cover_rect.c: free the allocated frameLimin Wang2019-06-111-0/+1
* avfilter/vf_normalize: fix filtering of RGB0 formatsPaul B Mahol2019-06-101-7/+9
* lavf/qsvvpp: add P010 output format supportZhong Li2019-06-102-0/+2
* lavf/qsvvpp: add extra_hw_frames supportZhong Li2019-06-101-0/+2
* avfilter/vf_lut2: add slice threadingPaul B Mahol2019-06-091-13/+37
* lavfi/vaapi: Fix build with libva 2.1 and 2.2Mark Thompson2019-06-071-2/+6
* libavfilter: Add derain filterXuewei Meng2019-06-063-0/+214
* avfilter/framesync: fix shortest with eof_action=passGyan Doshi2019-06-061-4/+4
* avilter/avf_showwaves: switch to activate in showwaves filterPaul B Mahol2019-06-041-3/+27
* avfilter/af_anlmdn: add support for commandsPaul B Mahol2019-06-031-0/+25
* lavf/sr: Refine the coding style for initJun Zhao2019-06-031-7/+6
* lavf/sr: Don't need to check NULL before sws_freeContextJun Zhao2019-06-031-3/+1
* lavf/sr: Dump input pixel format in error messageJun Zhao2019-06-031-1/+4
* lavf/qsv: use av_cold for init/uninitZhong Li2019-06-033-4/+4
* avfilter/vf_unsharp: enable slice threadingRuiling Song2019-06-032-25/+81
* lavfi/lut: Add slice threading supportJun Zhao2019-06-031-113/+197
* lavfi/colorlevels: Add slice threading supportJun Zhao2019-06-031-19/+91
* vf_scale_vaapi: Add options to configure output colour propertiesMark Thompson2019-06-021-0/+70
* lavfi/vaapi: Improve support for colour propertiesMark Thompson2019-06-027-32/+295
* vf_misc_vaapi: Add missing return value checksMark Thompson2019-06-021-9/+6
* lavfi/vaapi: Factorise out common code for parameter buffer setupMark Thompson2019-06-027-159/+87
* vf_crop: Add support for cropping hardware framesMark Thompson2019-06-021-23/+50
* avfilter/af_anlmdn: avoid creating frames with zero samplesPaul B Mahol2019-06-021-1/+1
* avfilter/af_anlmdn: try to recover when cache becomes negativePaul B Mahol2019-06-021-1/+4
* avfilter/af_anlmdn: add smooth factor optionPaul B Mahol2019-06-021-3/+5
* avfilter/vf_xmedian: remove limitation of only odd number of inputsPaul B Mahol2019-06-021-8/+10
* lavfi/showspatial: Remove two write-only variables.Carl Eugen Hoyos2019-05-311-4/+1
* avfilter: add showspatial multimedia filterPaul B Mahol2019-05-314-2/+379
* lavf/qsvvpp: avoid the double-free when working in sys memory modeLinjie Fu2019-05-301-1/+0
* avfilter/avf_aphasemeter: make use of av_rescalePaul B Mahol2019-05-281-1/+1
OpenPOWER on IntegriCloud