summaryrefslogtreecommitdiff
path: root/libavfilter/vf_framepack.c
Commit message (Expand)AuthorAge
* avfilter/vf_framepack: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_framepack: add >8 format supportPaul B Mahol2021-02-09
* avfilter/vf_framepack: really fix ef466a8b29f8Paul B Mahol2019-11-17
* avfilter/vf_framepack: switch to activatePaul B Mahol2019-11-17
* avfilter/vf_framepack: fix timestamps for frameseq formatPaul B Mahol2019-11-16
* avfilter/vf_framepack: add missing filtering flagPaul B Mahol2019-11-16
* Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa'James Almer2017-11-29
|\
| * stereo3d: Support view type for frame sequence typeVittorio Giovara2017-11-28
* | Merge commit 'e8bc642202c10beda1ea4e93ec8492b1e39805e5'Derek Buitenhuis2016-01-27
|\|
| * lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-11
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* | Merge commit '7d12cba95ca15198a930c05458dc414ac00c578b'Hendrik Leppkes2015-11-11
|\|
| * vf_framepack: Check and update frame_rateMichael Niedermayer2015-11-09
* | lavfi/vf_framepack: fix scheduling.Nicolas George2015-11-07
* | Merge commit 'c9943f00cfa2471d1b8a3a9ddc7a21049a71090e'Hendrik Leppkes2015-09-29
|\|
| * vf_framepack: Use av_image_copy() where appropriateVittorio Giovara2015-09-29
* | avfilter: use AVFILTER_DEFINE_CLASS()Paul B Mahol2015-07-02
* | avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* | avfilter/vf_framepack: Check and update frame_rateMichael Niedermayer2015-01-16
* | avfilter/framepack: use FF_CEIL_RSHIFT()Clément Bœsch2014-12-30
* | Merge commit 'a7d0e7ead95e584c4866617f046b2493066975c6'Michael Niedermayer2014-01-10
|/
* lavfi: add framepack filterVittorio Giovara2014-01-09