summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_aspect: Fix integer overflow in compute_dar()Michael Niedermayer2020-07-011-1/+1
* avfilter/vf_find_rect: Remove assertMichael Niedermayer2020-07-011-2/+0
* avfilter/vf_find_rect: Increase worst case scoreMichael Niedermayer2020-07-011-2/+2
* avfilter/vf_geq: Use av_clipd() instead of av_clipf()Michael Niedermayer2019-11-111-2/+2
* lavf/qsv: clone the frame which may be managed by frameworkRuiling Song2018-04-232-4/+5
* lavf: make overlay_qsv work based on framesyncRuiling Song2018-04-232-137/+78
* Bump minor versions for branching release/4.0Michael Niedermayer2018-04-161-1/+1
* avfilter/showvolume : cosmetic move bracket after func declaration to a new lineMartin Vignali2018-04-161-1/+2
* avfilter/showvolume : add persistent max displayMartin Vignali2018-04-161-0/+52
* avfilter/showvolume : add display scale optionMartin Vignali2018-04-161-3/+25
* avfilter/af_headphone: fix type=time with hrir=multichPaul B Mahol2018-04-161-2/+2
* 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