[FFmpeg-cvslog] Merge commit '996f13413b0415097e2a184d161462ffb3ceb647'

2016-08-01 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Aug 1 19:11:08 2016 -0300| [01f0598b18e92b34b56393f8a148faf497ae9c15] | committer: James Almer Merge commit '996f13413b0415097e2a184d161462ffb3ceb647' * commit '996f13413b0415097e2a184d161462ffb3ceb647': h264: fix warnings in fill_filter_caches_int

[FFmpeg-cvslog] h264: fix warnings in fill_filter_caches_inter()

2016-08-01 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu May 19 08:19:14 2016 +0200| [996f13413b0415097e2a184d161462ffb3ceb647] | committer: Anton Khirnov h264: fix warnings in fill_filter_caches_inter() The code does some weird casting to a 2-dimensional sub-array of ref2frm. This is not necessary, sinc

[FFmpeg-cvslog] af_hdcd: Warn if there is any resampling or format conversion in the link chain

2016-08-01 Thread Burt P
ffmpeg | branch: master | Burt P | Fri Jul 29 12:36:22 2016 -0500| [bea17a3d57053e77a9b3f46291f9d620dd76f7a2] | committer: Michael Niedermayer af_hdcd: Warn if there is any resampling or format conversion in the link chain HDCD is only encoded in s16@44100Hz. Scan the chain of AVFilterLinks fo

[FFmpeg-cvslog] af_hdcd: Process stereo channels together, fix #5727

2016-08-01 Thread Burt P
ffmpeg | branch: master | Burt P | Mon Aug 1 14:28:39 2016 -0500| [d574e22659bd51cdf16723a204fef65a9e783f1d] | committer: Michael Niedermayer af_hdcd: Process stereo channels together, fix #5727 Issue #5727: gain adjustment should only be applied if matching gain value from a valid packet in

[FFmpeg-cvslog] h264: drop tests whether the codec id is AV_CODEC_ID_H264

2016-08-01 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 18 14:33:33 2016 +0200| [bc7f4268514624e1286ea76d27a89a56b4ee18e1] | committer: Anton Khirnov h264: drop tests whether the codec id is AV_CODEC_ID_H264 Those are unused remnants of the old SVQ3 code. > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] Merge commit 'bc7f4268514624e1286ea76d27a89a56b4ee18e1'

2016-08-01 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Aug 1 18:15:07 2016 -0300| [517dd04f6df3103a6f2bc20b43b956d055ad983f] | committer: James Almer Merge commit 'bc7f4268514624e1286ea76d27a89a56b4ee18e1' * commit 'bc7f4268514624e1286ea76d27a89a56b4ee18e1': h264: drop tests whether the codec id is AV_

[FFmpeg-cvslog] h264_cabac: drop an always true condition

2016-08-01 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 18 14:31:48 2016 +0200| [8281cd5cb80582d668ce0848e0e035b383f161f6] | committer: Anton Khirnov h264_cabac: drop an always true condition > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8281cd5cb80582d668ce0848e0e035b383f161f6 --- l

[FFmpeg-cvslog] Merge commit '8281cd5cb80582d668ce0848e0e035b383f161f6'

2016-08-01 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Aug 1 16:46:57 2016 -0300| [fd4eb56528e1bf6529397051838a28d2a39d8e01] | committer: James Almer Merge commit '8281cd5cb80582d668ce0848e0e035b383f161f6' * commit '8281cd5cb80582d668ce0848e0e035b383f161f6': h264_cabac: drop an always true condition M

[FFmpeg-cvslog] h264: add H264_ prefix to the NAL unit types

2016-08-01 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 18 10:36:33 2016 +0200| [5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c] | committer: Anton Khirnov h264: add H264_ prefix to the NAL unit types This will prevent conflicts e.g. in code that deals with both h264 and hevc. > http://git.videolan.org/g

[FFmpeg-cvslog] Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c'

2016-08-01 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Aug 1 15:11:05 2016 -0300| [f41048f6ec5671c2e09ae317cecc1e98ecc3c2ce] | committer: James Almer Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c' * commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c': h264: add H264_ prefix to the NAL unit types

[FFmpeg-cvslog] af_hdcd: Move code detect/check into own function

2016-08-01 Thread Burt P
ffmpeg | branch: master | Burt P | Fri Jul 29 12:36:20 2016 -0500| [12759cc0345cec5a418d8caec5435297d1ec04b2] | committer: Michael Niedermayer af_hdcd: Move code detect/check into own function Signed-off-by: Burt P Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] af_hdcd: Improve error detection logging

