Re: [FFmpeg-devel] [PATCH] Support for zulu timezone format for PDT in HLS playlists

2019-10-25 Thread Ole Andre Birkedal
I think this is the best solution, with just one new flag +utc_pdt that will force timestamps of PDT to be in UTC with the format -MM-DDThh:mm:ssZ. Too many flags will be confusing, and the "zulu" name can be a bit confusing so I removed any mention of that. Ole Andr

Re: [FFmpeg-devel] [PATCH] Support for zulu timezone format for PDT in HLS playlists

2019-10-25 Thread Ole Andre Birkedal
many arguments in my opinion, but that's for another day :) I'm preparing a couple of patches that I'll share in this thread and we can take it from there. Ole Andre Birkedal ‐‐‐ Original Message ‐‐‐ On Thursday, October 24, 2019 5:41 PM, Marton Balint wrote: > > > O

Re: [FFmpeg-devel] [PATCH] Support for zulu timezone format for PDT in HLS playlists

2019-10-24 Thread Ole Andre Birkedal
milar settings there. Thanks for the feedback, Ole Andre Birkedal ‐‐‐ Original Message ‐‐‐ On Wednesday, October 23, 2019 2:50 PM, Marton Balint wrote: > > > On Wed, 23 Oct 2019, Marton Balint wrote: > > > On Wed, 23 Oct 2019, Ole Andre Birkedal wrote: > > > >

Re: [FFmpeg-devel] [PATCH] Support for zulu timezone format for PDT in HLS playlists

2019-10-23 Thread Ole Andre Birkedal
Thanks for the feedback, attached new complete patch with code changes + added documentation for it Ole ‐‐‐ Original Message ‐‐‐ On Wednesday, October 23, 2019 4:32 AM, Steven Liu wrote: > > > > 在 2019年10月22日,18:37,Ole Andre Birkedal birke...@extab.net 写道: > > Some

[FFmpeg-devel] [PATCH] Support for zulu timezone format for PDT in HLS playlists

2019-10-22 Thread Ole Andre Birkedal
-10-22T10:27:54.000Z Ole Andre Birkedal zulu_timezone.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ

[FFmpeg-devel] [PATCH] Feature for setting custom HTTP headers on the DASH muxer

2019-10-16 Thread Ole Andre Birkedal
o the Authorization header. Attaching patch and the base64 encoded version, not sure which is preferred. Ole Andre Birkedal 0001-Feature-for-setting-custom-HTTP-headers-on-the-DASH-.patch Description: Binary data attachment.bin Description: application/macb

[FFmpeg-devel] [PATCH] Added id tag to the element of DASH manifests

2016-05-27 Thread Ole Andre Birkedal
here: http://www-itec.uni-klu.ac.at/dash/?page_id=605 Also adding the patch as an attachment to this email. Ole Andre Birkedal 0001-Adding-id-attribute-to-Period-tag-of-DASH-manifest.-.patch Description: Binary data ___ ffmpeg-devel mailing list ff

Re: [FFmpeg-devel] [PATCH] Fixed memory leak in EvalContext::channel_values

2015-03-11 Thread Ole Andre Birkedal
I'm not familiar with writing fate tests but it's something I'll look into - Ole Andre Birkedal 2015-03-10 14:42 GMT+01:00 Michael Niedermayer : > On Tue, Mar 10, 2015 at 02:23:26PM +0100, Ole Andre Birkedal wrote: > > There are some doubles being allocated in aeva

[FFmpeg-devel] [PATCH] Fixed memory leak in EvalContext::channel_values

2015-03-10 Thread Ole Andre Birkedal
There are some doubles being allocated in aeval_config_output which is called by avfilter_graph_config. They are not being deleted and I am (on my filter graph) seeing two doubles (16 bytes on my system) of leaked memory. - Ole Andre Birkedal From e4c6316a2d90624277f933fe64b5c8397793b6ca Mon Sep

[FFmpeg-devel] [PATCH] Fixed the output format in sexagesimal to match the documentation

2015-03-05 Thread Ole Andre Birkedal
There is an issue in ffprobe when extracting the duration in sexagesimal format, example: ffprobe test.mp4 -show_entries format=duration -v quiet -of csv="p=0" -sexagesimal Output is "0:02:07.896000" when it should be "00:02:07.896000&quo