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-08-23avfilter/af_silenceremove: do not trim non-silence from startPaul B Mahol
2022-03-15avfilter: convert to new channel layout APIJames Almer
2021-10-05avfilter/af_silenceremove: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-24avfilter/af_silenceremove: improve trimming middle silencePaul B Mahol
2021-09-09avfilter/af_silenceremove: fix regression in output frame ptsPaul B Mahol
2021-09-08avfilter/af_silenceremove: fix stop_silence handlingPaul B Mahol
2021-09-08avfilter/af_silenceremove: avoid returning 1 sample duration framesPaul B Mahol
2021-09-08avfilter/af_silenceremove: fix processing of periods > 1Paul B Mahol
2021-09-08avfilter/af_silenceremove: guard against negative numbersPaul B Mahol
2021-09-08avfilter/af_silenceremove: add asserts to check for NaNsPaul B Mahol
2021-09-07avfilter/af_silenceremove: use duration option for window optionPaul B Mahol
2021-09-07avfilter/af_silenceremove: fix indentationPaul B Mahol
2021-09-07avfilter/af_silenceremove: cover default case tooPaul B Mahol
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-07-25avfilter/af_silenceremove: make window also depends on input sample formatPaul B Mahol
2021-07-25avfilter/af_silenceremove: add support for more sample formatsPaul B Mahol
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2019-07-02avfilter/af_silenceremove: use input timestamp for timestamp recalculationPaul B Mahol
2018-10-15avfilter/af_silenceremove: use enum for threshold detection modesPaul B Mahol
2018-10-15avfilter/af_silenceremove: add enum for detection modesPaul B Mahol
2018-10-15avfilter/af_silenceremove: add options descriptionPaul B Mahol
2018-10-15avfilter/af_silenceremove: prefer outlink instead of inlinkPaul B Mahol
2018-10-15avfilter/af_silenceremove: add mode optionsPaul B Mahol
2018-10-15avfilter/af_silenceremove: add options to keep min duration of silencePaul B Mahol
2018-10-08avfilter/af_silenceremove: fix max for duration optionsPaul B Mahol
2017-11-27avfilter/af_silenceremove: fix possible crash if supplied duration is negativePaul B Mahol
2017-11-27avfilter/af_silenceremove: fix logic error in EOF casePaul B Mahol
2017-05-15avfilter/af_silenceremove: set output timestampsPaul B Mahol
2015-12-28avfilter/af_silenceremove: make size of window user configurablePaul B Mahol
2015-12-28avfilter/af_silenceremove: lower number of operations in for loopPaul B Mahol
2015-12-27avfilter/af_silenceremove: add peak detectorPaul B Mahol
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-09-12avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol
2015-09-09avfilter/silenceremove: use AV_OPT_TYPE_BOOL for leave_silence optionClément Bœsch
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-09-06avfilter/af_silenceremove: remove dead codeMichael Niedermayer
2014-09-05add silenceremove filterPaul B Mahol