summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/scene_sad: Fix funtions typosMichael Niedermayer2018-12-182-2/+2
* avfilter/af_apad: add pad_dur and whole_dur optionsPaul B Mahol2018-12-171-2/+21
* lavfi/program_opencl: Do not use format specifier "z" on Windows.Carl Eugen Hoyos2018-12-171-1/+2
* lavfi/signalstats: Cast the return value of AV_RN16() to int.Carl Eugen Hoyos2018-12-121-3/+3
* avfilter/vf_paletteuse: fix flags for alpha_threshold optionPaul B Mahol2018-12-111-1/+1
* lavfi/vf_scale_vaapi: add scaling mode setting support.Jun Zhao2018-12-101-3/+33
* avfilter/vf_showinfo: allow checksums calculation to be disabledPaul B Mahol2018-12-091-16/+40
* lavfi/buffersink: fix abuffersink flag setting issueJun Zhao2018-12-091-1/+1
* avfilter/vf_overlay: fix filtering with negative yPaul B Mahol2018-12-031-16/+16
* lavf: add transpose_opencl filterRuiling Song2018-12-027-13/+361
* lavfi/fps: Avoid duplicating Closed Captions when increasing frame rate.Carl Eugen Hoyos2018-11-272-1/+3
* lavfi/buffersrc: Indent the code.Jun Zhao2018-11-271-15/+15
* avfilter/vf_chromashift: Fix mixed declaration and codeMark Harris2018-11-261-1/+2
* x86/scene_sad: fix link errors when HAVE_X86ASM is not definedJames Almer2018-11-211-1/+9
* avfilter/graphmonitor: use SIZE_SPECIFIER for size_t typePeter Ross2018-11-211-1/+1
* avfilter/vf_overlay: fix crash with negative yPaul B Mahol2018-11-201-4/+4
* avfilter/vf_freezedetect: add filter to detect frozen inputMarton Balint2018-11-194-1/+239
* avfilter: add rgbashift filterPaul B Mahol2018-11-194-10/+226
* avfilter: add chromashift filterPaul B Mahol2018-11-193-0/+261
* avfilter/vf_limiter: remove unused headerPaul B Mahol2018-11-181-1/+0
* avfilter/vf_limiter: always limit min/max to format depthPaul B Mahol2018-11-181-4/+6
* avfilter/f_drawgraph: use av_sscanf()Paul B Mahol2018-11-181-1/+2
* avfilter/af_aecho: use av_sscanf()Paul B Mahol2018-11-181-1/+1
* avfilter/af_ladspa: use av_sscanf()Paul B Mahol2018-11-181-3/+3
* avfilter/vf_mix: use av_sscanf()Paul B Mahol2018-11-181-1/+1
* avfilter/af_sofalizer: use av_sscanf()Paul B Mahol2018-11-181-3/+3
* avfilter/af_afftdn: use av_sscanf()Paul B Mahol2018-11-181-3/+3
* avfilter/af_adelay: use av_sscanf()Paul B Mahol2018-11-181-2/+3
* avfilter/af_acrossover: use av_strtod() to parse single numberPaul B Mahol2018-11-181-2/+2
* avfilter: use av_clip_uintp2 instead of av_clip for 10b and 12bMartin Vignali2018-11-171-10/+10
* avfilter/vf_neighbor: fix >8 bit deflate/inflatePaul B Mahol2018-11-171-16/+27
* lavfi/minterpolate: Remove declaration of two unused variables.Carl Eugen Hoyos2018-11-161-1/+0
* avfilter/vf_dedot: initizalize ret variablePaul B Mahol2018-11-161-1/+1
* avfilter/vf_lut3d: use av_sscanfPaul B Mahol2018-11-161-8/+8
* avfilter: add dedot video filterPaul B Mahol2018-11-164-1/+412
* avfilter/af_afade: fix duration maximumMarton Balint2018-11-151-2/+2
* avfilter/vf_convolution: use sqrtf as its fasterPaul B Mahol2018-11-151-6/+6
* avfilter/vf_blend: add 12bit supportPaul B Mahol2018-11-151-1/+85
* avfilter/vf_blend: add 10bit supportPaul B Mahol2018-11-153-89/+221
* avfilter/vf_lut2: implement support for different input depthsPaul B Mahol2018-11-151-78/+237
* avfilter/vf_bwdif: Use common yadif frame management logicPhilip Langdale2018-11-143-231/+41
* avfilter/yadif_common: Add field type tracking to help bwdifPhilip Langdale2018-11-142-3/+23
* avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale2018-11-147-188/+141
* avfilter/vf_alphamerge: do not check for ret value if all wanted frames are p...Paul B Mahol2018-11-121-7/+5
* avfilter/vf_fade: fix start/duration max valueMark Harris2018-11-121-4/+4
* avfilter/af_afftfilt: use first input frame timestampPaul B Mahol2018-11-121-0/+4
* avfilter/vf_alphamerge: switch to activatePaul B Mahol2018-11-121-44/+44
* avfilter/af_headphone: do not leak input frames on errorPaul B Mahol2018-11-121-0/+3
* avfilter/af_afftfilt: calculate all channels FFT values upfrontPaul B Mahol2018-11-121-4/+7
* avfilter/af_afftfilt: add more window typesPaul B Mahol2018-11-111-0/+15
OpenPOWER on IntegriCloud