[FFmpeg-cvslog] fate: Add test for broken SPS (Ticket 2580)

2016-05-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue May 3 16:30:03 2016 +0200| [e7a9b434c57c1ca8dd8c2ad403925ab54357c849] | committer: Michael Niedermayer fate: Add test for broken SPS (Ticket 2580) Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] vc2enc: do not print the lavc version if the bitexact flag is enabled

2016-05-04 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Thu May 5 00:18:03 2016 +0100| [770d3c85afad478b1b53ad8221ee9d334bbfe91f] | committer: Rostislav Pehlivanov vc2enc: do not print the lavc version if the bitexact flag is enabled Reviewed-by: Michael Niedermayer Signed-off-by: Rostislav Pehliva

[FFmpeg-cvslog] avformat/dtsdec: reduce the scope of crctab

2016-05-04 Thread James Almer
ffmpeg | branch: master | James Almer | Wed May 4 19:23:23 2016 -0300| [e3df56f5b4d5458e3e48d2291eed862faa699a04] | committer: James Almer avformat/dtsdec: reduce the scope of crctab Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e3df56f5b4d5458e3e48d2

[FFmpeg-cvslog] avformat/dtsdec: detect core-less streams

2016-05-04 Thread foo86
ffmpeg | branch: master | foo86 | Tue May 3 16:06:41 2016 +0300| [bb7c55807090ee77621c4a4692d00a231b722e1a] | committer: James Almer avformat/dtsdec: detect core-less streams Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bb7c55807090ee77621c4a4692d00a

[FFmpeg-cvslog] avformat/mpegtsenc: fix usage of AVStream.codec

2016-05-04 Thread James Almer
ffmpeg | branch: master | James Almer | Wed May 4 18:39:27 2016 -0300| [fe483ac4285408f669886df304da8d714001bb1b] | committer: James Almer avformat/mpegtsenc: fix usage of AVStream.codec Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fe483ac4285408f669

[FFmpeg-cvslog] avcodec/hevc_parser: fix packet_split function name

2016-05-04 Thread James Almer
ffmpeg | branch: master | James Almer | Wed May 4 18:26:06 2016 -0300| [fc1c836def0859d23c7d258d177f69798120d773] | committer: James Almer avcodec/hevc_parser: fix packet_split function name Fixes compilation of hevc_parser without hevc_decoder Signed-off-by: James Almer > http://git.videol

[FFmpeg-cvslog] avformat/h264dec: Avoid get_ue_golomb_31( ) due to ff_ prefixed table from golomb.c

2016-05-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 4 22:43:01 2016 +0200| [03e8c1b84398349a65f90cf7052cedad0f7acb5a] | committer: Michael Niedermayer avformat/h264dec: Avoid get_ue_golomb_31( ) due to ff_ prefixed table from golomb.c Found-by: jamrial Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/utils: Do not detect video codecs when audio is expected

2016-05-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 4 21:31:18 2016 +0200| [824906a5416baed3842cb19bc24f4cb672c96ca8] | committer: Michael Niedermayer avformat/utils: Do not detect video codecs when audio is expected Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] avformat/h264dec: Check pps_id/sps_id fields from parameter sets

2016-05-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 4 21:20:15 2016 +0200| [3646ef6f7c0c02dc6d2f393f9fd0f6ebcbf15b44] | committer: Michael Niedermayer avformat/h264dec: Check pps_id/sps_id fields from parameter sets Fixes a misdetection in wav.detected.as.h264.error.wav Signed-off-by: Mi

[FFmpeg-cvslog] lavc/videotoolboxenc: Add entropy setting

2016-05-04 Thread Rick Kern
ffmpeg | branch: master | Rick Kern | Wed Apr 27 10:53:07 2016 -0400| [645df431449dcdb9ccdc46952159a6570826a59b] | committer: wm4 lavc/videotoolboxenc: Add entropy setting Add an entropy setting to choose between CAVLC and CABAC. Signed-off-by: Rick Kern > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] lavc/videotoolboxenc: Require hardware encoding

2016-05-04 Thread Rick Kern
ffmpeg | branch: master | Rick Kern | Wed Apr 27 10:53:06 2016 -0400| [fbe0cf8ca7e2546a20617f82135f23b23285cbcf] | committer: wm4 lavc/videotoolboxenc: Require hardware encoding Software encoding can be allowed by setting allow_sw to 1. Signed-off-by: Rick Kern > http://git.videolan.org/gitw

[FFmpeg-cvslog] lavc/videotoolboxenc: Support for forced I-frames

2016-05-04 Thread Rick Kern
ffmpeg | branch: master | Rick Kern | Wed Apr 27 10:53:13 2016 -0400| [9d8a38d20b4057a140e132284def9263d8ca80a8] | committer: wm4 lavc/videotoolboxenc: Support for forced I-frames Setting AVFrame.pic_type to AV_PICTURE_TYPE_I will force an I-frame. Signed-off-by: Rick Kern > http://git.video

