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_surround: Check return value of av_tx_init()Andreas Rheinhardt
2022-04-30avfilter/af_surround: request new frames only when neededPaul B Mahol
2022-03-15avfilter: convert to new channel layout APIJames Almer
2022-02-23avfilter/af_surround: use outlink variable already availablePaul B Mahol
2022-02-22avfilter/af_surround: do not rewrite pts any morePaul B Mahol
2022-02-16avfilter/af_surround: fix oversight with inverse rdft initializationPaul B Mahol
2022-02-12avfilter/af_surround: change x/y spread defaultsPaul B Mahol
2022-02-12avfilter/af_surround: avoid implicit conversion to floatPaul B Mahol
2022-02-12avfilter/af_surround: switch to rdft from avutil/txPaul B Mahol
2021-10-15avfilter/window_func: unify all filters win_func option that use this headerPaul B Mahol
2021-10-07avfilter/af_surround: Fix memleaks upon allocation errorAndreas 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-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2019-10-03avfilter: add av_cold where it is missingPaul B Mahol
2019-04-24avfilter/af_surround: improve rear channels separationPaul B Mahol
2019-04-24avfilter/af_surround: check for invalid magnitude and phase differencePaul B Mahol
2019-04-24avfilter/af_surround: add angle optionPaul B Mahol
2019-04-24avfilter/af_surround: fix typoPaul B Mahol
2019-04-23avfilter/af_surround: export more channel's in/out gainsPaul B Mahol
2019-04-23avfilter/af_surround: switch to activatePaul B Mahol
2019-04-23avfilter/af_surround: expose window size to userPaul B Mahol
2019-04-23avfilter/af_surround: add 6.1/6.0 upmix from stereoPaul B Mahol
2019-04-22avfilter/af_surround: make channel spread from stereo image user configurablePaul B Mahol
2019-04-22avfilter/af_surround: add lfe_mode optionPaul B Mahol
2019-04-22avfilter/af_surround: avoid divisions with very small numbersPaul B Mahol
2019-04-20avfilter/af_surround: allow user to change overlap and win_funcPaul B Mahol
2018-12-24avfilter/af_surround: fix code indentationPaul B Mahol
2018-03-16avfilter/af_surround: drain input at EOFPaul B Mahol
2017-11-20avfilter/af_surround: add missing error checkPaul B Mahol
2017-11-19avfilter/af_surround: add some more layoutsPaul B Mahol
2017-08-26avfilter/af_surround: make volume configurable for front center and lfe channelPaul B Mahol
2017-06-04avfilter/af_surround: add support for some upmixing of 3.0, 2.1 and 5.1 chann...Paul B Mahol
2017-06-01avfilter: add audio surround upmixerPaul B Mahol