2016-08-01 Thread Burt P
ffmpeg | branch: master | Burt P | Fri Jul 29 12:36:18 2016 -0500| [6517177d975b5be7a049c903190eff6ff7c6a864] | committer: Michael Niedermayer af_hdcd: Improve error detection logging * Moves the filter context member out of state and into HDCDContext * More useful information when an error is

[FFmpeg-cvslog] MAINTAINERS: Add myself for af_hdcd

2016-08-01 Thread Burt P
ffmpeg | branch: master | Burt P | Sun Jul 31 10:47:20 2016 -0500| [bbf0b4fa88a35177f5f00e7e8a530de3fb53684a] | committer: Michael Niedermayer MAINTAINERS: Add myself for af_hdcd Signed-off-by: Burt P Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] af_hdcd: add force_pe filter option

2016-08-01 Thread Burt P
ffmpeg | branch: master | Burt P | Fri Jul 29 12:36:19 2016 -0500| [b90d0ab4be3d03400e25db5cc4e03126998a75dd] | committer: Michael Niedermayer af_hdcd: add force_pe filter option Used to attempt replication of some results from http://www.audiomisc.co.uk/HFN/HDCD/Examined.html May not be gener

[FFmpeg-cvslog] Merge commit '1cf2f3d334f52849aae2be868bad1e5fa5f59aa0'

2016-08-01 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Aug 1 13:04:30 2016 -0300| [4c121ad5466a0ac8670f7e5253891554fc230e08] | committer: James Almer Merge commit '1cf2f3d334f52849aae2be868bad1e5fa5f59aa0' * commit '1cf2f3d334f52849aae2be868bad1e5fa5f59aa0': h264_sei: drop an unnecessary h264dec.h incl

[FFmpeg-cvslog] lavc: drop unnecessary h264dec.h includes

2016-08-01 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 18 10:22:24 2016 +0200| [b24dafe10572254ff0decc18b0d7c3d3707d5a29] | committer: Anton Khirnov lavc: drop unnecessary h264dec.h includes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b24dafe10572254ff0decc18b0d7c3d3707d5a29 --- l

[FFmpeg-cvslog] Merge commit '70b1dcef2d859ae6b3e21d61de928c3dd0cf1aa4'

2016-08-01 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Aug 1 13:02:20 2016 -0300| [9ee1f033656374a9f7c9bddcfd85739614580d62] | committer: James Almer Merge commit '70b1dcef2d859ae6b3e21d61de928c3dd0cf1aa4' * commit '70b1dcef2d859ae6b3e21d61de928c3dd0cf1aa4': h264: tighten the valid range for ref_frame_

[FFmpeg-cvslog] h264_sei: drop an unnecessary h264dec.h include

2016-08-01 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 18 10:23:21 2016 +0200| [1cf2f3d334f52849aae2be868bad1e5fa5f59aa0] | committer: Anton Khirnov h264_sei: drop an unnecessary h264dec.h include The code does not depend on the h264 decoder anymore and only needs information from h264_ps > http:/

[FFmpeg-cvslog] Merge commit 'b24dafe10572254ff0decc18b0d7c3d3707d5a29'

2016-08-01 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Aug 1 13:03:15 2016 -0300| [7c8bf2dc2ba02312e7bee8f7df7994c3d8587407] | committer: James Almer Merge commit 'b24dafe10572254ff0decc18b0d7c3d3707d5a29' * commit 'b24dafe10572254ff0decc18b0d7c3d3707d5a29': lavc: drop unnecessary h264dec.h includes M

[FFmpeg-cvslog] h264: tighten the valid range for ref_frame_count

2016-08-01 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 18 10:04:44 2016 +0200| [70b1dcef2d859ae6b3e21d61de928c3dd0cf1aa4] | committer: Anton Khirnov h264: tighten the valid range for ref_frame_count This field (which the spec calls max_num_ref_frames) must be less than or equal to MaxDpbFrames, whi

[FFmpeg-cvslog] Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216'

2016-08-01 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Aug 1 12:58:09 2016 -0300| [8c7932884d09bc580036640453fd6b7ad4dd77b4] | committer: James Almer Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216' * commit 'f638b67e5790735f34620bf82025c9b9d6fc7216': h264: move the parameter set definitions to

