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-07avfilter/split: switch to activate()Paul B Mahol
2021-12-04avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov
2021-09-19avfilter/split: Deduplicate AVClassesAndreas Rheinhardt
2021-08-22avfilter/split: Free outpads' names genericallyAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2019-09-30avfilter/split: use av_asprintf()Paul B Mahol
2018-11-03avfilter/split: use ff_outlink_get_status()Paul B Mahol
2017-08-25avfilter/split: check ff_insert_outpad() for failurePaul B Mahol
2016-12-18lavfi: make filter_frame non-recursive.Nicolas George
2016-12-10avfilter/formats: allow unknown channel layouts by defaultMarton Balint
2016-04-21avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missingMichael Niedermayer
2016-02-05avfilter/split: support any channel count for asplit filterPaul B Mahol
2015-12-22lavfi: replace link.closed by link.status.Nicolas George
2015-01-06lavfi: check av_strdup() return valuePaul B Mahol
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-05-05Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer
2013-05-04avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun
2013-05-01Merge commit '949c603ed9210df0e1b8e1aa82c71b93543d8071'Michael Niedermayer
2013-04-30vf_split: fix descriptionAnton Khirnov
2013-04-17lavfi/split: use AVFILTER_DEFINE_CLASS to define classStefano Sabatini
2013-04-16lavfi/split: fix minor documentation issuesStefano Sabatini
2013-04-12Merge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65'Michael Niedermayer
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-11lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov
2013-04-11Merge commit '73d5d405d424c06f3f354337cfdb24794932094d'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09split: switch to an AVOptions-based system.Anton Khirnov
2013-03-10lavfi: remove remaining forgotten min/rej perms.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2012-11-29libavfilter/split: switch to filter_frameAnton Khirnov
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-09-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer
2012-09-17lavfi: replace empty input/output lists with null pointersMans Rullgard
2012-08-22lavfi/split: handle closed outputs.Nicolas George
2012-08-17split: set rej_perms = AV_PERM_WRITE on outputs.Nicolas George
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
2012-07-22lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov
2012-07-22lavfi: add error handling to end_frame().Anton Khirnov