ffmpeg | branch: master | Steven Liu | Wed Mar 15
07:37:11 2017 +0800| [e90ad882819cc46add0ea5ad2cef81490cef96c4] | committer:
Steven Liu
avformat/hlsenc: fix duration wrong when no pkt duration
when cannot get pkt duration, hlsenc segments duration will
be set to 0, this patch can fix it.
Si
ffmpeg | branch: master | wm4 | Thu Mar 9 15:43:30
2017 +0100| [55eab1733b9e730ceac33edce9aab56c17ea87b2] | committer: wm4
ffmpeg, ffprobe: don't "merge" side data into packet data by default
Preparation for potentially disabling merged side data by default in the
libs. Do this in particular b
ffmpeg | branch: master | Alexander Strasser | Sat Mar 11
15:43:39 2017 +0100| [a70d5e25936424112ecbeb1c304100e68bce0faa] | committer:
Alexander Strasser
lavf/avio: Be more explicit in logging white/black list matches
The current form of the messages indicating matches in the white
or black li
ffmpeg | branch: master | Alexander Strasser | Sat Mar 11
12:02:32 2017 +0100| [6693d57e99d9bde450b145024f025e5c5349c3a0] | committer:
Alexander Strasser
lavf/avio: Remove unnecessary escaping of ' in string literals
Signed-off-by: Alexander Strasser
> http://git.videolan.org/gitweb.cgi/ffmp
ffmpeg | branch: master | Michael Niedermayer | Mon
Mar 13 20:45:07 2017 +0100| [0728d9a281068add5898a8b51cd9c6f3b973ea31] |
committer: Michael Niedermayer
avcodec/pictordec: Fix runtime error: left shift of 805306368 by 2 places
cannot be represented in type 'int'
Fixes: 823/clusterfuzz-test
ffmpeg | branch: master | Michael Niedermayer | Mon
Mar 13 20:45:09 2017 +0100| [8ebed703f153e979edb2156754c8bdac4d5d6266] |
committer: Michael Niedermayer
avcodec/mpegaudiodec_template: Make l3_unscale() work with e=0
Fixes undefined behavior
Fixes: 830/clusterfuzz-testcase-6253175327686656
ffmpeg | branch: master | Michael Niedermayer | Mon
Mar 13 20:45:08 2017 +0100| [108b02e5471c1dae248200db694aba9b7b8555a8] |
committer: Michael Niedermayer
avcodec/tiff: Check for multiple geo key directories
Fixes memleak
Fixes: 826/clusterfuzz-testcase-5316921379520512
Found-by: continuous
ffmpeg | branch: master | Katherine Nagels | Mon Mar 13
11:57:11 2017 +1300| [b2206475b45950954c3af38dc09722c7b217611d] | committer:
Lou Logan
doc/filters: Add colourspace values for colormatrix filter
Reviewed-by: Michael Niedermayer
Signed-off-by: Kieran Kunhya
> http://git.videolan.org/g
ffmpeg | branch: master | Steven Liu | Tue Mar 14
18:11:20 2017 +0800| [4e3cc4bdd8acedbcc703607ed0efbb64bb5c3cc4] | committer:
Steven Liu
avformat/flvenc: flx flvflags no_metadata bug
When use flvflags no_metadata , the FLV header will be cover by write tailer
This commit fix the bug
Signed-o