[FFmpeg-cvslog] avformat/adtsenc: allow only AAC streams

2018-01-14 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Jan 14 17:48:23 2018 +0530| [96f94624e0a1a91134bd8e1e3127080b81716f6f] | committer: James Almer avformat/adtsenc: allow only AAC streams The ADTS muxer will silently (attempt to) mux any audio stream passed to it. Patch adds a codec check. Signed-off

[FFmpeg-cvslog] avformat/adtsenc: add adts_init()

2018-01-14 Thread James Almer
ffmpeg | branch: master | James Almer | Mon May 29 18:12:51 2017 -0300| [02dba49dd3f02c0b2d4f4740597a3062d6c4981c] | committer: James Almer avformat/adtsenc: add adts_init() Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=02dba49dd3f02c0b2d4f4740597a3062

[FFmpeg-cvslog] dashdec: Expose bandwidth and representation ID as metadata

2018-01-14 Thread sfan5
ffmpeg | branch: master | sfan5 | Sun Jan 14 22:33:57 2018 +0800| [66e551eafb8d202f37ba5a2bbe03741966a9e241] | committer: Steven Liu dashdec: Expose bandwidth and representation ID as metadata The primary goal was making it viable to play YouTube/Vimeo/... videos using the native demuxer, since

[FFmpeg-cvslog] dashdec: Support for multiple video/audio streams

2018-01-14 Thread sfan5
ffmpeg | branch: master | sfan5 | Sun Jan 14 22:34:43 2018 +0800| [94cc16499ff1309386ca1d77aac0627e16ffa917] | committer: Steven Liu dashdec: Support for multiple video/audio streams Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=94cc16499ff1309386ca1d77

[FFmpeg-cvslog] dashdec: Search for segment timeline inside AdaptionSets too

2018-01-14 Thread sfan5
ffmpeg | branch: master | sfan5 | Sun Jan 14 22:35:31 2018 +0800| [bb0cc2e7bd6d6cc79413ed898e405c1b11c47759] | committer: Steven Liu dashdec: Search for segment timeline inside AdaptionSets too > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bb0cc2e7bd6d6cc79413ed898e405c1b11c47759

[FFmpeg-cvslog] dashdec: Correct seeking behaviour

2018-01-14 Thread sfan5
ffmpeg | branch: master | sfan5 | Sun Jan 14 22:36:02 2018 +0800| [74b143d81fa38cd4f05a0db889a19a2cb7ff226c] | committer: Steven Liu dashdec: Correct seeking behaviour dash_read_seek() is called only once to issue a seek of *all* streams to the specified timestamp. But to avoid reopening each s

[FFmpeg-cvslog] dashdec: Support SegmentTemplate inside Period

2018-01-14 Thread sfan5
ffmpeg | branch: master | sfan5 | Sun Jan 14 23:02:26 2018 +0800| [57dbabd9c13b9770d2447a2168a1acccd7296827] | committer: Steven Liu dashdec: Support SegmentTemplate inside Period Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=57dbabd9c13b9770d2447a2168a

[FFmpeg-cvslog] dashdec: Avoid trying to read any segments beyond the last

2018-01-14 Thread sfan5
ffmpeg | branch: master | sfan5 | Sun Jan 14 23:01:45 2018 +0800| [01d74c405564bb4846bf894bb928ae542273cfe8] | committer: Steven Liu dashdec: Avoid trying to read any segments beyond the last Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=01d74c405564bb4

[FFmpeg-cvslog] avfilter/vf_idet: added more YUVA formats to idet query_formats

2018-01-14 Thread Robert Nagy
ffmpeg | branch: master | Robert Nagy | Sat Jan 13 16:51:43 2018 +0100| [856b7cae9f40c094be6a1dfa73eb57295838496c] | committer: Michael Niedermayer avfilter/vf_idet: added more YUVA formats to idet query_formats Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.g