summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter: let single output frame A->V filters set reasonable frame ratePaul B Mahol2022-04-10
* avfilter/vf_waveform: copy props from input framePaul B Mahol2022-04-08
* avfilter/vf_waveform: add some support for commandsPaul B Mahol2022-04-08
* avfilter/vf_vectorscope: add some commands supportPaul B Mahol2022-04-08
* avfilter/vf_drawbox: add packed rgb supportPaul B Mahol2022-04-08
* avfilter/vf_colorkey: use multiplication instead of divisionPaul B Mahol2022-04-08
* avfilter/vf_colorkey: add >8 depth supportPaul B Mahol2022-04-08
* avfilter/f_ebur128: multiply in integer first, before dividing in floatHendrik Leppkes2022-04-07
* avfilter/af_ladspa: fix pts compensation if number of samples per frame is lo...Paul B Mahol2022-04-07
* avfilter/af_ladspa: compensate output pts if latency compensation is onPaul B Mahol2022-04-06
* avfilter/vsrc_gradients: add spiral typePaul B Mahol2022-04-05
* avfilter/vsrc_gradients: add circular typePaul B Mahol2022-04-05
* avfilter/vf_mergeplanes: deprecate mapping optionPaul B Mahol2022-04-05
* avfilter/vf_mergeplanes: add alternative for less user friendly optionPaul B Mahol2022-04-05
* avfilter/vf_mergeplanes: make map code more verbosePaul B Mahol2022-04-05
* avfilter/vf_zscale: fix regression with src/dst_format initializationPaul B Mahol2022-04-05
* lavfi/vf_siti.c: Relicense to LGPL 2.1Thilo Borgmann2022-04-02
* avfilter: Constify non-const filtersAndreas Rheinhardt2022-04-01
* lavfilter: Add SITI filterBoris Baracaldo2022-04-01
* avfilter/vf_libplacebo: update for new tone mapping APINiklas Haas2022-03-31
* avfilter/af_join: do not dereference possible null pointerPaul B Mahol2022-03-31
* avfilter/f_realtime: add support for commandsPaul B Mahol2022-03-29
* avfilter/buffersrc: uninitialize the context ch_layout before overwritting itJames Almer2022-03-27
* avfilter/vf_subtitles: add additional font mime typesSomeRGuy2022-03-25
* avfilter/vsrc_life: set outlink frame_ratePaul B Mahol2022-03-25
* avfilter/vsrc_cellauto: set outlink frame_ratePaul B Mahol2022-03-25
* avfilter/vsrc_mandelbrot: set outlink frame_ratePaul B Mahol2022-03-25
* avfilter/vsrc_mandelbrot: rename misleading variablePaul B Mahol2022-03-25
* avfilter/vsrc_mptestsrc: set outlink frame_ratePaul B Mahol2022-03-25
* avfilter/vsrc_gradients: set outlink frame_ratePaul B Mahol2022-03-25
* avfilter/vsrc_gradients: rename misleading variablePaul B Mahol2022-03-25
* avfilter/vsrc_sierpinski: set frame_rate to outlinkPaul B Mahol2022-03-25
* avfilter/vsrc_sierpinski: rename misleading variablePaul B Mahol2022-03-25
* avfilter/x86/vf_limiter: use movu, dst may not be always alignedPaul B Mahol2022-03-24
* avfilter/vf_vpp_qsv: Remove unnecessary lavc and lavf headersAndreas Rheinhardt2022-03-23
* avfilter/qp_table: Stop using FF_QSCALE_TYPE_*Andreas Rheinhardt2022-03-23
* avcodec/internal, avfilter/qp_table: Remove unused FF_QSCALE_TYPEsAndreas Rheinhardt2022-03-23
* avfilter/vf_subtitles: pass storage size to libassOneric2022-03-23
* avfilter: handle duplicates in the options stringAnton Khirnov2022-03-22
* avfilter: simplify processing child context optionsAnton Khirnov2022-03-22
* avfilter/video: fix shadowed variableZhao Zhili2022-03-22
* avfilter/x86/vf_blend: use unaligned movs for outputMarton Balint2022-03-21
* avfilter/af_afftdn: remove unused or set only variablesPaul B Mahol2022-03-19
* avfilter/avf_ahistogram: fix off by one in slide modePaul B Mahol2022-03-19
* Keep including the full version.h when headers are included externallyMartin Storsjö2022-03-19
* avfilter/af_afftdn: do not profile noise if number of sampled blocks is 0Paul B Mahol2022-03-18
* avfilter/af_afftdn: refactor set_noise_profile()Paul B Mahol2022-03-18
* avfilter/af_afftdn: remove unused definesPaul B Mahol2022-03-18
* avfilter/af_afftdn: expose floor offset factor optionPaul B Mahol2022-03-17
* avfilter/af_afftdn: rewrite noise floor trackingPaul B Mahol2022-03-16