summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* avfilter/x86/vf_blend : indentMartin Vignali2018-02-241-47/+47
* avfilter/x86/vf_blend : reorganize init in order to add 16 bit versionMartin Vignali2018-02-241-3/+5
* lavfi/vf_transpose: fix regression with semiplanar formatsRodger Combs2018-02-231-21/+29
* avfilter/avf_avectorscope: Fix ;;Michael Niedermayer2018-02-151-1/+1
* avfilter/af_loudnorm: correctly initialize PTSNiklas Haas2018-02-141-1/+4
* Merge commit 'c6bc18bc121ea66df715123c59f7ef9542c0914a'Mark Thompson2018-02-122-1/+9
|\
| * vf_hwupload/hwmap: Support setting a fixed pool sizeMark Thompson2018-02-112-1/+9
* | Merge commit 'e4cdef00263dc8b3c8de9d34ceacd00dc68979c0'Mark Thompson2018-02-121-15/+11
|\ \ | |/
| * vf_scale_qsv: Support increasing hardware frame pool sizeMark Thompson2018-02-111-15/+11
* | Merge commit 'b128be1748f3920a14a98307265df5f2d3433e1d'Mark Thompson2018-02-122-26/+17
|\ \ | |/
| * vf_*_vaapi: Support increasing hardware frame pool sizeMark Thompson2018-02-112-48/+33
* | Merge commit '6d86cef06ba36c0ed591e14a2382e9630059fc5d'Mark Thompson2018-02-124-2/+57
|\ \ | |/