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
2022-11-12avfilter/af_afir: Check return value of av_tx_init()Andreas Rheinhardt
2022-05-15avfilter/af_afir: add support for double sample formatPaul B Mahol
2022-05-06avfilter/af_afir: Move ff_afir_init() to headerAndreas Rheinhardt
2022-05-06avfilter/af_afir: Only keep DSP stuff in headerAndreas Rheinhardt
2022-03-15avfilter: convert to new channel layout APIJames Almer
2022-02-22avfilter/af_afir: remove pts rewriting codePaul B Mahol
2022-01-29avfilter/af_afir: switch to lavu/txPaul B Mahol
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-22avfilter/af_afir: Free inpads' names genericallyAndreas Rheinhardt
2021-08-17avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-10-18avfilter/af_aiir: remove unused variablePaul B Mahol
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-08-27avfilter/af_afir: Avoid allocating AVFilterPad namesAndreas Rheinhardt
2020-08-23avfilter/af_afir: make use of vector_fmac_scalar() tooPaul B Mahol
2020-08-20avfilter/af_afir: Fix leak of AVFilterChannelLayout in case of errorAndreas Rheinhardt
2020-05-30lavfi/afir: fix vpad.name leakJun Zhao
2020-01-14avfilter/af_afir: check if frame clone is setPaul B Mahol
2020-01-10avfilter/af_afir: add support for switching impulse response streams at runtimePaul B Mahol
2020-01-10avfilter/af_afir: add support for even smaller partition sizesPaul B Mahol
2020-01-10avfilter/af_afir: split input frames from impulse response framesPaul B Mahol
2019-01-05avfilter/af_afir: adjust min partition sizePaul B Mahol
2019-01-03avfilter/af_afir: split off fcmul_add into a DSP contextJames Almer
2018-12-31avfilter/af_afir: fix overhead for small partitionsPaul B Mahol
2018-12-31avfilter/af_afir: do not over allocate fft bufferPaul B Mahol
2018-12-30avfilter/af_afir: stop using as much threads as stream have itPaul B Mahol
2018-12-30avfilter/af_afir: optimize code a little morePaul B Mahol
2018-12-30avfilter/af_afir: implement non-uniform partitioned convolutionPaul B Mahol
2018-12-29avfilter/af_afir: properly split IR into multiple segmentsPaul 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: use segment pointerPaul B Mahol
2018-12-29avfilter/af_afir: introduce uninit_segment() and use itPaul B Mahol
2018-12-29avfilter/af_afir: fix minp/maxp range and change default value for maxpPaul B Mahol
2018-12-29avfilter/af_afir: introduce init_segment() and use itPaul B Mahol
2018-12-29avfilter/af_afir: move allocation stuff where it belongsPaul 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 not needed operationsPaul 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: fix hang because video is first requestedPaul 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: do not leak frame and clear pointer to freed framePaul B Mahol