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-12-04avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2019-09-30avfilter/trim: drop all audio frames instead of assertingPaul B Mahol
2016-12-10avfilter/formats: allow unknown channel layouts by defaultMarton Balint
2016-06-19Revert "avfilter/trim: add compatibility layer to not break ABI used by ffmpeg"Michael Niedermayer
2015-12-31avfilter/trim: support all channel numbers in atrim filterPaul B Mahol
2015-12-22lavfi: replace link.closed by link.status.Nicolas George
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2014-07-31avfilter/trim: remove duplicate assignmentMichael Niedermayer
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-09-27avfilter: add av_cold to init()Paul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-08-12lavfi/trim: check for right default valuePaul B Mahol
2013-08-09avfilter/trim: Fix assertion failure with empty framesMichael Niedermayer
2013-07-14lavfi/trim: fix sample copy for >8 channelsPaul B Mahol
2013-07-12avfilter/trim: add compatibility layer to not break ABI used by ffmpegMichael Niedermayer
2013-07-12lavfi/trim: use AV_OPT_TYPE_DURATIONPaul B Mahol
2013-06-03lavfi/trim: mark link closed on EOF.Nicolas George
2013-05-27lavfi/trim: make use of AVFILTER_DEFINE_CLASSPaul B Mahol
2013-05-27lavfi/trim: remove request frame hackPaul B Mahol
2013-05-01avfilter/trim: improve rounding precissionMichael Niedermayer
2013-05-01Merge commit 'a1e05b0487a1939334c2920fc7f9936bc9efe876'Michael Niedermayer
2013-04-30lavfi: add trim and atrim filters.Anton Khirnov