Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-14avfilter/vf_fftfilt: export FFT arrays sizePaul B Mahol
2021-10-14avfilter/vf_fftfilt: Use av_clip_uint8Martin Storsjö
2021-10-14avfilter/vf_fftfilt: add gray formats >8 depth supportPaul B Mahol
2021-10-14avfilter/vf_fftfilt: add slice threading supportPaul B Mahol
2021-10-14avfilter/vf_fftfilt: simplify bits/len calculationPaul B Mahol
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_fftfilt: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2017-12-23avfilter/vf_fftfilt: support >8 bit depth formatsPaul B Mahol
2017-09-04avfilter/vf_fftfilt: make it possible to evaluate expressions per framePaul B Mahol
2017-09-04avfilter/vf_fftfilt: add generic timeline supportPaul B Mahol
2017-09-04avfilter/vf_fftfilt: add support for more pixel formatsPaul B Mahol
2017-09-04avfilter/vf_fftfilt: cache rdft contextsPaul B Mahol
2017-06-24avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-15avfilter/vf_fftfilt: this is video filter so use pixels instead of samplesPaul B Mahol
2016-01-15avfilter/vf_fftfilt: use the name 's' for the pointer to the private contextPaul B Mahol
2015-11-26avfilter: add '.' at and of long filter description where it is missingPaul B Mahol
2015-05-12avfilter/vf_fftfilt: Add MAX_PLANES and change it to 4Michael Niedermayer
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-10avfilter/vf_fftfilt: increase RDFT length by 10%Michael Niedermayer
2015-03-07avfilter: Add FFT domain filter.Arwa Arif