[FFmpeg-cvslog] avcodec/libx264: Avoid reconfig on equivalent aspect ratios

2015-06-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jun 18 14:40:11 2015 +0200| [7b1c03aa744f1f82fe30ea2cd2aeef2ea01d5ce9] | committer: Michael Niedermayer avcodec/libx264: Avoid reconfig on equivalent aspect ratios Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] avcodec/hevc_ps: Only discard overread VPS if a previous is available

2015-06-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jun 18 18:03:21 2015 +0200| [57078e4d255a06246fef27846073f5ffb312b5dc] | committer: Michael Niedermayer avcodec/hevc_ps: Only discard overread VPS if a previous is available Fixes Ticket4621 Signed-off-by: Michael Niedermayer > http://git.

[FFmpeg-cvslog] avformat/id3v2: detect PNG by header instead of mime

2015-06-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jun 18 18:37:39 2015 +0200| [622f1468c92cb399e824894aa456d5590da6cc56] | committer: Michael Niedermayer avformat/id3v2: detect PNG by header instead of mime the mimetype for PNG can be set to jpeg Fixes 01\ -\ Cider\ Time.mp3 Signed-off-by:

[FFmpeg-cvslog] id3v2: strip trailing spaces from APIC tag

2015-06-18 Thread wm4
ffmpeg | branch: master | wm4 | Thu May 7 23:56:37 2015 +0200| [d4007d176313f6fe08c4fd2e484495f55e280c2a] | committer: Michael Niedermayer id3v2: strip trailing spaces from APIC tag The APIC description must be unique, and some ID3v2 tag writers add spaces to write several APIC entries with t

[FFmpeg-cvslog] Tag n2.2.16 : FFmpeg 2.2.16 release

2015-06-18 Thread git
[ffmpeg] [branch: refs/tags/n2.2.16] Tag:1286a7dceec12da9cbd9d89da5aae6e3cf8e3b5e > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=1286a7dceec12da9cbd9d89da5aae6e3cf8e3b5e Tagger: Michael Niedermayer Date: Thu Jun 18 21:09:38 2015 +0200 FFmpeg 2.2.16 release

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 9c08619 web/download: Add FFmpeg 2.2.16

2015-06-18 Thread ffmpeg-cvslog
The branch, master has been updated via 9c08619fa7f947345bd7389e803c4bede10b270a (commit) from b67a849c9ee2c9953d993c7f71ea6f1492c306c3 (commit) - Log - commit 9c08619fa7f947345bd7389e803c4bede10b270a Author: Micha

[FFmpeg-cvslog] avformat/singlejpeg: fix standalone compilation

2015-06-18 Thread James Almer
ffmpeg | branch: release/2.7 | James Almer | Sat Jun 13 17:47:13 2015 -0300| [3b6aeb148b1da3b21a5a569f2697c7e49901d031] | committer: James Almer avformat/singlejpeg: fix standalone compilation (cherry picked from commit 4aebaed0e17b396bd9d18acb8e58a4700c7559df) > http://git.videolan.org/gitwe

[FFmpeg-cvslog] ffmpeg: Free last_frame instead of just unref

