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
2019-01-03avfilter/af_afir: split off fcmul_add into a DSP contextJames Almer
2018-12-30avfilter/af_afir: implement non-uniform partitioned convolutionPaul B Mahol
2018-12-29avfilter/af_afir: make part_index values per channelPaul B Mahol
2018-12-29avfilter/af_afir: make number of segments extendablePaul B Mahol
2018-12-29avfilter/af_afir: use AVFrame for coeff tooPaul B Mahol
2018-12-29avfilter/af_afir: introduce AudioFIRSegment structure and use itPaul B Mahol
2018-12-27afilter/af_afir: remove invalid delayPaul B Mahol
2018-12-27avfilter/af_afir: remove not needed nb_samples from filter contextPaul B Mahol
2018-12-27avfilter/af_afir: remove dead store variablePaul B Mahol
2018-12-26avfilter/af_afir: remove unused variablePaul B Mahol
2018-11-09avfilter/af_afir: kill useless code which increases latency for no reasonPaul B Mahol
2018-11-09avfilter/af_afir: add minp/maxp options to control latency and speedPaul B Mahol
2018-11-08avfilter/af_afir: implement rate optionPaul B Mahol
2018-10-10avfilter/af_afir: remove again option, merge it with gtypePaul B Mahol
2018-10-05avilter/af_afir: add irfmt optionPaul B Mahol
2018-10-03avfilter/af_afir: make IR gain control more flexiblePaul B Mahol
2018-09-15avfilter/af_afir: switch to activatePaul B Mahol
2018-05-29avfilter/af_afir: draw IR frequency responsePaul B Mahol
2018-04-16avfilter/af_afir: make max IR length configurablePaul B Mahol
2017-05-10avfilter/af_afir: remove extra space in the header inclusion guardsJames Almer
2017-05-09avfilter: add arbitrary audio FIR filterPaul B Mahol