[FFmpeg-cvslog] swscale/output: Fix "warning: assignment from incompatible pointer type"

2015-07-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jul 25 03:15:56 2015 +0200| [1909a9151cceac37a26103410fc3323a920211af] | committer: Michael Niedermayer swscale/output: Fix "warning: assignment from incompatible pointer type" Signed-off-by: Michael Niedermayer > http://git.videolan.org/gi

[FFmpeg-cvslog] avformat/async: move more code into locked area in background thread

2015-07-24 Thread Zhang Rui
ffmpeg | branch: master | Zhang Rui | Wed Jul 22 02:47:25 2015 +0800| [c0a4af408ee56e38aed32dc75749014e21261b13] | committer: Michael Niedermayer avformat/async: move more code into locked area in background thread Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avformat/async: wake up main thread before exit background thread

2015-07-24 Thread Zhang Rui
ffmpeg | branch: master | Zhang Rui | Wed Jul 22 02:47:26 2015 +0800| [8a173351895e29e842e3a299b0366faac80aff9a] | committer: Michael Niedermayer avformat/async: wake up main thread before exit background thread Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 8bebf49 web/download: update for 2.6.4

2015-07-24 Thread ffmpeg-cvslog
The branch, master has been updated via 8bebf4927b4de775bfb78b89de5dca85f07e199c (commit) from 8daf3add3f0e3e6174feefae372afce0ddfd1d78 (commit) - Log - commit 8bebf4927b4de775bfb78b89de5dca85f07e199c Author: Micha

[FFmpeg-cvslog] Tag n2.6.4 : FFmpeg 2.6.4 release

2015-07-24 Thread git
[ffmpeg] [branch: refs/tags/n2.6.4] Tag:6392ec43438a7dfa588d76023e97c61fe1f15965 > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=6392ec43438a7dfa588d76023e97c61fe1f15965 Tagger: Michael Niedermayer Date: Sat Jul 25 00:55:37 2015 +0200 FFmpeg 2.6.4 release __

[FFmpeg-cvslog] avcodec/dvdec: skip 3rd stage ac decoding when the headers indicates that the data is inconsistent

2015-07-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jul 25 00:18:05 2015 +0200| [dee551bbd280c5f43b9f100d944944c27f188549] | committer: Michael Niedermayer avcodec/dvdec: skip 3rd stage ac decoding when the headers indicates that the data is inconsistent Fixes Ticket1589 Signed-off-by: Micha

[FFmpeg-cvslog] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 intra functions

2015-07-24 Thread Shivraj Patil
ffmpeg | branch: master | Shivraj Patil | Thu Jul 23 18:43:07 2015 +0530| [e21b090bfb7b6b723ff1c28cc5bb16e7498addb2] | committer: Michael Niedermayer avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 intra functions Signed-off-by: Shivraj Patil Reviewed-by: "Ronald S. Bultje" Signed-o

[FFmpeg-cvslog] configure: fix LARGEADDRESSAWARE flag with MSVC

2015-07-24 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Fri Jul 24 13:16:43 2015 +0200| [0c0cd34f9c7df033ca4cc31e118e68ceaeb3e2bb] | committer: Michael Niedermayer configure: fix LARGEADDRESSAWARE flag with MSVC Otherwise it would get translated like a library path (-L option), which breaks setting the fl

[FFmpeg-cvslog] avcodec/aacsbr: add missing header include

2015-07-24 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jul 24 16:25:01 2015 -0300| [ede590c84d73e3e900a9c644ede9dbdffe2af7e2] | committer: James Almer avcodec/aacsbr: add missing header include Fixes make checkheaders Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/ link.exe

2015-07-24 Thread Steve Lhomme
ffmpeg | branch: master | Steve Lhomme | Fri Jul 24 09:38:04 2015 +0200| [c9edbe4af901e9bc9f05a62319637f9760df9a4a] | committer: Martin Storsjö use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exe Fallback to "link" in the path if the one next to cl is not found. Si

