88 Commits (2a31ad7d60632cca0f43986b6a5b135848088b14)

Author SHA1 Message Date
James Almer 9669c05baf avcodec/h264_sei: add namespace prefix to frame packingarrangement enum values 7 years ago
Mark Thompson 6eb102a616 h264_sei: Add namespace prefix to all SEI values 7 years ago
Vittorio Giovara 8c34a2024d h264: Add support for alternative transfer characterics SEI 7 years ago
Michael Niedermayer d7b2bb5391 h264_sei: Check actual presence of picture timing SEI message 8 years ago
Michael Niedermayer 6a37abc59a avcodec/h264_sei: Check actual presence of SEI picture timing instead of implying it 8 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
Benoit Fouet 879330c561 h264: make H264ParamSets sps const 9 years ago
Michael Niedermayer 9981b70da5 avcodec/h264_sei: Do not skip subsequent SEIs on errors potentially caused by missing parameter sets. 9 years ago
Anton Khirnov 1cf2f3d334 h264_sei: drop an unnecessary h264dec.h include 9 years ago
Anton Khirnov 9df889a5f1 h264: rename h264.[ch] to h264dec.[ch] 9 years ago
Clément Bœsch 7dd8cd1933 lavc/h264_sei: fix broken style around green metadata code 9 years ago
Clément Bœsch 5342bb624d lavc/h264: rename GreenMetaData to H264SEIGreenMetaData 9 years ago
Clément Bœsch b0ec36c9b1 lavc/h264_sei: reduce scope of parameters for green meta decode 9 years ago
Clément Bœsch fef89aae98 lavc/h264: move green meta logging out of the sei decoding 9 years ago
Clément Bœsch 7a2a8b541a lavc/h264_sei: fix green metadata typo 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Anton Khirnov 728d90a0c1 h264: decouple h264_sei from the h264 decoder 9 years ago
Anton Khirnov 3176217c60 h264: decouple h264_ps from the h264 decoder 9 years ago
Mark Harris c51c08e0e7 avcodec: Use get_ue_golomb_long() when needed 9 years ago
Vittorio Giovara b4a82e7407 h264: Print the complete user message 9 years ago
Vittorio Giovara 8487987b87 h264: Print user data SEI under normal debug verbosity 9 years ago
Michael Niedermayer 91ca8105dd avcodec/h264_sei: Remove "Subtitles with data type 0x%02x" sample request 9 years ago
Luca Barbato 61d8fa2a1a h264: Fix faulty call to avpriv_request_sample 9 years ago
John Högberg f9ab4fe1f7 h264: Discard currently unsupported registered sei 9 years ago
David Holm 80ea661128 avcodec: h264: Extract decoder methods 9 years ago
Kieran Kunhya b0017579b6 h264: Add support for Closed Caption export 9 years ago
Kieran Kunhya 8234f0e3b4 avcodec: Add support for Closed Caption export in h264 10 years ago
Nicolas DEROUINEAU 04a68f4348 avcodec/h264: Greenmetadata SEI parsing 10 years ago
Vittorio Giovara 271ce76d31 h264: Parse registered data SEI message and AFD value 10 years ago
Vittorio Giovara 0bfab80a0d h264_sei: Group error check outside the switch block 10 years ago
Kieran Kunhya 22291c372f avcodec: Add support for per-frame AFD output in h264 10 years ago
Michael Niedermayer 688a40b4ed avcodec/h264_sei: ff_h264_decode_sei: dont try to parse trailing zeroes 10 years ago
Vittorio Giovara 7ab551f9fd h264: prevent theoretical infinite loop in SEI parsing 10 years ago
Vittorio Giovara 18e3d61e9e h264: parse display orientation SEI message 11 years ago
Michael Niedermayer 19c9d1e8e7 avcodec/h264: in the absence of recovery points, be more tolerant on accepting plain I frames 11 years ago
Vittorio Giovara 066ad24984 h264_sei: reorder headers 11 years ago
Vittorio Giovara 304e916a92 h264_sei: name buffering period type consistently 11 years ago
Vittorio Giovara 3d9fc21e59 h264: Refactor decode_frame_packing_arrangement 11 years ago
Vittorio Giovara 5b10ef729f h264: parse frame packing arrangement SEI messages and save relevant stereo3d information 11 years ago
Michael Niedermayer 6565b1ad97 avcodec/h264_sei: make SEI type truncated message more informative 11 years ago
Michael Niedermayer 84df6d6a85 h264_sei: check SEI size 11 years ago
Vittorio Giovara 26179964ff h264_sei: log unknown sei messages 11 years ago
Diego Biurrun 2a61592573 avcodec: Remove some commented-out debug cruft 11 years ago
Vittorio Giovara 0d8b943d20 h264_sei: Return meaningful values 11 years ago
Vittorio Giovara b18412171f h264_sei: K&R formatting cosmetics 11 years ago
Diego Biurrun 4c7fd58f8a h264_sei: Remove pointless old comment 11 years ago
Michael Niedermayer 682e8a694f avcodec/h264_sei: Try to make code more robust by jumping to the specified SEI ends 11 years ago
Michael Niedermayer 118a1c2f4c avcodec/ff_h264_decode_sei: use skip_bits_long() 11 years ago
Michael Niedermayer 45da7a0e8f avcodec/ff_h264_decode_sei: Check SEI size 11 years ago
Michael Niedermayer 80c873a87e avcodec/ff_h264_decode_sei: fix integer overflow with size. 11 years ago