2015-06-18 Thread Michael Niedermayer
ffmpeg | branch: release/2.7 | Michael Niedermayer | Thu Jun 18 05:27:08 2015 +0200| [e04ae11fa06a6b156f077b91f4d7de9014c82006] | committer: Michael Niedermayer ffmpeg: Free last_frame instead of just unref Fixes Ticket4611 Signed-off-by: Michael Niedermayer (cherry picked from commit d1050d

[FFmpeg-cvslog] tls_gnutls: fix hang on disconnection

2015-06-18 Thread wm4
ffmpeg | branch: release/2.7 | wm4 | Sat Jun 13 23:55:21 2015 +0200| [c3c8365dbd3b677207998e5120f7b78850e3532c] | committer: Michael Niedermayer tls_gnutls: fix hang on disconnection GNUTLS_SHUT_RDWR means GnuTLS will keep waiting for the server's termination reply. But since we don't shutdown

[FFmpeg-cvslog] configure: only disable VSX for !ppc64el

2015-06-18 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Sat Jun 13 13:09:21 2015 +0200| [ed5041143edb9742860250de9bddc384dbd827cf] | committer: Michael Niedermayer configure: only disable VSX for !ppc64el This reverts commit 04f0002, which made it impossible to enable VSX with a generic cpu. This

[FFmpeg-cvslog] avcodec/hevc_ps: Only discard overread VPS if a previous is available

2015-06-18 Thread Michael Niedermayer
ffmpeg | branch: release/2.7 | Michael Niedermayer | Thu Jun 18 18:03:21 2015 +0200| [6432f8826dd15ec9ce966249f4dc6933f94cf04f] | committer: Michael Niedermayer avcodec/hevc_ps: Only discard overread VPS if a previous is available Fixes Ticket4621 Signed-off-by: Michael Niedermayer (cherry p

[FFmpeg-cvslog] avio: fix potential crashes when combining ffio_ensure_seekback + crc

2015-06-18 Thread wm4
ffmpeg | branch: release/2.7 | wm4 | Wed Jun 17 00:21:02 2015 +0200| [9473e5a05d2cbdd56a7e3923868451a07a0edfe0] | committer: Michael Niedermayer avio: fix potential crashes when combining ffio_ensure_seekback + crc Calling ffio_ensure_seekback() if ffio_init_checksum() has been called on the s

[FFmpeg-cvslog] avcodec/ffv1enc: fix bps for >8bit yuv when not explicitly set

2015-06-18 Thread Michael Niedermayer
ffmpeg | branch: release/2.7 | Michael Niedermayer | Thu Jun 18 00:34:59 2015 +0200| [08fadda68aebdc0b28c6e2816b77875ee50d6faf] | committer: Michael Niedermayer avcodec/ffv1enc: fix bps for >8bit yuv when not explicitly set Fixes Ticket4636 Signed-off-by: Michael Niedermayer (cherry picked f

[FFmpeg-cvslog] doc: fix spelling errors

2015-06-18 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Sat Jun 13 21:34:40 2015 +0200| [265db4154097a754107dcc7dcd8e13a8bd755db1] | committer: Michael Niedermayer doc: fix spelling errors Neccessary -> Necessary formated -> formatted thee -> the eventhough -> even though seperately -> sepa

[FFmpeg-cvslog] examples/demuxing_decoding: use properties from frame instead of video_dec_ctx

2015-06-18 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Sun Jun 14 20:34:16 2015 +0200| [8a24ccfee3841d5b2069371b78921e7e6c8289dc] | committer: Michael Niedermayer examples/demuxing_decoding: use properties from frame instead of video_dec_ctx This is more robust. And only check if there is actuall

[FFmpeg-cvslog] ffmpeg_opt: Check for localtime() failure

2015-06-18 Thread Michael Niedermayer
ffmpeg | branch: release/2.7 | Michael Niedermayer | Fri Jun 12 15:36:20 2015 +0200| [965f96c5ed445c639377c977934ee3aecf505ca8] | committer: Michael Niedermayer ffmpeg_opt: Check for localtime() failure Found-by: Daemon404 Signed-off-by: Michael Niedermayer (cherry picked from commit 8e91d965

[FFmpeg-cvslog] h264: er: Copy from the previous reference only if compatible

2015-06-18 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Sun Jun 14 12:40:18 2015 +0200| [3ba55ea4aec2ce6c179017e12a933e20a20a14d1] | committer: Michael Niedermayer h264: er: Copy from the previous reference only if compatible Also use the frame pixel format instead of the one from the codec context

[FFmpeg-cvslog] avformat: clarify what package needs to be compiled with SSL support

2015-06-18 Thread wm4
ffmpeg | branch: master | wm4 | Thu Jun 18 20:36:19 2015 +0200| [f6c3f1ed6048ebc55f652ed59f7af9acebbf57e5] | committer: Michael Niedermayer avformat: clarify what package needs to be compiled with SSL support Try to reduce user confusion. Signed-off-by: Michael Niedermayer > http://git.vide

[FFmpeg-cvslog] vp9: don't retain NULL as segmentation_map

2015-06-18 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Wed Jun 17 19:02:15 2015 +0200| [d216b9debd9843d31732ebb7344a85b3cd96b7cc] | committer: Andreas Cadhalpun vp9: don't retain NULL as segmentation_map This fixes segmentation faults, which were introduced in commit 4ba8f327. Reviewed-by: Ronald S. B

[FFmpeg-cvslog] postproc: fix unaligned access

2015-06-18 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Thu Jun 18 20:15:12 2015 +0200| [590743101dc934043f34013f1c9bb9fb261355b0] | committer: Andreas Cadhalpun postproc: fix unaligned access QP_store is only 8-bit-aligned, so accessing it as uint32_t causes SIGBUS crashes on sparc. The AV_RN32/AV_WN32

[FFmpeg-cvslog] avutil/aes: Fix types

2015-06-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 19 02:11:40 2015 +0200| [fdbad24090e167821c8587e4f26d0978fe4bef6b] | committer: Michael Niedermayer avutil/aes: Fix types Fixes "warning: argument #2 is incompatible with prototype:" Signed-off-by: Michael Niedermayer > http://git.vide

[FFmpeg-cvslog] avutil/adler32: Fix data type in test code

2015-06-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 19 02:09:50 2015 +0200| [d8a227f2319ad639293803e67ecce5a8c6984aca] | committer: Michael Niedermayer avutil/adler32: Fix data type in test code Fixes "warning: argument #2 is incompatible with prototype:" Signed-off-by: Michael Niedermaye

[FFmpeg-cvslog] avutil/avstring: Fix undefined shift

2015-06-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 19 02:13:08 2015 +0200| [2c881c7d45bc10205912e069d1c25103884a2059] | committer: Michael Niedermayer avutil/avstring: Fix undefined shift Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2c88

[FFmpeg-cvslog] avutil/crc: Fix type of p table so its content fits without overflwoing

2015-06-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 19 02:16:49 2015 +0200| [d1dce1c51728b35a31248be81915f2ce6fcbb807] | committer: Michael Niedermayer avutil/crc: Fix type of p table so its content fits without overflwoing Signed-off-by: Michael Niedermayer > http://git.videolan.org/git

[FFmpeg-cvslog] avcodec/fft-test: fix type of cpuflags

2015-06-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 19 02:08:06 2015 +0200| [76cc8582fd6f9b122d144023186ef42c2f9a7ca6] | committer: Michael Niedermayer avcodec/fft-test: fix type of cpuflags Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=76

[FFmpeg-cvslog] avcodec/j2kenc: YUV should not use the ICT

2015-06-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 19 04:51:59 2015 +0200| [bb3703a4c30659d7ae7b41a94455ce810bbc102b] | committer: Michael Niedermayer avcodec/j2kenc: YUV should not use the ICT Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

Re: [FFmpeg-cvslog] avcodec/j2kenc: YUV should not use the ICT

2015-06-18 Thread Clément Bœsch
On Fri, Jun 19, 2015 at 05:33:32AM +0200, Michael Niedermayer wrote: > ffmpeg | branch: master | Michael Niedermayer | Fri Jun 19 > 04:51:59 2015 +0200| [bb3703a4c30659d7ae7b41a94455ce810bbc102b] | committer: > Michael Niedermayer > > avcodec/j2kenc: YUV should not use the ICT > > Signed-off-b