ffmpeg | branch: master | Muhammad Faiz | Wed Jul 5
12:33:22 2017 +0700| [1af615683e4a1a858407afbaa2fd686842da7e49] | committer:
Muhammad Faiz
avcodec/fft_template: use ff_thread_once on costable initialization
Make it thread-safe and avoid redundant initialization.
Reviewed-by: Rostislav Pe
ffmpeg | branch: master | Derek Buitenhuis | Fri
Jul 7 10:08:18 2017 +0800| [2d417076a2a7e7d15c239cd63646dae27ed5c126] |
committer: Steven Liu
avformat/hlsenc: Add missing error check
Reviewed-by: Steven Liu
Signed-off-by: Derek Buitenhuis
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a
ffmpeg | branch: master | Steven Liu | Fri Jul 7
10:05:54 2017 +0800| [23e21130bbbe3f9c7ee9050e3a720b6ba2767022] | committer:
Steven Liu
avformat/hlsenc: add warn message when use both fmp4 and single_file
have not implementation the fmp4 single file yet before this commit.
Suggested-by: Der
ffmpeg | branch: master | Wan-Teh Chang | Thu
Jul 6 09:42:24 2017 -0700| [dc11a467e622d78330295d3973999c4d2d6beb03] |
committer: Michael Niedermayer
ffmpeg: Fix typos in the comment for decode() ("." vs. "->")
pkt is a pointer, so it should be dereferenced with the -> operator.
Signed-off-by
ffmpeg | branch: master | Rafaël Carré | Thu Jul 6
13:04:03 2017 +0200| [3b9cf943c97f95368db92a8983a888b441925f18] | committer:
Michael Niedermayer
h264dec: remove unneeded prototype
Signed-off-by: Michael Niedermayer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3b9cf943c97f9
ffmpeg | branch: master | Derek Buitenhuis | Thu
Jul 6 13:23:06 2017 -0400| [fde9013ab42411ee2015811c28e8921828a81702] |
committer: Derek Buitenhuis
mpegtsenc: Don't pass NULL to memcpy
Signed-off-by: Derek Buitenhuis
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fde9013ab4241
ffmpeg | branch: master | Ricardo Constantino | Tue Jul 4
19:01:22 2017 +0100| [3b3501f75cb20b9f7abf43a3a9b1c3de595bc588] | committer:
Derek Buitenhuis
configure: require pkg-config for libvorbis
libvorbis comes with pkg-config files since at least v1.0.1, way back in 2003.
We need the two c
ffmpeg | branch: master | Derek Buitenhuis | Thu
Jul 6 13:15:00 2017 -0400| [99c68861f9c79033e09ad842e2651a4b3aea95ea] |
committer: Derek Buitenhuis
concatdec: Do not pass NULL to memcmp
Signed-off-by: Derek Buitenhuis
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=99c68861f9c7
ffmpeg | branch: master | wm4 | Mon Jul 3 13:42:44
2017 +0200| [f605b56ad9c5965792359e5474238e318aed1399] | committer: wm4
htmlsubtitles: support tag
Some .srt files use this tag.
(An alternative implementation would be correctly ignoring unknown tags,
and treating them as whitespace. libass