[FFmpeg-cvslog] avfilter/vf_lut: fix regression with >8bit planar filtering

2019-07-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jul 5 12:51:29 2019 +0200| [0f39ef4db2b899bcaea98d6e485ff5915d594717] | committer: Paul B Mahol avfilter/vf_lut: fix regression with >8bit planar filtering > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0f39ef4db2b899bcaea98d6e485ff5915

[FFmpeg-cvslog] avformat/rpl: Allow a file to have audio, but not video

2019-07-05 Thread Cameron Cawley
ffmpeg | branch: master | Cameron Cawley | Fri Jun 14 20:51:34 2019 +0100| [1f8336fd985de3e2e49526e703da0820cd6abdce] | committer: Michael Niedermayer avformat/rpl: Allow a file to have audio, but not video Signed-off-by: Cameron Cawley Signed-off-by: Michael Niedermayer > http://git.videol

[FFmpeg-cvslog] avformat/rpl: Fix detection of 8-bit linear formats

2019-07-05 Thread Cameron Cawley
ffmpeg | branch: master | Cameron Cawley | Fri Jun 14 20:51:33 2019 +0100| [dcf3f8b368cdab908a84ad28ec5a7e0f15f5b33d] | committer: Michael Niedermayer avformat/rpl: Fix detection of 8-bit linear formats Was previously broken by commit 8cf5f94. Fixes ticket #7859 Signed-off-by: Cameron Cawley

[FFmpeg-cvslog] avformat/rpl: Calculate the duration of the video track

2019-07-05 Thread Cameron Cawley
ffmpeg | branch: master | Cameron Cawley | Sun Jun 30 00:00:44 2019 +0100| [0cbdedbd2fc2211d0477c32c30f12e7aad4443de] | committer: Michael Niedermayer avformat/rpl: Calculate the duration of the video track Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avcodec/hevc_ps: fix range of num_tile_{columns,rows}_minus1

2019-07-05 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Jun 30 17:32:44 2019 -0300| [7c644989a5c27793331a14ee0f433ca177a0ffae] | committer: James Almer avcodec/hevc_ps: fix range of num_tile_{columns,rows}_minus1 From 7.4.3.3.1: num_tile_columns_minus1 shall be in the range of 0 to PicWidthInCtbsY - 1, i

[FFmpeg-cvslog] lavfi/scale: Add sub-options for in_color_matrix/out_color_matrix

2019-07-05 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Jul 5 12:00:12 2019 +0800| [3ed0b3f6f7092189a1e8d89de09e612af038b7da] | committer: Jun Zhao lavfi/scale: Add sub-options for in_color_matrix/out_color_matrix Add sub-options for in_color_matrix/out_color_matrix Signed-off-by: Jun Zhao > http://git.v

[FFmpeg-cvslog] doc/filters: Document missing options for scale in/out color matrix

2019-07-05 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Jul 5 12:26:43 2019 +0800| [feade2b403a7fe867387711fb07a80f6c478d2f6] | committer: Jun Zhao doc/filters: Document missing options for scale in/out color matrix Document missing options for scale in/out color matrix Reviewed-by: Gyan Doshi Signed-off-