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-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-03-15avfilter: convert to new channel layout APIJames Almer
2021-10-05avfilter/af_afade: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-10-02avfilter/af_afade: Remove impossible branchAndreas Rheinhardt
2021-09-21avfilter/af_afade: Remove redundant checks and assignmentsAndreas 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
2021-02-21avfilter/af_afade: remove uneeded '.' from durations in optionsPaul B Mahol
2020-12-12avfilter/af_afade: add support for commands to afade filterPaul B Mahol
2020-11-18avfilter/af_afade: add sinc curve typesPaul B Mahol
2019-10-31avfilter/af_afade: start crossfading only when first stream reached endPaul B Mahol
2019-10-30avfilter/af_afade: check for eof after crossfade laterPaul B Mahol
2019-10-16avfilter/af_afade: make sure that in is availablePaul B Mahol
2019-10-15avfilter/af_afade: fix heap-buffer overflowPaul B Mahol
2019-01-24avfilter/afade+acrossfade: allow skipping fade on inputsGyan Doshi
2018-11-16avfilter/af_afade: fix duration maximumMarton Balint
2018-11-04avfilter/af_afade: remove unused codePaul B Mahol
2018-11-03avfilter/af_afade: do not use framequeue directlyPaul B Mahol
2018-10-07avfilter/af_afade: fix crossfade duration maximum valueMarton Balint
2018-10-07avfilter/af_afade: add logistic sigmoid curvePaul B Mahol
2018-05-05avfilter: forward status back in some filters that missed itPaul B Mahol
2018-01-18avfilter/af_afade: acrossfade: switch to activatePaul B Mahol
2018-01-04avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol
2017-05-17avfilter/af_afade: fix fading very long durationsPaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-01-27avfilter/af_afade: do not duplicate curve optionPaul B Mahol
2015-11-26avfilter/af_afade: improve accuracy and speed of gain computationGanesh Ajjanagadde
2015-11-23avfilter/af_afade: add missing fifo write for second streamPaul B Mahol
2015-10-09avfilter/af_afade: fix start of fade outJustin Greer
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/acrossfade: use AV_OPT_TYPE_BOOL for overlap optionClément Bœsch
2015-07-27avfilter: add acrossfade filterPaul B Mahol
2015-06-15avfilter/af_afade: add couple of more curvesPaul B Mahol
2015-06-14avfilter/af_afade: use av_clipd() instead of nested FFMAX & FFMINPaul B Mahol
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-10-21lavfi/afade: fix cur_sample computationStefano Sabatini
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-02avfilter/af_afade: use the name 's' for the pointer to the private contextPaul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-07-10lavfi/afade: use av_rescale()Paul B Mahol
2013-05-25lavfi/afade: add timeline supportPaul B Mahol
2013-04-26lavfi/afade: fix AVOptions descriptionsPaul B Mahol
2013-04-19lavfi/afade: use AV_OPT_TYPE_DURATIONPaul B Mahol
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/afade: switch to AVOption-base systemMatthieu Bouron
2013-04-05lavfi/afade: use standard options parsingPaul B Mahol