summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter: add dedot video filterPaul B Mahol2018-11-16
* avfilter/af_afade: fix duration maximumMarton Balint2018-11-15
* avfilter/vf_convolution: use sqrtf as its fasterPaul B Mahol2018-11-15
* avfilter/vf_blend: add 12bit supportPaul B Mahol2018-11-15
* avfilter/vf_blend: add 10bit supportPaul B Mahol2018-11-15
* avfilter/vf_lut2: implement support for different input depthsPaul B Mahol2018-11-15
* avfilter/vf_bwdif: Use common yadif frame management logicPhilip Langdale2018-11-14
* avfilter/yadif_common: Add field type tracking to help bwdifPhilip Langdale2018-11-14
* avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale2018-11-14
* avfilter/vf_alphamerge: do not check for ret value if all wanted frames are p...Paul B Mahol2018-11-12
* avfilter/vf_fade: fix start/duration max valueMark Harris2018-11-12
* avfilter/af_afftfilt: use first input frame timestampPaul B Mahol2018-11-12
* avfilter/vf_alphamerge: switch to activatePaul B Mahol2018-11-12
* avfilter/af_headphone: do not leak input frames on errorPaul B Mahol2018-11-12
* avfilter/af_afftfilt: calculate all channels FFT values upfrontPaul B Mahol2018-11-12
* avfilter/af_afftfilt: add more window typesPaul B Mahol2018-11-11
* avfilter/af_afftfilt: extend filter functionalityPaul B Mahol2018-11-11
* avfilter/vf_minterpolate: use common scene sad functionsMarton Balint2018-11-11
* avfilter/vf_select: use common scene sad functionsMarton Balint2018-11-11
* avfilter/vf_framerate: factorize SAD functions which compute SAD for a whole ...Marton Balint2018-11-11
* avfilter/vf_lut3d: ignore last whitespace when comparing LUT size stringPaul B Mahol2018-11-11
* avfilter/vf_lut3d: add spline 1D interpolationPaul B Mahol2018-11-10
* avfilter/vf_lut3d: add cosine 1D interpolationPaul B Mahol2018-11-10
* avfilter/af_headphone : fix mem leakMartin Vignali2018-11-09
* avfilter/af_afir: fix hang because video is first requestedPaul B Mahol2018-11-09
* avfilter/af_afir: kill useless code which increases latency for no reasonPaul B Mahol2018-11-09
* avfilter/af_afir: add minp/maxp options to control latency and speedPaul B Mahol2018-11-08
* avfilter/af_afir: do not leak frame and clear pointer to freed framePaul B Mahol2018-11-08
* avfilter/avf_showspectrum: add terrain color mapPaul B Mahol2018-11-08
* avfilter/avf_showspectrum: add cividis colormapPaul B Mahol2018-11-08
* avfilter/af_aiir: implement rate optionPaul B Mahol2018-11-08
* avfilter/af_afir: implement rate optionPaul B Mahol2018-11-08
* avfilter/af_afir: return early when giving video framePaul B Mahol2018-11-08
* avfilter/af_afir: remove redundant codePaul B Mahol2018-11-08
* avfilter/avf_showspectrum: add plasma color mapPaul B Mahol2018-11-07
* avfilter/avf_showspectrum: add viridis color mapPaul B Mahol2018-11-07
* avfilter/avf_showspectrum: improve magma colorsPaul B Mahol2018-11-07
* lavc/qsv_overlay: suppress code scan complainZhong Li2018-11-06
* avfilter/af_afade: remove unused codePaul B Mahol2018-11-04
* avfilter/split: use ff_outlink_get_status()Paul B Mahol2018-11-03
* avfilter/af_afade: do not use framequeue directlyPaul B Mahol2018-11-03
* avfilter/af_amerge: use ff_inlink_queued_samples()Paul B Mahol2018-11-03
* avfilter/af_amultiply: make use of ff_inlink_queued_samples()Paul B Mahol2018-11-03
* avfilter/vf_extractplanes: use ff_outlink_get_status()Paul B Mahol2018-11-03
* avfilter/vf_cuda_yadif: Avoid new syntax for vector initialisationPhilip Langdale2018-11-02
* avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacerPhilip Langdale2018-11-02
* libavfilter/vf_yadif: Make frame management logic and options shareablePhilip Langdale2018-11-02
* avfilter/f_loop: switch to activatePaul B Mahol2018-11-02
* avfilter/f_loop: make sure duration of frame is never zeroPaul B Mahol2018-11-02
* avfilter: add tpad filterPaul B Mahol2018-11-02