Kieran Kunhya
c85852d3de
h264: Support multi-field closed captions by using AVBufferRef and not resetting per field
...
Signed-off-by: Josh de Kock <joshdk@obe.tv>
7 years ago
Mark Thompson
ac687add84
cbs_h264: Add support for mastering display SEI messages
7 years ago
Mark Thompson
d94dda742c
cbs_h264: Add support for pan-scan rectangle SEI messages
7 years ago
James Almer
5e9b39b373
avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fields
...
Cosmetic change.
Signed-off-by: James Almer <jamrial@gmail.com>
7 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
James Almer
9669c05baf
avcodec/h264_sei: add namespace prefix to frame packingarrangement enum values
...
Missed in 6eb102a616
.
Signed-off-by: James Almer <jamrial@gmail.com>
8 years ago
Mark Thompson
6eb102a616
h264_sei: Add namespace prefix to all SEI values
...
This avoids confusion with equivalent H.265 SEI values when both are
being used at the same time.
(cherry picked from commit 6ea220cbee
)
8 years ago
Vittorio Giovara
8c34a2024d
h264: Add support for alternative transfer characterics SEI
...
The use of this SEI is for backward compatibility in HLG HDR systems:
older devices that cannot interpret the "arib-std-b67" transfer will
get the compatible transfer (usually bt709 or bt2020) from the VUI,
while newer devices that can interpret HDR will read the SEI and use
its value instead.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
8 years ago
Vittorio Giovara
ebf3b9e8a8
h264: Add support for alternative transfer characterics SEI
...
The use of this SEI is for backward compatibility in HLG HDR systems:
older devices that cannot interpret the "arib-std-b67" transfer will
get the compatible transfer (usually bt709 or bt2020) from the VUI,
while newer devices that can interpret HDR will read the SEI and use
its value instead.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
8 years ago
Mark Thompson
6ea220cbee
h264_sei: Add namespace prefix to all SEI values
...
This avoids confusion with equivalent H.265 SEI values when both are
being used at the same time.
8 years ago
Michael Niedermayer
d7b2bb5391
h264_sei: Check actual presence of picture timing SEI message
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
8 years ago
Michael Niedermayer
6a37abc59a
avcodec/h264_sei: Check actual presence of SEI picture timing instead of implying it
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago
Anton Khirnov
728d90a0c1
h264: decouple h264_sei from the h264 decoder
...
Make the SEI parsing independent of the H264Context, to allow
decoupling the parser from the decoder.
9 years ago