| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_framepack: Use dedicated pointer for access | Andreas Rheinhardt | 2023-09-12 | 1 | -12/+14 |
* | avutil/imgutils: Add wrapper for av_image_copy() to avoid casts | Andreas Rheinhardt | 2023-09-12 | 1 | -18/+10 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -1/+0 |
* | avfilter/vf_framepack: remove not needed calls and add newline to log | Paul B Mahol | 2023-05-30 | 1 | -3/+1 |
* | lavfi/vf_framepack: properly set output duration for framesequence output | Anton Khirnov | 2022-10-13 | 1 | -1/+3 |
* | avfilter/vf_framepack: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -7/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_framepack: add >8 format support | Paul B Mahol | 2021-02-09 | 1 | -6/+64 |
* | avfilter/vf_framepack: really fix ef466a8b29f8 | Paul B Mahol | 2019-11-17 | 1 | -1/+1 |
* | avfilter/vf_framepack: switch to activate | Paul B Mahol | 2019-11-17 | 1 | -38/+45 |
* | avfilter/vf_framepack: fix timestamps for frameseq format | Paul B Mahol | 2019-11-16 | 1 | -7/+3 |
* | avfilter/vf_framepack: add missing filtering flag | Paul B Mahol | 2019-11-16 | 1 | -7/+7 |
* | Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa' | James Almer | 2017-11-29 | 1 | -0/+2 |
|\ |
|
| * | stereo3d: Support view type for frame sequence type | Vittorio Giovara | 2017-11-28 | 1 | -0/+2 |
* | | Merge commit 'e8bc642202c10beda1ea4e93ec8492b1e39805e5' | Derek Buitenhuis | 2016-01-27 | 1 | -0/+1 |
|\| |
|
| * | lavu: add AV_CEIL_RSHIFT and use it in various places | Clément Bœsch | 2016-01-11 | 1 | -2/+3 |
* | | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | | Merge commit '7d12cba95ca15198a930c05458dc414ac00c578b' | Hendrik Leppkes | 2015-11-11 | 1 | -10/+10 |
|\| |
|
| * | vf_framepack: Check and update frame_rate | Michael Niedermayer | 2015-11-09 | 1 | -10/+21 |
* | | lavfi/vf_framepack: fix scheduling. | Nicolas George | 2015-11-07 | 1 | -3/+15 |
* | | Merge commit 'c9943f00cfa2471d1b8a3a9ddc7a21049a71090e' | Hendrik Leppkes | 2015-09-29 | 1 | -61/+96 |
|\| |
|
| * | vf_framepack: Use av_image_copy() where appropriate | Vittorio Giovara | 2015-09-29 | 1 | -61/+96 |
* | | avfilter: use AVFILTER_DEFINE_CLASS() | Paul B Mahol | 2015-07-02 | 1 | -7/+2 |
* | | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+4 |
* | | avfilter/vf_framepack: Check and update frame_rate | Michael Niedermayer | 2015-01-16 | 1 | -1/+12 |
* | | avfilter/framepack: use FF_CEIL_RSHIFT() | Clément Bœsch | 2014-12-30 | 1 | -2/+2 |
* | | Merge commit 'a7d0e7ead95e584c4866617f046b2493066975c6' | Michael Niedermayer | 2014-01-10 | 1 | -4/+4 |
|/ |
|
* | lavfi: add framepack filter | Vittorio Giovara | 2014-01-09 | 1 | -0/+363 |