On 12/21/17 7:45 PM, Carl Eugen Hoyos wrote:
2017-12-21 11:09 GMT+01:00 Karthick J :
if (target_duration <= duration)
-target_duration = hls_get_int_from_double(duration);
+target_duration = lrint(duration);
If this patch gets committed, please m
On 12/21/17 9:11 AM, 刘歧 wrote:
On 19 Dec 2017, at 16:49, 刘歧 wrote:
On 19 Dec 2017, at 14:58, Karthick J wrote:
From: Karthick Jeyapal
---
libavformat/hlsenc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index e3442c3..5ee28ea 100644
On 12/19/17 11:32 AM, 刘歧 wrote:
On 19 Dec 2017, at 12:11, Karthick Jeyapal wrote:
On 12/19/17 9:29 AM, 刘歧 wrote:
On 19 Dec 2017, at 11:55, Karthick Jeyapal wrote:
On 12/18/17 2:17 PM, Steven Liu wrote:
Signed-off-by: Steven Liu
---
libavformat/hlsenc.c | 23
On 12/19/17 9:29 AM, 刘歧 wrote:
On 19 Dec 2017, at 11:55, Karthick Jeyapal wrote:
On 12/18/17 2:17 PM, Steven Liu wrote:
Signed-off-by: Steven Liu
---
libavformat/hlsenc.c | 23 ---
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/libavformat
On 12/18/17 2:17 PM, Steven Liu wrote:
Signed-off-by: Steven Liu
---
libavformat/hlsenc.c | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 0cb75ff198..636b7db183 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/h
On 12/18/17 2:17 PM, Steven Liu wrote:
Signed-off-by: Steven Liu
---
libavformat/hlsenc.c | 23 ---
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 0eebcb4462..0cb75ff198 100644
--- a/libavformat/hlsenc.c
On 12/18/17 2:17 PM, Steven Liu wrote:
Signed-off-by: Steven Liu
---
libavformat/hlsenc.c | 24
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index f51fec1030..0eebcb4462 100644
--- a/libavformat/hlsenc.c
On 12/18/17 2:17 PM, Steven Liu wrote:
fix ticket id: 6888
Signed-off-by: Steven Liu
---
libavformat/hlsenc.c | 72
1 file changed, 62 insertions(+), 10 deletions(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index e3442c3
On 12/15/17 9:36 PM, Karthick J wrote:
From: Karthick Jeyapal
---
libavformat/dashenc.c | 67 +--
1 file changed, 54 insertions(+), 13 deletions(-)
diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
index 5687530..e7d1a0d 100644
On 12/15/17 7:58 PM, Steven Liu wrote:
Patchset LGTM, i will push it after 24 hours if there are no objections.
Thanks for the reply.
But that patchset doesn’t apply with the latest master anymore.
I have rebased this patchset and sent a new version v2.
Patchset pushed,
BTW, Your patchset
On 12/14/17 1:46 PM, 刘歧 wrote:
On 14 Dec 2017, at 16:07, Karthick Jeyapal wrote:
On Nov 30, 2017, at 2:36 PM, Karthick J wrote:
From: Karthick Jeyapal
Before this patch persistent http connections would work only for media
segments.
The playlists were still opening a new connection
> On Nov 30, 2017, at 2:36 PM, Karthick J wrote:
>
>
> From: Karthick Jeyapal
>
>
> Before this patch persistent http connections would work only for media
> segments.
> The playlists were still opening a new connection everytime.
> This patch extends
12 matches
Mail list logo