[FFmpeg-devel] [PATCH 0/1] avformat/dashenc: Added #EXT-X-PROGRAM-DATE-TIME to HLS playlists

2019-03-05 Thread joepadmiraal
This is the third attempt for a patch that adds the #EXT-X-PROGRAM-DATE-TIME tag to HLS playlists when using the Dash muxer. Thanks for reviewing the previous patches. I used both a _ms and a _s variable to be in line with format_date_now(). However this is redundant in my use case so I changed

[FFmpeg-devel] [PATCH 0/1] avformat/dashenc: Added #EXT-X-PROGRAM-DATE-TIME to HLS playlists

2019-03-01 Thread joepadmiraal
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

[FFmpeg-devel] [PATCH 0/1] avformat/dashenc: Added #EXT-X-PROGRAM-DATE-TIME to HLS playlists

2019-02-21 Thread joepadmiraal
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(-) --

[FFmpeg-devel] [PATCH 0/1] avformat/dashenc: Added #EXT-X-PROGRAM-DATE-TIME to HLS playlists

2019-02-21 Thread joepadmiraal
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(-) --