mediamtx/internal/formatprocessor
aler9 59c0ef520f fix crash when H264 or H265 parameters are nil (#1155)
in H264 and H264, parameters (VPS, SPS and PPS) are automatically
prepended to random access units. When parameters were nil, they were
prepended anyway, leading to a crash. Parameters are not prepended only
if they are valid.
2023-01-05 13:13:19 +01:00
..
generic.go move format processors into dedicated folder 2023-01-05 12:54:00 +01:00
generic_test.go move format processors into dedicated folder 2023-01-05 12:54:00 +01:00
h264.go fix crash when H264 or H265 parameters are nil (#1155) 2023-01-05 13:13:19 +01:00
h264_test.go fix crash when H264 or H265 parameters are nil (#1155) 2023-01-05 13:13:19 +01:00
h265.go fix crash when H264 or H265 parameters are nil (#1155) 2023-01-05 13:13:19 +01:00
h265_test.go fix crash when H264 or H265 parameters are nil (#1155) 2023-01-05 13:13:19 +01:00
mpeg4audio.go move format processors into dedicated folder 2023-01-05 12:54:00 +01:00
opus.go move format processors into dedicated folder 2023-01-05 12:54:00 +01:00
processor.go move format processors into dedicated folder 2023-01-05 12:54:00 +01:00
vp8.go move format processors into dedicated folder 2023-01-05 12:54:00 +01:00
vp9.go move format processors into dedicated folder 2023-01-05 12:54:00 +01:00