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_test.go
generic.go
h264_test.go fix crash when H264 or H265 parameters are nil (#1155) 2023-01-05 13:13:19 +01:00
h264.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
h265.go fix crash when H264 or H265 parameters are nil (#1155) 2023-01-05 13:13:19 +01:00
mpeg4audio.go
opus.go
processor.go
vp8.go
vp9.go