summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_hysteresis: use time_base from framesyncPaul B Mahol2019-07-141-2/+4
* avfilter/vf_remap: add option to control output formatPaul B Mahol2019-07-141-1/+11
* avfilter/vf_remap: use time_base from framesyncPaul B Mahol2019-07-141-3/+5
* avfilter/vf_displace: use time_base from framesyncPaul B Mahol2019-07-141-3/+5
* avfilter/vf_midequalizer: always use framesync timestampsPaul B Mahol2019-07-141-1/+1
* avfilter/vf_maskedmerge: always use framesync timestampsPaul B Mahol2019-07-141-1/+1
* avfilter/vf_threshold: use time_base from framesyncPaul B Mahol2019-07-141-2/+4
* avfilter/vf_blend: add 9bit supportPaul B Mahol2019-07-141-0/+49
* avfilter/af_aiir: calculate group delay tooPaul B Mahol2019-07-131-3/+30
* avfilter/af_aiir: do not ignore k option for audio filteringPaul B Mahol2019-07-131-2/+4
* avfilter/avf_showfreqs: make selecting window size simplerPaul B Mahol2019-07-101-14/+3
* avfilter/af_afftfilt: make selecting window size simplerPaul B Mahol2019-07-101-15/+3
* avfilter/vf_readeia608: implement lowpass operation prior to processing linesPaul B Mahol2019-07-081-4/+45
* avfilter/vf_tinterlace: re-enable lowpass optionPaul B Mahol2019-07-081-1/+1
* avfilter/af_aiir: implement mix optionPaul B Mahol2019-07-081-0/+6
* avfilter/af_biquads: clip gain picked from command to sane valuesPaul B Mahol2019-07-081-1/+1
* avfilter/af_biquads: implement mix option to all filtersPaul B Mahol2019-07-081-9/+47
* 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
OpenPOWER on IntegriCloud