---
libavcodec/smc.c |7 +++
1 file changed, 7 insertions(+)
diff --git a/libavcodec/smc.c b/libavcodec/smc.c
index 3cb4834..fc1d308 100644
--- a/libavcodec/smc.c
+++ b/libavcodec/smc.c
@@ -421,6 +421,13 @@ static av_cold int smc_decode_init(AVCodecContext *avctx)
s->avctx = avctx;
---
libavcodec/tiertexseqv.c |7 +++
1 file changed, 7 insertions(+)
diff --git a/libavcodec/tiertexseqv.c b/libavcodec/tiertexseqv.c
index af39f74..2d0fa98 100644
--- a/libavcodec/tiertexseqv.c
+++ b/libavcodec/tiertexseqv.c
@@ -222,6 +222,13 @@ static av_cold int seqvideo_decode_init(AV
sms: check for frame dimensions
0001-smc-check-for-frame-dimensions.patch
Description: 0001-smc-check-for-frame-dimensions.patch
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
---
libavcodec/msrle.c |7 +++
1 file changed, 7 insertions(+)
diff --git a/libavcodec/msrle.c b/libavcodec/msrle.c
index adb55b1..cd952a8 100644
--- a/libavcodec/msrle.c
+++ b/libavcodec/msrle.c
@@ -71,6 +71,13 @@ static av_cold int msrle_decode_init(AVCodecContext *avctx)
retur
---
libavcodec/qtrle.c |7 +++
1 file changed, 7 insertions(+)
diff --git a/libavcodec/qtrle.c b/libavcodec/qtrle.c
index 670690d..1cceeff 100644
--- a/libavcodec/qtrle.c
+++ b/libavcodec/qtrle.c
@@ -415,6 +415,13 @@ static av_cold int qtrle_decode_init(AVCodecContext *avctx)
ret
---
libavcodec/dsicinvideo.c |7 +++
1 file changed, 7 insertions(+)
diff --git a/libavcodec/dsicinvideo.c b/libavcodec/dsicinvideo.c
index aa08041..d0f79d9 100644
--- a/libavcodec/dsicinvideo.c
+++ b/libavcodec/dsicinvideo.c
@@ -73,6 +73,13 @@ static av_cold int cinvideo_decode_init(AVCo
---
libavcodec/msvideo1.c |7 +++
1 file changed, 7 insertions(+)
diff --git a/libavcodec/msvideo1.c b/libavcodec/msvideo1.c
index 29700f5..04c5ebb 100644
--- a/libavcodec/msvideo1.c
+++ b/libavcodec/msvideo1.c
@@ -73,6 +73,13 @@ static av_cold int msvideo1_decode_init(AVCodecContext
*av
---
libavcodec/cinepak.c |7 +++
1 file changed, 7 insertions(+)
diff --git a/libavcodec/cinepak.c b/libavcodec/cinepak.c
index 9b00774..3713ec0 100644
--- a/libavcodec/cinepak.c
+++ b/libavcodec/cinepak.c
@@ -430,6 +430,13 @@ static av_cold int cinepak_decode_init(AVCodecContext
*avctx)
Fixes invalid writes when there are more blocks in a run than total remaining
blocks
(see CVE-2014-8548)
---
libavcodec/rpza.c |5 +
1 file changed, 5 insertions(+)
diff --git a/libavcodec/rpza.c b/libavcodec/rpza.c
index b71ebd1..7cb6b89 100644
--- a/libavcodec/rpza.c
+++ b/libavcodec/