From: bevis
When reading data is slow, such as 10 bytes at a time, the header bytes will be
overwritten by the body data, resulting in an error in parsing the header.
Signed-off-by: bevis
---
libavcodec/sbc_parser.c | 34 --
1 file changed, 24 insertions(+), 10
From: bevis
During operation, the user exits and interrupts, causing pls->segment to be
released, resulting in a null pointer crash
Signed-off-by: bevis
---
libavformat/hls.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/libavformat/hls.c b/libavformat/hls.c
index 7
From: bevis
Signed-off-by: bevis
---
libavformat/hls.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/libavformat/hls.c b/libavformat/hls.c
index 72e28ab94f..0a522a4595 100644
--- a/libavformat/hls.c
+++ b/libavformat/hls.c
@@ -1979,17 +1979,18 @@ static int hls_read_h
From: bevis
Start planning to submit in two, This is my complete modification.
Signed-off-by: bevis
---
libavcodec/pthread_frame.c | 25 +
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c
index f8
From: bevis
Signed-off-by: bevis
---
libavcodec/pthread_frame.c | 23 ---
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c
index f8a01ad8cd..2babeb4a6a 100644
--- a/libavcodec/pthread_frame.c
+++ b/libavc
From: xuhuishu
Signed-off-by: xuhuishu
---
libavcodec/pthread_frame.c | 23 ---
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c
index f8a01ad8cd..2babeb4a6a 100644
--- a/libavcodec/pthread_frame.c
+++ b/