Files
ffmpeg/libavcodec
Mark Thompson 4cc367bf9d vaapi_encode_h264: Properly set constraint flags
constraint_set1_flag should be set for constrained baseline and main
profiles, because the stream conforms to main profile.

constraint_set3_flag should be set for high profile when the stream
is intra-only.

constraint_set4_flag should always be set for main and high profiles
because interlaced encoding is not supported.

constraint_set5_flag should be set for main and high profiles when
B-frames are not used.

Also fix the setting of max_num_ref_frames - use the gop_size value
to check for intra-only rather than the constraint flag (which is not
necessarily set).
2018-09-23 14:42:34 +01:00
..
2018-09-23 15:25:50 +02:00
2018-04-30 21:50:12 +02:00
2018-08-28 04:25:35 +01:00
2018-08-08 00:13:13 +05:30
2018-07-22 10:19:03 +02:00
2018-07-18 13:59:25 +02:00
2018-04-19 22:59:40 +02:00
2018-04-25 23:09:47 +02:00
2018-09-09 11:35:14 +02:00
2018-09-23 15:25:50 +02:00
2018-09-23 15:25:50 +02:00
2018-08-21 11:52:06 +02:00
2018-05-25 20:09:22 +02:00
2018-09-09 22:58:26 +02:00
2018-09-23 15:25:50 +02:00
2018-07-27 20:07:45 +08:00
2018-03-29 00:05:52 -03:00
2018-08-22 11:36:19 +02:00
2018-05-10 23:03:50 +02:00
2018-09-14 21:36:21 +02:00
2018-05-05 21:35:31 +02:00
2018-09-08 21:21:50 +02:00
2018-04-25 22:07:20 +02:00
2018-09-23 15:25:50 +02:00