summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi,lavd: add gitignore for generated static component listsJosh de Kock2018-04-051-0/+1
* avfilter/x86/vf_blend : add SIMD for 16 bit version ofMartin Vignali2018-04-052-60/+128
* avfilter/x86/vf_blend : reorganize DIFFERENCE macro to reduce line duplicatio...Martin Vignali2018-04-051-22/+16
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-036-9/+8
* lav*,tests: remove several register_all callsJosh de Kock2018-04-023-6/+0
* avfilter: bump version for the latest API changeJames Almer2018-04-011-1/+1
* avfilter/af_amix: add weights optionPaul B Mahol2018-04-011-7/+48
* avfilter/showvolume : indent after prev commit and add commentMartin Vignali2018-04-011-6/+7
* avfilter/showvolume : move width test for draw volume to the start of the loopMartin Vignali2018-04-011-5/+2
* avfilter/showvolume : move clear picture part to a funcMartin Vignali2018-04-011-10/+16
* vf_libvmaf: Fix memory leakenctac2018-03-311-0/+2
* avfilter/vf_signature: use av_strlcpy()Michael Niedermayer2018-04-011-1/+2
* lavfi: add new iteration APIJosh de Kock2018-03-314-443/+464
* avfilter/avf_showvolume: let fade be also exactly 0Paul B Mahol2018-03-311-1/+1
* avfilter/showvolume : indent after prev commitMartin Vignali2018-03-311-10/+10
* avfilter/showvolume : calculate fade only if fade < 1.Martin Vignali2018-03-311-0/+2
* avfilter/showvolume : add comment for orientation conditionMartin Vignali2018-03-311-4/+4
* lavfi/silencedetect: Fix missing log at eosNicolas Gaullier2018-03-291-6/+27
* lavfi/silencedetect: Fix silence_end accuracyNicolas Gaullier2018-03-291-1/+2
* lavfi/silencedetect: Fix silence_start accuracyNicolas Gaullier2018-03-291-2/+5
* lavfi/silencedetect: Fix when silence_start=0Nicolas Gaullier2018-03-291-5/+9
* lavfi/silencedetect: Add mono modeNicolas Gaullier2018-03-291-27/+51
* avfilter/af_pan: reject expressions referencing the same channel multiple timesMarton Balint2018-03-291-0/+16
* avfilter/vf_avgblur_opencl: fix error when clSetKernelArg failsdrfer32018-03-261-0/+6
* vf_avgblur_opencl: Don't run kernel on pixels outside the imageMark Thompson2018-03-261-4/+8
* libavfilter: Add OpenCL convolution filterDanil Iashchenko2018-03-265-0/+417
* avfilter/af_mcompand: make error message more helpfulPaul B Mahol2018-03-251-1/+1
* avfilter/avf_showvolume: implement basic rms metering modePaul B Mahol2018-03-231-6/+44
* avfilter/avf_showwaves: add draw mode which controls how single sample is drawnPaul B Mahol2018-03-231-18/+101
* avfilter/vf_convolution: disable fast path if rdiv/bias are different from de...Paul B Mahol2018-03-231-0/+3
* avfilter/af_channelsplit: add channels optionPaul B Mahol2018-03-231-6/+33
* vf_scale_vaapi: Apply cropping rectangle to inputMark Thompson2018-03-221-6/+6
* lavfi: Add OpenCL avgblur filterdrfer32018-03-225-0/+392
* lavfi/opencl: Avoid deprecation warnings when built with post-1.2 headersMark Thompson2018-03-223-12/+8
* lavfi/opencl: Derive global work size from plane image sizesMark Thompson2018-03-225-15/+87
* avfilter/avf_showvolume: add background opacity optionPaul B Mahol2018-03-221-3/+12
* avfilter/vf_waveform: add orange graticulePaul B Mahol2018-03-211-21/+26
* avfilter/vf_waveform: add xflat modePaul B Mahol2018-03-211-254/+304
* lavfi/deshake: Check alignment before calling asm init function.Carl Eugen Hoyos2018-03-201-4/+6
* avfilter/vf_premultiply : fix unpremultiply_offset for rgb inputMartin Vignali2018-03-181-2/+2
* avfilter/af_surround: drain input at EOFPaul B Mahol2018-03-161-3/+25
* avfilter: add drmeter audio filterPaul B Mahol2018-03-114-1/+236
* lavfi/drawutils: Do not claim to support P016.Carl Eugen Hoyos2018-03-081-1/+1
* libavfilter/vf_fps: Minor cleanupsCalvin Walton2018-03-081-9/+7
* libavfilter/vf_fps: Rewrite using activate callbackCalvin Walton2018-03-081-169/+183
* avfilter/vf_vaguedenoiser: fix plane copy for >8 bit depth formatsPaul B Mahol2018-03-081-1/+3
* avfilter/af_alimiter: check if buffer_size is validPaul B Mahol2018-03-071-0/+5
* avfilter/vf_*_vaapi: Add missing AV_OPT_FLAG_FILTERING_PARAMMichael Niedermayer2018-03-072-2/+2
* avfilter/avf_concat: add next commandBodecs Bela2018-03-011-0/+14
* avfilter/x86/vf_blend : add 16 bit version for BLEND_SIMPLE, phoenix, differe...Martin Vignali2018-02-242-13/+116
OpenPOWER on IntegriCloud