summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/drawutils: add support for full rangePaul B Mahol2018-05-032-3/+9
* avfilter/vf_neighbor: add >8 depth suppportPaul B Mahol2018-05-031-24/+118
* avfilter/vf_convolution: unbreak roberts filterPaul B Mahol2018-05-031-4/+4
* avfilter/vf_convolution: add horizontal/row modePaul B Mahol2018-05-031-25/+99
* avfilter/vf_overlay: exclude nv12/nv21 formats from x86 asm checkPaul B Mahol2018-05-033-3/+7
* avfilter/vf_convolution: rewrite so it doesn't use temp buffersPaul B Mahol2018-05-031-708/+261
* avfilter/vf_overlay: add x86 SIMDPaul B Mahol2018-05-025-56/+313
* avfilter/af_biquads: add slice threadingPaul B Mahol2018-05-011-15/+37
* avfilter/af_biquads: change clipping detection from global to channelPaul B Mahol2018-05-011-13/+17
* avfilter/vf_neighbor: add slice threadingPaul B Mahol2018-05-011-16/+38
* avfilter/vf_neighbor: simplify code littlePaul B Mahol2018-05-011-34/+32
* avfilter/vf_neighbor: rewrite without using temp memoryPaul B Mahol2018-05-011-46/+24
* Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ...Marton Balint2018-04-301-0/+1
* avfilter/vf_mix: initialize last to silence possible warningPaul B Mahol2018-04-301-1/+1
* avfilter/vf_mix: make setting weights more user friendlyPaul B Mahol2018-04-291-1/+6
* avfilter/vf_fieldmatch: add support for >8 bit depth in ppsrcPaul B Mahol2018-04-291-4/+44
* avfilter/vf_fieldmatch: switch to activatePaul B Mahol2018-04-291-27/+46
* avfilter: add amplify filterPaul B Mahol2018-04-294-1/+293
* avfilter/vf_overlay: use slice_end in alpha_composite()Paul B Mahol2018-04-291-1/+1
* avfilter/vf_fieldmatch: use correct subsamplings for y0a, y1a and startxPaul B Mahol2018-04-281-3/+3
* avfilter/vf_overlay: add slice threadingPaul B Mahol2018-04-281-91/+191
* avfilter/vf_convolution: make rdiv set to 0 more usefulPaul B Mahol2018-04-281-4/+11
* avfilter/vf_mix: use correct linesizesPaul B Mahol2018-04-271-2/+2
* avfilter/vf_shuffleplanes: add support for timelinePaul B Mahol2018-04-271-2/+1
* avfilter/vf_premultiply: add slice threadingPaul B Mahol2018-04-271-17/+50
* avfilter/vf_maskedclamp: silence warningPaul B Mahol2018-04-271-1/+1
* avfilter/vf_mix: add slice threadingPaul B Mahol2018-04-271-8/+29
* avfilter/vf_maskedclamp: add slice threadingPaul B Mahol2018-04-271-69/+99
* avfilter/vf_atadenoise: do not abort if user specified invalid sizePaul B Mahol2018-04-261-2/+2
* avfilter/vf_mix: clip output pixel valuesPaul B Mahol2018-04-261-2/+4
* avfilter/vf_mix: add scale optionPaul B Mahol2018-04-261-1/+8
* avfilter: add tmix filterPaul B Mahol2018-04-264-40/+128
* avfiler/vf_mix: fix crash with >8 bit depthPaul B Mahol2018-04-251-1/+1
* avfilter/vf_interlace: remove duplicate code with same funcionalityVasile Toncu2018-04-236-524/+28
* lavf/qsv: clone the frame which may be managed by frameworkRuiling Song2018-04-212-4/+5
* lavf: make overlay_qsv work based on framesyncRuiling Song2018-04-212-137/+78
* avfilter: add deblock filterPaul B Mahol2018-04-214-1/+416
* avfilter/avf_avectorscope: disable mirroringPaul B Mahol2018-04-181-1/+1
* avfilter: add lowshelf and highshelf filtersPaul B Mahol2018-04-174-10/+74
* avfilter/af_afir: make max IR length configurablePaul B Mahol2018-04-162-7/+7
* avfilter/af_headphone: switch to activatePaul B Mahol2018-04-161-87/+67
* Bump minor versions after release/4.0 branchingMichael Niedermayer2018-04-161-1/+1
* 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
OpenPOWER on IntegriCloud