[FFmpeg-cvslog] ffmpeg: log error message when shutting down from too many signals

2015-06-25 Thread rogerdpack
ffmpeg | branch: master | rogerdpack | Thu Jun 25 12:22:10 2015 +0200| [1bcdac2da3ca228d9ba2334e26fa314e2abd45b2] | committer: Michael Niedermayer ffmpeg: log error message when shutting down from too many signals write() suggested by wm4 Signed-off-by: Michael Niedermayer > http://git.video

[FFmpeg-cvslog] electronicarts: demux alpha stream

2015-06-25 Thread Peter Ross
ffmpeg | branch: master | Peter Ross | Thu Jun 25 15:05:07 2015 +1000| [803bdc546942890ce71e6bbcd339b964fb076c79] | committer: Michael Niedermayer electronicarts: demux alpha stream Electronic Arts VP6 files may contain two video streams: one for the primary video stream and another for the al

[FFmpeg-cvslog] electronicarts: move video stream properties into dedicated structure

2015-06-25 Thread Peter Ross
ffmpeg | branch: master | Peter Ross | Thu Jun 25 15:04:58 2015 +1000| [a2517fca1e7dc5e0ff63c8490b5c92a9298f5837] | committer: Michael Niedermayer electronicarts: move video stream properties into dedicated structure This is required for the alpha stream demux patch. Signed-off-by: Peter Ross

[FFmpeg-cvslog] modify exit message when signaled

2015-06-25 Thread rogerdpack
ffmpeg | branch: master | rogerdpack | Thu Jun 25 00:24:31 2015 -0600| [87961eff23abf710b575488ac62ee7d121a4ea07] | committer: Michael Niedermayer modify exit message when signaled Signed-off-by: rogerdpack Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] configure: Fix ranlib failure with older cross toolchains

2015-06-25 Thread Shawn Rainey
ffmpeg | branch: master | Shawn Rainey | Thu Jun 25 11:01:12 2015 -0400| [2c77ca459e9c9aceee5ed93f8dd8de09e9fbf8df] | committer: Michael Niedermayer configure: Fix ranlib failure with older cross toolchains Cross-compile toolchains without support for ranlib -D would fail. This fixes the confi

[FFmpeg-cvslog] lavc+doc: adjust names to reflect ADPCM THP not being GameCube-only

2015-06-25 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Tue Jun 23 12:35:34 2015 -0500| [388a6f581ab64f75c9f7957442b74cecd59fb14c] | committer: Michael Niedermayer lavc+doc: adjust names to reflect ADPCM THP not being GameCube-only Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] lavf/brstm: expose the loop point when present

2015-06-25 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Tue Jun 23 12:35:33 2015 -0500| [0643b4bf74a44c9e24cd75a2b99f9d1fd128e4f6] | committer: Michael Niedermayer lavf/brstm: expose the loop point when present Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0

[FFmpeg-cvslog] avcodec/evrc: make it possible to disable postfilter

2015-06-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jun 24 06:03:51 2015 +| [cdcf637d56c69bf43915cb9078f533e86f83bf10] | committer: Paul B Mahol avcodec/evrc: make it possible to disable postfilter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cdcf637d56

[FFmpeg-cvslog] ffmpeg: Use 2 instead of STDERR_FILENO

2015-06-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jun 25 23:43:18 2015 +0200| [8c22143e7e006bb66bc380a874ceb609b62d8997] | committer: Michael Niedermayer ffmpeg: Use 2 instead of STDERR_FILENO STDERR_FILENO is not available on windows Signed-off-by: Michael Niedermayer > http://git.videol

[FFmpeg-cvslog] avcodec/jpeg2000: Remove CBLK limit

2015-06-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 26 00:14:01 2015 +0200| [f1e173049ecc9de03817385ba8962d14cba779db] | committer: Michael Niedermayer avcodec/jpeg2000: Remove CBLK limit This also reduces the amount of memory needed Fixes Ticket4672 The new code seems slightly faster as

[FFmpeg-cvslog] avcodec/vdpau: Support for VDPAU accelerated HEVC decoding

2015-06-25 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sat Jun 13 09:42:48 2015 -0700| [6e5e139fe37063e64568c5ebc43b6c7c9d8eb3ec] | committer: Philip Langdale avcodec/vdpau: Support for VDPAU accelerated HEVC decoding This change introduces basic support for HEVC decoding through vdpau. Right now, there