[FFmpeg-cvslog] lavc/videotoolboxenc: add concatentation properties

2016-05-04 Thread Rick Kern
ffmpeg | branch: master | Rick Kern | Wed Apr 27 10:53:12 2016 -0400| [4b806081b25ffa15e174a8c7a86343ea63f51670] | committer: wm4 lavc/videotoolboxenc: add concatentation properties Add frames_before and frames_after as hints that there will be frames before or after the frames produced in this

[FFmpeg-cvslog] lavc/videotoolboxenc: Use shared pixel buffer pool

2016-05-04 Thread Rick Kern
ffmpeg | branch: master | Rick Kern | Wed Apr 27 10:53:04 2016 -0400| [d7cf3610c2fb938783817addadc5a65529759e01] | committer: wm4 lavc/videotoolboxenc: Use shared pixel buffer pool This reduces the chance of a memcpy in the media server. Signed-off-by: Rick Kern > http://git.videolan.org/git

[FFmpeg-cvslog] lavc/videotoolboxenc: Fix DTS

2016-05-04 Thread Rick Kern
ffmpeg | branch: master | Rick Kern | Wed Apr 27 10:53:09 2016 -0400| [2fbf39382dbf38e7cfdd2b106da66ca2f5af307d] | committer: wm4 lavc/videotoolboxenc: Fix DTS Some devices output an invalid DTS when B-frames aren't used. Using PTS for the DTS in this case. Signed-off-by: Rick Kern > http://

[FFmpeg-cvslog] lavc/videotoolboxenc: Handle out-of-memory and fix memory leak

2016-05-04 Thread Rick Kern
ffmpeg | branch: master | Rick Kern | Wed Apr 27 10:53:10 2016 -0400| [272dd437bc6b663200bc6d2c013b02c9eaf64a49] | committer: wm4 lavc/videotoolboxenc: Handle out-of-memory and fix memory leak Signed-off-by: Rick Kern > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=272dd437bc6b663

[FFmpeg-cvslog] lavc/videotoolboxenc: Fix AVCodecContext.has_b_frames usage.

2016-05-04 Thread Rick Kern
ffmpeg | branch: master | Rick Kern | Wed Apr 27 10:53:08 2016 -0400| [abe05892bee9de9c657f91beef6ce1fa31bdf577] | committer: wm4 lavc/videotoolboxenc: Fix AVCodecContext.has_b_frames usage. Now set by the encoder, not used as an input parameter. Signed-off-by: Rick Kern > http://git.videola

[FFmpeg-cvslog] lavc/videotoolboxenc: Handle hwaccel format as input

2016-05-04 Thread Rick Kern
ffmpeg | branch: master | Rick Kern | Wed Apr 27 10:53:05 2016 -0400| [0d4bf3074d33f74ad81eed6d12db960e1cf649ab] | committer: wm4 lavc/videotoolboxenc: Handle hwaccel format as input Handle AV_PIX_FMT_VIDEOTOOLBOX. This results in better energy usage and faster encoding, especially on iOS. When

[FFmpeg-cvslog] lavc/videotoolboxenc: Add realtime encoding property

2016-05-04 Thread Rick Kern
ffmpeg | branch: master | Rick Kern | Wed Apr 27 10:53:11 2016 -0400| [ca429e725353f9a4a05e3faa1faa22ebbc673c34] | committer: wm4 lavc/videotoolboxenc: Add realtime encoding property Hint to the encoder that encoding should be done in real-time, even at the expense of quality. Signed-off-by: R

[FFmpeg-cvslog] lavc/videotoolboxenc: Set colorimetry values

2016-05-04 Thread Rick Kern
ffmpeg | branch: master | Rick Kern | Wed Apr 27 10:53:15 2016 -0400| [dc750194b6c9c3f95d33f03f6f7d1992a8a2f885] | committer: wm4 lavc/videotoolboxenc: Set colorimetry values Signed-off-by: Rick Kern > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc750194b6c9c3f95d33f03f6f7d1992a

[FFmpeg-cvslog] lavc/videotoolboxenc: Support pixel aspect ratio

2016-05-04 Thread Rick Kern
ffmpeg | branch: master | Rick Kern | Wed Apr 27 10:53:14 2016 -0400| [c356b6865d373642685a6b445341ebb37ecbcc91] | committer: wm4 lavc/videotoolboxenc: Support pixel aspect ratio Signed-off-by: Rick Kern > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c356b6865d373642685a6b445341e

[FFmpeg-cvslog] avcodec/adpcm: fix decoding of stereo non 4-bit ADPCM IMA WAV

2016-05-04 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed May 4 11:33:34 2016 +0200| [66eb5b809add21f8f977b9efb0fe3b4fd6253d38] | committer: Paul B Mahol avcodec/adpcm: fix decoding of stereo non 4-bit ADPCM IMA WAV Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6