---
libavformat/dashenc.c | 17 -
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
index 1b74bce060..e4f7843e03 100644
--- a/libavformat/dashenc.c
+++ b/libavformat/dashenc.c
@@ -144,6 +144,8 @@ typedef struct DASHContext {
waits until all streams are flushed before
writing the playlists.
Please review and let me know if something needs to change.
Regards,
Joep Admiraal
joepadmiraal (1):
Prevent writing manifest files multiple times
libavformat/dashenc.c | 17 -
1 file changed, 16 insertions(+), 1
This is the second attempt which prevents writing the manifest files too many
times.
I fixed the audio only case.
joepadmiraal (1):
libavformat/dashenc : Prevent writing manifest files multiple times
libavformat/dashenc.c | 19 ++-
1 file changed, 18 insertions(+), 1 deletion
---
libavformat/dashenc.c | 19 ++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
index f8d71166d4..4585a46202 100644
--- a/libavformat/dashenc.c
+++ b/libavformat/dashenc.c
@@ -145,6 +145,8 @@ typedef struct DASHContext
This patch adds the #EXT-X-PROGRAM-DATE-TIME tag to HLS playlists when using
the Dash muxer.
joepadmiraal (1):
avformat/dashenc: Added #EXT-X-PROGRAM-DATE-TIME to HLS playlists
libavformat/dashenc.c | 29 -
1 file changed, 20 insertions(+), 9 deletions
From: joepadmiraal
---
libavformat/dashenc.c | 29 -
1 file changed, 20 insertions(+), 9 deletions(-)
diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
index 37a7547b12..d0d0d6f030 100644
--- a/libavformat/dashenc.c
+++ b/libavformat/dashenc.c
@@ -122,6
From: joepadmiraal
---
libavformat/dashenc.c | 29 -
1 file changed, 20 insertions(+), 9 deletions(-)
diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
index 37a7547b12..d0d0d6f030 100644
--- a/libavformat/dashenc.c
+++ b/libavformat/dashenc.c
@@ -122,6
This patch adds the #EXT-X-PROGRAM-DATE-TIME tag to HLS playlists when using
the Dash muxer.
joepadmiraal (1):
avformat/dashenc: Added #EXT-X-PROGRAM-DATE-TIME to HLS playlists
libavformat/dashenc.c | 29 -
1 file changed, 20 insertions(+), 9 deletions
---
libavformat/dashenc.c | 23 ---
1 file changed, 20 insertions(+), 3 deletions(-)
diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
index c5e882f4ae..4ee4a0cf72 100644
--- a/libavformat/dashenc.c
+++ b/libavformat/dashenc.c
@@ -61,6 +61,7 @@ typedef struct Segment
This is the second attempt for a patch that adds the #EXT-X-PROGRAM-DATE-TIME
tag to HLS playlists when using the Dash muxer.
This time it is not increasing calculation complexity as time progresses.
joepadmiraal (1):
avformat/dashenc: Added #EXT-X-PROGRAM-DATE-TIME to HLS playlists
it.
Also removed the duration variable.
joepadmiraal (1):
avformat/dashenc: Added #EXT-X-PROGRAM-DATE-TIME to HLS playlists
libavformat/dashenc.c | 20 ++--
1 file changed, 18 insertions(+), 2 deletions(-)
--
2.17.0
___
ffmpeg-devel
---
libavformat/dashenc.c | 20 ++--
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
index c5e882f4ae..6bcdc9ba36 100644
--- a/libavformat/dashenc.c
+++ b/libavformat/dashenc.c
@@ -61,6 +61,7 @@ typedef struct Segment {
12 matches
Mail list logo