Paul B Mahol
9498ce0c23
avfilter/vf_framepack: really fix ef466a8b29
5 years ago
Paul B Mahol
9db24ee26d
avfilter/vf_framepack: switch to activate
5 years ago
Paul B Mahol
ef466a8b29
avfilter/vf_framepack: fix timestamps for frameseq format
5 years ago
Paul B Mahol
d52342a563
avfilter/vf_framepack: add missing filtering flag
5 years ago
Vittorio Giovara
99e9697e3a
stereo3d: Support view type for frame sequence type
Implement detection in h264 and hevc and insertion in framepack filter.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
7 years ago
Derek Buitenhuis
21f9468402
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
Libav, for some reason, merged this as a public API function. This will
aid in future merges.
A define is left for backwards compat, just in case some person
used it, since it is in a public header.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
9 years ago
Clément Bœsch
e8bc642202
lavu: add AV_CEIL_RSHIFT and use it in various places
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
9 years ago
Michael Niedermayer
7d12cba95c
vf_framepack: Check and update frame_rate
(cherry picked from ffmpeg commit a46a23d30f
)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
9 years ago
Nicolas George
f53c4b6a18
lavfi/vf_framepack: fix scheduling.
9 years ago
Vittorio Giovara
c9943f00cf
vf_framepack: Use av_image_copy() where appropriate
This correctly adjust chroma subsampling for column interleaved mode,
and allows future high bitdepth support.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
9 years ago
Paul B Mahol
7ff5a345a4
avfilter: use AVFILTER_DEFINE_CLASS()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Paul B Mahol
a0854c084e
avfilter: handle error in query_formats() in bunch of filters
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Michael Niedermayer
a46a23d30f
avfilter/vf_framepack: Check and update frame_rate
The frame_rate update was missing leaving the output frame rate
wrong.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years ago
Clément Bœsch
39e18b1f40
avfilter/framepack: use FF_CEIL_RSHIFT()
10 years ago
Vittorio Giovara
a7d0e7ead9
lavfi: add framepack filter
11 years ago