[FFmpeg-cvslog] hevc: fix wpp threading deadlock.

2015-09-21 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Sun Sep 20 12:39:14 2015 +0200| [74e4948235bc8f8946eeca20525258bbf383f75d] | committer: Ronald S. Bultje hevc: fix wpp threading deadlock. Fixes ticket 4258. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=74e4948235bc8f8946eeca20525258

[FFmpeg-cvslog] vp9: fix loopfilter test code to address Hendrik's comments.

2015-09-21 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Sun Sep 20 12:20:39 2015 +0200| [350e9c6765f0fd619a31c1a0f71483bf67dfa7bb] | committer: Ronald S. Bultje vp9: fix loopfilter test code to address Hendrik's comments. (I forgot to actually merge them into the patch I just pushed.) > http://git.video

[FFmpeg-cvslog] x86/vp9dsp: fix local header include

2015-09-21 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Sep 21 14:37:32 2015 -0300| [7086154aaa24039f313b98cfb610dfc5429c9302] | committer: James Almer x86/vp9dsp: fix local header include Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7086154aaa24039f313b98cfb610d

[FFmpeg-cvslog] x86/vp9dsp: add missing header include

2015-09-21 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Sep 21 14:34:08 2015 -0300| [91fcb10f081519e95cf28c465b6d098a0b4b6f2a] | committer: James Almer x86/vp9dsp: add missing header include Fixes make checkheaders Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=91

[FFmpeg-cvslog] avformat/assdec: do not drop duplicate subtitles

2015-09-21 Thread wm4
ffmpeg | branch: master | wm4 | Mon Sep 21 13:44:37 2015 +0200| [265d2a73d6dabba84405ab2e4b5cd1e75908f9b8] | committer: wm4 avformat/assdec: do not drop duplicate subtitles Duplicates are perfectly legitimate with this format. A correct renderer will typically show them stacked. > http://git.v

[FFmpeg-cvslog] avformat/subtitles: make dropping duplicate events optional

2015-09-21 Thread wm4
ffmpeg | branch: master | wm4 | Mon Sep 21 13:42:48 2015 +0200| [c216324a7f958f09a7ee68c5cca28fdd166fba9d] | committer: wm4 avformat/subtitles: make dropping duplicate events optional > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c216324a7f958f09a7ee68c5cca28fdd166fba9d --- liba

[FFmpeg-cvslog] avformat/vobsub: do not attempt to check duplicate subtitles

2015-09-21 Thread wm4
ffmpeg | branch: master | wm4 | Mon Sep 21 13:43:32 2015 +0200| [5c93e57f5c07b52f04363c178c4fc1892c0d71aa] | committer: wm4 avformat/vobsub: do not attempt to check duplicate subtitles Some .idx files actually contain duplicate subtitle events: timestamp: 00:07:52:600, filepos: 4e800 times

[FFmpeg-cvslog] avcodec/dvdsubdec: fix indentation

2015-09-21 Thread wm4
ffmpeg | branch: master | wm4 | Mon Sep 21 13:46:34 2015 +0200| [4ed5a73a7ebc811ded496c4bbf6d8f631b166519] | committer: wm4 avcodec/dvdsubdec: fix indentation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4ed5a73a7ebc811ded496c4bbf6d8f631b166519 --- libavcodec/dvdsubdec.c |2

[FFmpeg-cvslog] avformat/vobsub: compare correct packet stream IDs

2015-09-21 Thread wm4
ffmpeg | branch: master | wm4 | Mon Sep 21 12:09:08 2015 +0200| [a47ad06baf6c0db6d47a5531d6d4ee0511f44eac] | committer: Michael Niedermayer avformat/vobsub: compare correct packet stream IDs The stream ID is essentially an arbitrary number defined by the .idx file headers. They have to match t

[FFmpeg-cvslog] configure: silence error if tput not found

2015-09-21 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Sep 20 21:50:17 2015 -0400| [a0e6e471db25498a09586cfb0861e7753b460ebe] | committer: Michael Niedermayer configure: silence error if tput not found If tput is not found for colorizing, error message should be squashed. Signed-off-by: Ganesh Aj