summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_headphone: add single hrir multichannel stream modePaul B Mahol2018-04-151-54/+131
* avfilter/af_headphone: fix memory leak and overreadPaul B Mahol2018-04-141-3/+7
* avfilter/af_headphone: do not output invalid samples when flushingPaul B Mahol2018-04-141-4/+12
* avfilter/af_headphone: fix flushingPaul B Mahol2018-04-141-1/+14
* avfilter/af_headphone: improve performance and reduce latencyPaul B Mahol2018-04-141-12/+2
* Merge commit 'cca5e4f040971db6de0bfe6968f00c021d8a9c42'James Almer2018-04-134-3/+28
|\
| * qsv: adding Multi Frame Encode supportMaxym Dmytrychenko2018-04-084-3/+28
* | Merge commit '29a8ed766354c45c9be4b8512c5b2eb25a450cdc'James Almer2018-04-131-3/+25
|\ \ | |/
| * lavf/qsvvpp: bypass vpp if not needed.Zhong Li2018-04-081-3/+25
* | avfilter: add vfrdet filterPaul B Mahol2018-04-134-1/+114
* | 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
OpenPOWER on IntegriCloud