[FFmpeg-cvslog] Merge commit 'c9edbe4af901e9bc9f05a62319637f9760df9a4a'

2015-07-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jul 24 20:02:37 2015 +0200| [dae79a185fa53cdc6c0d1892fda857172d48c0b9] | committer: Michael Niedermayer Merge commit 'c9edbe4af901e9bc9f05a62319637f9760df9a4a' * commit 'c9edbe4af901e9bc9f05a62319637f9760df9a4a': use a wrapper script to cal

[FFmpeg-cvslog] use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/ link.exe

2015-07-24 Thread Steve Lhomme
ffmpeg | branch: master | Steve Lhomme | Fri Jul 24 09:38:04 2015 +0200| [58ed7b632842f3fedbe737c3945cabc56bab2f47] | committer: Michael Niedermayer use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exe favor link over link.exe in case some wrapper script already exis

[FFmpeg-cvslog] avcodec/dvdec: Retry decoding seemingly damaged MBs while skiping likely damaged parts

2015-07-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jul 24 17:24:57 2015 +0200| [daf6bce71be9534628a72baa5d1f1f0db281f5e5] | committer: Michael Niedermayer avcodec/dvdec: Retry decoding seemingly damaged MBs while skiping likely damaged parts Improves decoding of Ticket1589 Signed-off-by: Mi

[FFmpeg-cvslog] swscale: ayuv64le input support

2015-07-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jul 3 12:15:47 2015 +| [052f64ecb2f1381e721920dd4f64fd8470c246b5] | committer: Paul B Mahol swscale: ayuv64le input support Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=052f64ecb2f1381e721920dd4f64fd8

[FFmpeg-cvslog] avutil: add ayuv64le and ayuv64be packed pixel format

2015-07-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jul 3 10:57:58 2015 +| [f0489a35c034a2c898c917e66176dc7c5c420357] | committer: Paul B Mahol avutil: add ayuv64le and ayuv64be packed pixel format Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f0489a35c

[FFmpeg-cvslog] swscale: ayuv64le output support

2015-07-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jul 3 16:13:11 2015 +| [3cb8eee6f7bff275081e640b7529f90c52fb3224] | committer: Paul B Mahol swscale: ayuv64le output support Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3cb8eee6f7bff275081e640b7529f9

[FFmpeg-cvslog] avfilter: add areverse filter

2015-07-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Jul 21 10:43:04 2015 +| [591741b51d4f0fee4680f1ae67247205a1ce56d8] | committer: Paul B Mahol avfilter: add areverse filter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=591741b51d4f0fee4680f1ae67247205a

[FFmpeg-cvslog] avfilter: rename vf_reverse.c to f_reverse.c

2015-07-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jul 24 02:09:53 2015 +| [44fb00866f9bf19ad1ff3d8b5755f4b9849b175a] | committer: Paul B Mahol avfilter: rename vf_reverse.c to f_reverse.c Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=44fb00866f9bf19ad1

[FFmpeg-cvslog] libavcodec/qsvdec_h264.c: packet buffering has been removed since qsvdec.c does maintain own data buffering now.

2015-07-24 Thread Ivan Uskov
ffmpeg | branch: master | Ivan Uskov | Tue Jul 21 08:32:09 2015 -0400| [0b159e3b65d53cbb7e66a1e10850927275fb2a1e] | committer: Michael Niedermayer libavcodec/qsvdec_h264.c: packet buffering has been removed since qsvdec.c does maintain own data buffering now. Signed-off-by: Michael Niedermaye

[FFmpeg-cvslog] libavcodec/qsvdec.c: The ff_qsv_decode() now guarantees the consumption of whole packet.

2015-07-24 Thread Ivan Uskov
ffmpeg | branch: master | Ivan Uskov | Fri Jul 24 06:26:14 2015 -0400| [c90dbc67ed6b849cc3e7f24d83cef3d015f2c3d0] | committer: Michael Niedermayer libavcodec/qsvdec.c: The ff_qsv_decode() now guarantees the consumption of whole packet. Signed-off-by: Michael Niedermayer > http://git.videola