[FFmpeg-devel] [PATCH v4] examples/extract_mvs.c: dont disply motionless vectors

2020-03-20 Thread numberwolf
Reviewed-by: Paul B Mahol Signed-off-by: numberwolf --- Here, don't need show motionless vectors,because they're useless. And remove comments. doc/examples/extract_mvs.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/examples/extract_mvs.c b/doc/examples/extract_m

[FFmpeg-devel] [PATCH v3] examples/extract_mvs.c: don't disply motionless vectors

2020-03-17 Thread numberwolf
Signed-off-by: numberwolf --- Here, don't need show motionless vectors,because they're useless. doc/examples/extract_mvs.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/doc/examples/extract_mvs.c b/doc/examples/extract_mvs.c index de31ccd..f6d19b7 100644 --- a/do

[FFmpeg-devel] [PATCH v2] not display motionless vectors in examples/extract_mvs.c

2020-03-16 Thread numberwolf
Here, dont need show motionless vectors,because they're useless. (Sorry about I forget to remove the 'printf' on previous version.) Signed-off-by: numberwolf --- doc/examples/extract_mvs.c | 8 1 file changed, 8 insertions(+) diff --git a/doc/examples/extract_mvs.c

[FFmpeg-devel] [PATCH v1] not display motionless vectors in examples/extract_mvs.c

2020-03-16 Thread numberwolf
dont need show motionless vectors because they're useless Signed-off-by: numberwolf --- doc/examples/extract_mvs.c | 8 1 file changed, 8 insertions(+) diff --git a/doc/examples/extract_mvs.c b/doc/examples/extract_mvs.c index de31ccd..eaf7816 100644 --- a/doc/examples/extract_

[FFmpeg-devel] [PATCH v2] Encapsulation macro to get width and height of macroblock

2020-03-16 Thread numberwolf
modify: using the IS_* macros most of mb's checked oper are defined in mpegutils' marcos, so mb's checked oper about width/height should be put it together with others Signed-off-by: numberwolf --- libavcodec/mpegutils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-

[FFmpeg-devel] [PATCH] Encapsulation func to get width and height most of mb's checked oper are defined in mpegutils' marcos, so mb's checked oper about width/height should be put it together with oth

2020-03-14 Thread numberwolf
Reviewed-by: Carl Eugen Hoyos Signed-off-by: numberwolf --- libavcodec/mpegutils.c | 4 ++-- libavcodec/mpegutils.h | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libavcodec/mpegutils.c b/libavcodec/mpegutils.c index c0ee3aa..819293c 100644 --- a/libavcodec/mpegutils.c

[FFmpeg-devel] [PATCH] remove useless mv The function which add motion info, but do not need motionless vectors, its useless. And, when u export mvs , loop oper will spend many times for useless vecto

2020-03-14 Thread numberwolf
Signed-off-by: numberwolf --- libavcodec/mpegutils.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libavcodec/mpegutils.c b/libavcodec/mpegutils.c index c0ee3aa..148d3e7 100644 --- a/libavcodec/mpegutils.c +++ b/libavcodec/mpegutils.c @@ -34,6 +34,12 @@ static

[FFmpeg-devel] [ffmpeg-devel][PATCH] Encapsulation func to get width and height

2020-03-14 Thread numberwolf
--- libavcodec/mpegutils.c | 4 ++-- libavcodec/mpegutils.h | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/libavcodec/mpegutils.c b/libavcodec/mpegutils.c index c0ee3aa..819293c 100644 --- a/libavcodec/mpegutils.c +++ b/libavcodec/mpegutils.c @@ -34,8 +34,8 @@ static int a

[FFmpeg-devel] [PATCH]libavcodec/mpegutils: remove useless mv The function which add motion info, but do not need motionless vectors, its useless. And, when u export mvs , loop oper will spend many ti

2020-03-13 Thread numberwolf
Signed-off-by: numberwolf --- libavcodec/mpegutils.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libavcodec/mpegutils.c b/libavcodec/mpegutils.c index c0ee3aa..148d3e7 100644 --- a/libavcodec/mpegutils.c +++ b/libavcodec/mpegutils.c @@ -34,6 +34,12 @@ static

[FFmpeg-devel] [PATCH] remove useless mv The function which add motion info, but do not need motionless vectors, its useless. And, when u export mvs , loop oper will spend many times for useless vecto

2020-03-13 Thread numberwolf
Signed-off-by: numberwolf --- libavcodec/mpegutils.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libavcodec/mpegutils.c b/libavcodec/mpegutils.c index c0ee3aa..148d3e7 100644 --- a/libavcodec/mpegutils.c +++ b/libavcodec/mpegutils.c @@ -34,6 +34,12 @@ static