summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_afir: rework FIR gain measurementPaul B Mahol2017-12-311-5/+19
* lavfi/minterpolate: Split struct Pixel to allow higher resolutions.Carl Eugen Hoyos2017-12-281-45/+75
* avfilter: add deconvolve filterPaul B Mahol2017-12-274-11/+102
* avfilter/vf_convolve: remove padding, its unused and not neededPaul B Mahol2017-12-271-4/+4
* avfilter/vf_convolve: cosmeticsPaul B Mahol2017-12-271-5/+5
* w32pthreads: always use Vista+ API, drop XP supportwm42017-12-261-4/+0
* avfilter/vf_convolve: add threading for complex multiplicationPaul B Mahol2017-12-251-14/+32
* avfilter/vf_convolve: implement slice threadingPaul B Mahol2017-12-251-42/+100
* avfilter/vf_convolve: split input/output operations from fftPaul B Mahol2017-12-251-16/+31
* avfilter/vf_convolve: use shorter variants for pointersPaul B Mahol2017-12-251-16/+21
* avfilter/vf_convolve: clear coefficients only when neededPaul B Mahol2017-12-251-7/+10
* avfilter/vf_convolve: fix various issuesPaul B Mahol2017-12-241-45/+92
* avfilter/vf_convolve: fix convolution of bordersPaul B Mahol2017-12-241-4/+9
* avfilter/vf_convolve: unbreak non-power of 2 width&height filteringPaul B Mahol2017-12-231-7/+20
* avfilter/vf_fftfilt: support >8 bit depth formatsPaul B Mahol2017-12-231-4/+61
* avfilter/vf_aspect: change outlink sample aspect ratio instead of inlinkPaul B Mahol2017-12-231-13/+17
* avfilter/video: pick sar from linkPaul B Mahol2017-12-231-1/+8
* avfilter/vf_lut: add support for gray formatsPaul B Mahol2017-12-221-1/+5
* avfilter/vf_framerate: fix scene score with negative linesizeMarton Balint2017-12-211-9/+9
* avfilter/vf_framerate: do not calculate scene change score multiple times for...Marton Balint2017-12-211-18/+27
* avfilter/vf_framerate: fix scene change detection scoreMarton Balint2017-12-211-2/+2
* avfilter/vf_framerate: factorize get_scene_scoreMarton Balint2017-12-211-47/+31
* avfilter/vf_framerate: factorize blend_framesMarton Balint2017-12-211-47/+7
* avfilter/vf_framerate: add threaded blending operationsMarton Balint2017-12-211-77/+125
* avfilter/af_biquads: change defaults for biquad filterPaul B Mahol2017-12-211-5/+5
* avfilter/af_biquads: increase width rangePaul B Mahol2017-12-211-10/+10
* avfilter/af_biquads: add kHz width_typePaul B Mahol2017-12-211-18/+32
* avfilter/vf_psnr: add more gbrap formatsPaul B Mahol2017-12-201-1/+1
* Revert "avfilter/vf_interlace : add AVX2 for lowpass_line 8 and 16"James Almer2017-12-193-33/+0
* avfilter/x86/vf_hflip : indentMartin Vignali2017-12-191-5/+5
* avfilter/x86/vf_hflip : add avx2 version for hflip_byte and hflip_shortMartin Vignali2017-12-192-5/+27
* avfilter/x86/vf_hflip : merge hflip byte and hflip short to one macroMartin Vignali2017-12-191-44/+17
* avfilter/vf_tinterlace : add AVX2 func for lowpass_line 8 and 16Martin Vignali2017-12-191-0/+16
* avfilter/vf_interlace : add AVX2 for lowpass_line 8 and 16Martin Vignali2017-12-192-0/+17
* avfilter/vf_interlace : move func init in ff_interlace_init and add depth arg...Martin Vignali2017-12-193-18/+24
* avfilter/vf_overlay: fix packed_rgb caseMateusz2017-12-181-7/+10
* libvmaf: exit gracefully if the library fails.Ronald S. Bultje2017-12-181-6/+23
* avfilter/af_biquads: add missing break statementsPaul B Mahol2017-12-171-4/+4
* lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT.Carl Eugen Hoyos2017-12-172-2/+5
* avfilter/af_biquads: remove unused enum itemPaul B Mahol2017-12-171-1/+0
* avfilter/av_biquads: add support for commandsPaul B Mahol2017-12-171-2/+119
* avfilter/vf_overlay: add premultiplied alpha modePaul B Mahol2017-12-161-25/+137
* avfilter/x86/vf_interlace : avfilter/x86/vf_interlace : fix crash when using ...Martin Vignali2017-12-151-22/+25
* avfilter/x86/vf_interlace : avoid crash when data are unalignedMartin Vignali2017-12-151-2/+2
* avfilter/drawbox+drawgrid - add option to prevent overwriting of source pixelsGyan Doshi2017-12-141-2/+5
* libavfilter/af_dcshift.c: Fixed repeated spelling errorKelly Ledford2017-12-131-10/+10
* avfilter/vf_hflip : move context func init in ff_hflip_initMartin Vignali2017-12-132-4/+11
* avfilter/formats: fix wrong function name in error messageJun Zhao2017-12-131-1/+1
* avfilter/vf_pseudocolor: add support for more formatsPaul B Mahol2017-12-121-2/+11
* avfilter/avfiltergraph: remove ugly dead codePaul B Mahol2017-12-111-5/+0
OpenPOWER on IntegriCloud