[FFmpeg-devel] [PATCH v1 1/1] avfilter/vf_tonemap: add herimte tone mapping

2022-09-08 Thread mirsfang
From: mirs Signed-off-by: mirs add tonemapping hermite,this looks close real hdr display format patch email --- libavfilter/vf_tonemap.c | 65 1 file changed, 65 insertions(+) diff --git a/libavfilter/vf_tonemap.c b/libavfilter/vf_tonemap.c index d10

[FFmpeg-devel] [PATCH v1 1/1] avfilter/vf_tonemap: add herimte tone mapping

2022-09-08 Thread mirsfang
From: mirs Signed-off-by: mirs add tonemapping hermite,this looks close real hdr display --- libavfilter/vf_tonemap.c | 65 1 file changed, 65 insertions(+) diff --git a/libavfilter/vf_tonemap.c b/libavfilter/vf_tonemap.c index d1087e6bd9..3fb2bdfa2c

[FFmpeg-devel] [PATCH v1 2/2] lavf/hls: add option for hls segment request append http get request parameters

2022-08-31 Thread mirsfang
From: mirs Signed-off-by: mirs add option for hls segment request append, default is disable --- libavformat/hls.c | 31 --- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index 3dc7bd3930..b069cde144 100644 ---

[FFmpeg-devel] [PATCH v1] lavf/hls: add option for hls segment request append http get request parameters

2022-08-31 Thread mirsfang
From: mirs Signed-off-by: mirs --- libavformat/hls.c | 31 --- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index 3dc7bd3930..3a1cc855c4 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -220,6 +220,7 @@

[FFmpeg-devel] [PATCH v1] lavf/hls: add option for hls segment request append http get request parameters

2022-08-31 Thread mirsfang
From: mirs Signed-off-by: mirs add option for hls when client reqeust segment url maybe use get parameters for user authenticatio --- libavformat/hls.c | 36 +--- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/libavformat/hls.c b/libavformat/hl