| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 37 | -86/+122 |
* | avfilter/showinfo: refactor to use avutil/uuid | Pierre-Anthony Lemieux | 2022-06-12 | 1 | -13/+5 |
* | lavfi/blockdetect: Reindent after last commit | Thilo Borgmann | 2022-06-06 | 1 | -4/+4 |
* | lavfi/blockdetect: Fix possible div by 0 | Thilo Borgmann | 2022-06-06 | 1 | -0/+4 |
* | lavfi/vf_tonemap_opencl: fix build | rcombs | 2022-06-01 | 1 | -20/+19 |
* | lavfi/vf_scale_vulkan: fix build | rcombs | 2022-06-01 | 1 | -2/+2 |
* | lavfi/blockdetect: Remove nop init() function | Thilo Borgmann | 2022-06-01 | 1 | -6/+0 |
* | avutil/csp: create public API for colorspace structs | Leo Izen | 2022-06-01 | 7 | -190/+80 |
* | avfilter/af_biquads: refactor some options | Paul B Mahol | 2022-05-29 | 1 | -286/+96 |
* | avfilter: add tiltshelf audio filter | Paul B Mahol | 2022-05-29 | 3 | -7/+35 |
* | avfilter/af_biquads: fix low/highshelf 'k' calculation | Paul B Mahol | 2022-05-27 | 1 | -2/+2 |
* | avfilter/vf_vpp_qsv: set outlink to EOF correctly | Fei Wang | 2022-05-26 | 1 | -12/+23 |
* | qsv: add requirement for the mininal version of libmfx | Haihao Xiang | 2022-05-25 | 2 | -88/+68 |
* | lavfi/vf_v360: implement output mask for barrelsplit | Anton Khirnov | 2022-05-24 | 1 | -1/+5 |
* | lavfi/vf_v360: fix barrelsplit transform with padding | Anton Khirnov | 2022-05-24 | 1 | -28/+23 |
* | lavfi/vf_v360: factorize vector computation for barrelsplit | Anton Khirnov | 2022-05-24 | 1 | -16/+4 |
* | lavfi/vf_v360: drop nonsense inline specifier | Anton Khirnov | 2022-05-24 | 1 | -1/+1 |
* | avfilter: Add blockdetect filter | Thilo Borgmann | 2022-05-24 | 4 | -1/+297 |
* | avfilter: use avpriv_fopen_utf8() instead of plain fopen() | softworkz | 2022-05-24 | 8 | -9/+9 |
* | avfilter/af_afftfilt: add threads support | Paul B Mahol | 2022-05-24 | 1 | -47/+92 |
* | Switch uses of av_fopen_utf8 to avpriv_fopen_utf8 | Martin Storsjö | 2022-05-23 | 9 | -10/+10 |
* | libavutil: Deprecate av_fopen_utf8, provide an avpriv version | Martin Storsjö | 2022-05-23 | 2 | -0/+2 |
* | avfilter/avf_showfreqs: fix memleak in plot_freqs | Steven Liu | 2022-05-23 | 1 | -1/+3 |
* | avfilter/formats: Constify channel_layout in ff_add_channel_layout() | Andreas Rheinhardt | 2022-05-19 | 2 | -2/+4 |
* | avfilter/af_afir: add support for double sample format | Paul B Mahol | 2022-05-15 | 4 | -415/+607 |
* | avfilter/af_acrossover: add precision option | Paul B Mahol | 2022-05-14 | 1 | -1/+43 |
* | avfilter/af_asubboost: add channels option | Paul B Mahol | 2022-05-13 | 1 | -0/+23 |
* | avfilter/vf_zscale: active region use doubles so use that type here too | Paul B Mahol | 2022-05-13 | 1 | -6/+6 |
* | avfilter/af_asubboost: add boost option | Paul B Mahol | 2022-05-13 | 1 | -6/+14 |
* | avfilter/af_crossfeed: always return same number of samples with block proces... | Paul B Mahol | 2022-05-13 | 1 | -7/+59 |
* | avfilter/vf_zscale: improve slice processing | Paul B Mahol | 2022-05-13 | 1 | -5/+36 |
* | avfilter/af_biquads: always return same number of samples with block processing | Paul B Mahol | 2022-05-12 | 1 | -12/+56 |
* | avfilter/af_ladspa: remove not wanted line | Paul B Mahol | 2022-05-12 | 1 | -1/+0 |
* | avfilter/af_alimiter: add latency compensation option | Wang Cao | 2022-05-12 | 1 | -0/+89 |
* | avfilter/af_biquads: add zdf transform type | Paul B Mahol | 2022-05-11 | 1 | -11/+239 |
* | avfilter/avfilter: Fix compilation with TRACE defined | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | avfilter/af_biquads: use correct variables when reversing samples | Paul B Mahol | 2022-05-10 | 1 | -2/+5 |
* | lib*/version: Move library version functions into files of their own | Andreas Rheinhardt | 2022-05-10 | 3 | -23/+45 |
* | avfilter/af_crossfeed: add option for linear phase filtering | Paul B Mahol | 2022-05-09 | 1 | -14/+160 |
* | avfilter/af_biquads: add option for block based linear phase processing | Paul B Mahol | 2022-05-09 | 1 | -4/+130 |
* | avfilter/af_afftdn: request new frames only when needed | Paul B Mahol | 2022-05-09 | 1 | -0/+5 |
* | avfilter/avf_ahistogram: request new frames only when needed | Paul B Mahol | 2022-05-09 | 1 | -0/+5 |
* | avfilter/af_biquads: add tdi transform type | Paul B Mahol | 2022-05-08 | 1 | -0/+83 |
* | avfilter/geq: unbreak alpha processing | Gyan Doshi | 2022-05-08 | 1 | -1/+1 |
* | avfilter/vf_fftdnoiz: add window type support | Paul B Mahol | 2022-05-07 | 1 | -45/+57 |
* | avfilter/vf_libplacebo: Match AV_OPT_TYPE_FLOAT to dbl | Michael Niedermayer | 2022-05-06 | 1 | -1/+1 |
* | avfilter/vf_fftdnoiz: Remove redundant ';' | Andreas Rheinhardt | 2022-05-06 | 1 | -2/+2 |
* | avfilter/vf_threshold: Move ff_threshold_init into a header | Andreas Rheinhardt | 2022-05-06 | 3 | -66/+92 |
* | avfilter/vf_nlmeans: Move ff_nlmeans_init into a header | Andreas Rheinhardt | 2022-05-06 | 3 | -108/+140 |
* | avfilter/vf_hflip: Move ff_hflip_init into a header | Andreas Rheinhardt | 2022-05-06 | 3 | -88/+111 |