[FFmpeg-cvslog] avcodec/vc1: add bitstream elements for VAAPI VC-1 interlaced decoding

2018-03-04 Thread Jerome Borsboom
ffmpeg | branch: master | Jerome Borsboom | Sun Feb 25 20:09:46 2018 +0100| [1160d1d47887353c5afa4f5e8a18b56bd775501e] | committer: Mark Thompson avcodec/vc1: add bitstream elements for VAAPI VC-1 interlaced decoding We need to pass more bitstream elements to the VAAPI VC-1 decoder in order to

[FFmpeg-cvslog] avcodec/vaapi: add fields for VAAPI VC-1 interlaced decoding

2018-03-04 Thread Jerome Borsboom
ffmpeg | branch: master | Jerome Borsboom | Thu Mar 1 09:07:17 2018 +0100| [883bdc5fb7c4f579eba1c10e01487b08601ec0be] | committer: Mark Thompson avcodec/vaapi: add fields for VAAPI VC-1 interlaced decoding Pass necessary bitstream elements to the VAAPI VC-1 decoder in order to start doing int

[FFmpeg-cvslog] avcodec/vaapi: mask unused bits in bitplane_present.value

2018-03-04 Thread Jerome Borsboom
ffmpeg | branch: master | Jerome Borsboom | Sun Feb 25 20:13:46 2018 +0100| [0ec7eb930520b21b9cda34809378b0a8ca3a46e2] | committer: Mark Thompson avcodec/vaapi: mask unused bits in bitplane_present.value Due to the union construct, unused bits in bitplane_present.value might be uninitialized e

[FFmpeg-cvslog] avformat/mov: Initialize a potential gap in ctts_data in mov_build_index

2018-03-04 Thread Matt Wolenetz
ffmpeg | branch: master | Matt Wolenetz | Fri Mar 2 15:12:41 2018 -0800| [133ddd38750acc01d0a9599d5b31375d33798d67] | committer: Michael Niedermayer avformat/mov: Initialize a potential gap in ctts_data in mov_build_index mov_read_ctts ignores ctts entries having count <= 0. Generally, the ag