[FFmpeg-cvslog] h264: move the parameter set definitions to a new header file

2016-08-01 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed May 18 09:40:33 2016 +0200| [f638b67e5790735f34620bf82025c9b9d6fc7216] | committer: Anton Khirnov h264: move the parameter set definitions to a new header file The PS parsing code is independent from the decoder, so it makes more sense for it to ha

[FFmpeg-cvslog] avcodec/vp9_parser: Check the input frame sizes for being consistent

2016-08-01 Thread Michael Niedermayer
ffmpeg | branch: release/3.1 | Michael Niedermayer | Mon Aug 1 13:50:21 2016 +0200| [8f6a95a103b4586bf79034c5c9e9764f7eb19b57] | committer: Michael Niedermayer avcodec/vp9_parser: Check the input frame sizes for being consistent Suggested-by: BBB Fixed-by: BBB Signed-off-by: Michael Niedermay

[FFmpeg-cvslog] libavformat/rtpdec_asf: zero initialize the AVIOContext struct

2016-08-01 Thread Kacper Michajłow
ffmpeg | branch: release/3.1 | Kacper Michajłow | Sat Jul 23 23:47:39 2016 +0200| [87d5146fb7b996a8bb0449ae19339015e02963b3] | committer: Michael Niedermayer libavformat/rtpdec_asf: zero initialize the AVIOContext struct This fixes crash in avformat_open_input() when accessing protocol_whiteli

[FFmpeg-cvslog] avformat/flvdec: parse keyframe before a\v stream was created add_keyframes_index() when stream created or keyframe parsed

2016-08-01 Thread Xinzheng Zhang
ffmpeg | branch: release/3.1 | Xinzheng Zhang | Wed Jul 27 12:21:25 2016 +0800| [b4922daeadd22fd4fe825747ab2acc9574daf99d] | committer: Michael Niedermayer avformat/flvdec: parse keyframe before a\v stream was created add_keyframes_index() when stream created or keyframe parsed Signed-off-by:

[FFmpeg-cvslog] libavutil/opt: Small bugfix in example.

2016-08-01 Thread Kacper Michajłow
ffmpeg | branch: release/3.1 | Kacper Michajłow | Sat Jul 23 21:43:06 2016 +0200| [caf32880fdf9a06c03c65a6abef648d12ba99a1d] | committer: Michael Niedermayer libavutil/opt: Small bugfix in example. Fix const corectness and zero init the struct. This example code would actually crash when init

[FFmpeg-cvslog] avformat/flvdec: splitting add_keyframes_index() out from parse_keyframes_index()

2016-08-01 Thread Xinzheng Zhang
ffmpeg | branch: release/3.1 | Xinzheng Zhang | Wed Jul 27 12:21:24 2016 +0800| [88e3e6b94305839ca101e8bf2c4dd96700166c2f] | committer: Michael Niedermayer avformat/flvdec: splitting add_keyframes_index() out from parse_keyframes_index() Signed-off-by: Michael Niedermayer (cherry picked from

[FFmpeg-cvslog] avcodec/h264_parser: Set sps/pps_ref

2016-08-01 Thread Michael Niedermayer
ffmpeg | branch: release/3.1 | Michael Niedermayer | Sat Jul 2 03:06:27 2016 +0200| [e4eab67a0aed7c8962f7be2f482399048062e8a4] | committer: Michael Niedermayer avcodec/h264_parser: Set sps/pps_ref Fixes use of freed memory Should fix valgrind failures of fate-h264-skip-nointra Found-by: loga

[FFmpeg-cvslog] libx264: Increase x264 opts character limit to 4096

2016-08-01 Thread Sasi Inguva
ffmpeg | branch: release/3.1 | Sasi Inguva | Thu Jul 21 18:52:41 2016 -0700| [7c01fa962e7fb08754f191a3840af56654fa0841] | committer: Michael Niedermayer libx264: Increase x264 opts character limit to 4096 Signed-off-by: Sasi Inguva Signed-off-by: Michael Niedermayer (cherry picked from commi

[FFmpeg-cvslog] avcodec/vp9_parser: Check the input frame sizes for being consistent

2016-08-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 1 13:50:21 2016 +0200| [77b0f3f26d33d4f46f274896e0583ad1f5936b7c] | committer: Michael Niedermayer avcodec/vp9_parser: Check the input frame sizes for being consistent Suggested-by: BBB Fixed-by: BBB Signed-off-by: Michael Niedermayer