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-10-13lavfi/vf_framepack: properly set output duration for framesequence outputAnton Khirnov
2021-10-05avfilter/vf_framepack: Use formats list instead of query functionAndreas 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-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-02-09avfilter/vf_framepack: add >8 format supportPaul B Mahol
2019-11-17avfilter/vf_framepack: really fix ef466a8b29f8Paul B Mahol
2019-11-17avfilter/vf_framepack: switch to activatePaul B Mahol
2019-11-17avfilter/vf_framepack: fix timestamps for frameseq formatPaul B Mahol
2019-11-17avfilter/vf_framepack: add missing filtering flagPaul B Mahol
2017-11-30Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa'James Almer
2017-11-28stereo3d: Support view type for frame sequence typeVittorio Giovara
2016-01-27Merge commit 'e8bc642202c10beda1ea4e93ec8492b1e39805e5'Derek Buitenhuis
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-11lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch
2015-11-11Merge commit '7d12cba95ca15198a930c05458dc414ac00c578b'Hendrik Leppkes
2015-11-09vf_framepack: Check and update frame_rateMichael Niedermayer
2015-11-07lavfi/vf_framepack: fix scheduling.Nicolas George
2015-09-29Merge commit 'c9943f00cfa2471d1b8a3a9ddc7a21049a71090e'Hendrik Leppkes
2015-09-29vf_framepack: Use av_image_copy() where appropriateVittorio Giovara
2015-07-02avfilter: use AVFILTER_DEFINE_CLASS()Paul B Mahol
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-01-17avfilter/vf_framepack: Check and update frame_rateMichael Niedermayer
2014-12-30avfilter/framepack: use FF_CEIL_RSHIFT()Clément Bœsch
2014-01-10Merge commit 'a7d0e7ead95e584c4866617f046b2493066975c6'Michael Niedermayer
2014-01-10lavfi: add framepack filterVittorio Giovara