[FFmpeg-devel] [PATCH] lavf/mov: support gopro hero moments udta tag

2016-10-18 Thread Jean Caillé
From: Jean Caillé <j...@stupeflix.com> --- libavformat/mov.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index cd3e46a..011eb77 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -268,6 +268,23 @@ stat

[FFmpeg-devel] [PATCH 1/2] lavf/mov: support gopro firmware udta tag

2016-10-10 Thread Jean Caillé
From: Jean Caillé <j...@stupeflix.com> --- libavformat/mov.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index a15c8d1..add1812 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -298,6 +298,7 @@ static int mov_read_udta_string(MOVCont

[FFmpeg-devel] [PATCH 1/2] lavf/mov: support gopro firmware udta tag

2016-10-10 Thread Jean Caillé
From: Jean Caillé <j...@stupeflix.com> --- libavformat/mov.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index a15c8d1..add1812 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -298,6 +298,7 @@ static int mov_read_udta_string(MOVCont

[FFmpeg-devel] Adding support from some GoPro udta tags

2016-10-10 Thread Jean Caillé
Hello, GoPro sets some specific udta tags in their videos. Two of those are the FIRM and HMMT udta tags. The FIRM tag is a string containing the firmware version. Tht MHHT tag contains a number of "Hero Moments" tags. Those moments are set by the user while recording and can be used to help

[FFmpeg-devel] [PATCH 2/2] lavf/mov: support gopro hero moments udta tag

2016-10-10 Thread Jean Caillé
From: Jean Caillé <j...@stupeflix.com> --- libavformat/mov.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index add1812..3e73320 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -268,6 +268,23 @@ stat