add RTP/MPEG-2 audio decoder and encoder (#257)

This commit is contained in:
Alessandro Ros
2023-04-25 17:49:23 +02:00
committed by GitHub
parent 2dc8838a6d
commit 84fcc018e0
74 changed files with 494 additions and 15 deletions

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("\x00\x0100")
bool(false)

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("000001")
bool(false)

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("\x000000000")
bool(true)

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("\x00\x00")
bool(true)

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("0")
bool(false)

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("0001")
bool(true)

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("00")
bool(true)

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("\x00\x0100")
bool(true)

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("\x00\x10\x80\x00")
bool(false)

View File

@@ -0,0 +1,3 @@
go test fuzz v1
[]byte("\x000000000")
bool(false)