summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
* avfilter: add pixelize video filterPaul B Mahol2022-04-14
|
* avfilter: add feedback video filterPaul B Mahol2022-04-14
|
* avfilter/avf_showspectrum: fix pts offset by onePaul B Mahol2022-04-14
|
* avfilter/avf_showspectrum: add alpha pixel format supportPaul B Mahol2022-04-14
|
* avfilter/af_adenorm: simplify handling of commandsPaul B Mahol2022-04-13
|
* avfilter/avf_showvolume: check for allocation error and stop leaksPaul B Mahol2022-04-13
|
* avfilter/vf_deblock: fix posible overreadsPaul B Mahol2022-04-13
|
* avfilter/vf_xmedian: simplify changing index variablePaul B Mahol2022-04-13
|
* avfilter/af_crystalizer: remove no longer needed wrapper functionPaul B Mahol2022-04-13
|
* avfilter/vf_chromashift: simplify handling of commandsPaul B Mahol2022-04-13
|
* avfilter/af_asetnsamples: fix excessive frames queueing at startPaul B Mahol2022-04-12
|
* avfilter/vf_drawbox: remove redefinition of DrawBoxContext typedefJames Almer2022-04-12
| | | | | | | | It's forbidden in C99. Should fix compilation with old non C11 compilers. Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/lensfun: add option db_pathGyan Doshi2022-04-12
| | | | | | | The lensfun filter, at present, loads its database from a path hardcoded at build time. This may not be known or available to end users. Added option db_path allows custom path.
* avfilter: add Audio Video Sync Test filterPaul B Mahol2022-04-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/f_ebur128: fix typos for swr chlayoutsPaul B Mahol2022-04-11
|
* 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
| | | | | Restores the order of operations from before 15a1104, which reduces errors from floating point calculations, and fixes FATE on mingw64.
* avfilter/af_ladspa: fix pts compensation if number of samples per frame is ↵Paul B Mahol2022-04-07
| | | | lower than latency
* 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
| | | | | | | | This makes the filters match their declaration in libavfilter/allfilters.c; the earlier discrepancy was btw UB. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* lavfilter: Add SITI filterBoris Baracaldo2022-04-01
| | | | | | Calculate Spatial Info (SI) and Temporal Info (TI) scores for a video, as defined in ITU-T P.910: Subjective video quality assessment methods for multimedia applications.
* avfilter/vf_libplacebo: update for new tone mapping APINiklas Haas2022-03-31
| | | | | | | | | | | | | Upstream gained a new tone-mapping API, which we never switched to. We don't need a version bump for this because it was included as part of the v4.192 release we currently already depend on. Some of the old options can be moderately approximated with the new API, but specifically "desaturation_base" and "max_boost" cannot. Remove these entirely, rather than deprecating them. They have actually been non-functional for a while as a result of the upstream deprecation. Signed-off-by: Niklas Haas <git@haasn.dev>
* 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
| | | | | | | av_buffersrc_parameters_set() can be called to set paramenters after the filter was initialized with for example avfilter_graph_create_filter(). Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_subtitles: add additional font mime typesSomeRGuy2022-03-25
| | | | | | Since mkvmerge 19 has fonts types from RFC 8081 and mkvmerge 58 on windows use new file/magic library. Signed-off-by: SomeRGuy <wwakabot@gmail.com>
* 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
| | | | Happens with pad filter after limiter.
* avfilter/vf_vpp_qsv: Remove unnecessary lavc and lavf headersAndreas Rheinhardt2022-03-23
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>