[FFmpeg-cvslog] kmsgrab: Use GetFB2 if available

2020-08-09 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Jul 5 16:49:44 2020 +0100| [ef934dba2d0caab7ab778c99c6005b8b9720eb27] | committer: Mark Thompson kmsgrab: Use GetFB2 if available The most useful feature here is the ability to automatically extract the framebuffer format and modifiers. It also

[FFmpeg-cvslog] doc/indevs: Note improved behaviour of kmsgrab with Linux 5.7

2020-08-09 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Jul 5 16:49:46 2020 +0100| [991daf3895cf2c322e288f015ae8d5ef0d3b45f3] | committer: Mark Thompson doc/indevs: Note improved behaviour of kmsgrab with Linux 5.7 >

[FFmpeg-cvslog] kmsgrab: Add more supported formats

2020-08-09 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Aug 1 18:57:35 2020 +0100| [6e951d0cf8dcbc98cb45b9a72ed8d9e76f4a2e3f] | committer: Mark Thompson kmsgrab: Add more supported formats X2RGB10 tested on both Intel Gen9 and AMD Polaris 11. NV12 tested on Intel Gen9 only - since it has multiple

[FFmpeg-cvslog] kmsgrab: Don't require the user to set framebuffer format

2020-08-09 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Jul 5 16:49:45 2020 +0100| [ff14858a6045aa62cd508b4a6c50973a291c91aa] | committer: Mark Thompson kmsgrab: Don't require the user to set framebuffer format This is provided by GetFB2, but we still need the option for cases where that isn't

[FFmpeg-cvslog] kmsgrab: Refactor and clean error cases

2020-08-09 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Jul 5 16:49:43 2020 +0100| [fa0b064cf2ff267feaa9405ffd0ca74280f274d9] | committer: Mark Thompson kmsgrab: Refactor and clean error cases > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa0b064cf2ff267feaa9405ffd0ca74280f274d9 ---

[FFmpeg-cvslog] avformat/vividas: Check allocation for success

2020-08-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Aug 6 00:59:37 2020 +0200| [c4a4fe938d435de9e9126d7e151fc370a6f5ee72] | committer: Andreas Rheinhardt avformat/vividas: Check allocation for success Reviewed-by: Zane van Iperen Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avformat/sierravmd: Don't return packets for non-existing stream

2020-08-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Aug 6 01:21:38 2020 +0200| [ea8f8d28d096827636f518b6074d31fc472d03c6] | committer: Andreas Rheinhardt avformat/sierravmd: Don't return packets for non-existing stream It leads to an assert in ff_read_packet(). Reviewed-by: Michael

[FFmpeg-cvslog] avformat/vividas: Check return value before storing it in smaller type

2020-08-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Aug 6 00:44:55 2020 +0200| [a3dced69c8e0759d7cfd74e88f16c357d731b75c] | committer: Andreas Rheinhardt avformat/vividas: Check return value before storing it in smaller type Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/cfhd: reindent

2020-08-09 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 9 11:48:28 2020 +0200| [25d07e139412eb4ee7c27a1984e429c716559a95] | committer: Paul B Mahol avcodec/cfhd: reindent > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=25d07e139412eb4ee7c27a1984e429c716559a95 --- libavcodec/cfhd.c |

[FFmpeg-cvslog] avcodec/cfhd: read prescale table tag

2020-08-09 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 9 13:02:46 2020 +0200| [fc3546becec8da6c62d12f2e2174d84355731820] | committer: Paul B Mahol avcodec/cfhd: read prescale table tag Currently unused. Remove prescale shift tag as it is not part of this codec. >

[FFmpeg-cvslog] avcodec/cfhd: log version tags too

2020-08-09 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 9 13:21:34 2020 +0200| [17d1454a5f925f5f9755f3ef5471ae61e31927ed] | committer: Paul B Mahol avcodec/cfhd: log version tags too > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=17d1454a5f925f5f9755f3ef5471ae61e31927ed ---

[FFmpeg-cvslog] avcodec/cfhd: use init_get_bits8()

2020-08-09 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 9 11:54:52 2020 +0200| [3ff7171a8524cf1e49bbfc6528c02a205b0f4fac] | committer: Paul B Mahol avcodec/cfhd: use init_get_bits8() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3ff7171a8524cf1e49bbfc6528c02a205b0f4fac ---

[FFmpeg-cvslog] avcodec/cfhd: check if band encoding is valid

2020-08-09 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 9 11:00:07 2020 +0200| [8c7ea0c3449a3540302c58bffdbcb428ea32eb1d] | committer: Paul B Mahol avcodec/cfhd: check if band encoding is valid Also simplify lossless check as value of 5 for band encoding always specify lossless mode. >

[FFmpeg-cvslog] avcodec/cfhd: improve SampleIndex tag output

2020-08-09 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 9 13:26:55 2020 +0200| [4ad77086b96b2bf2f801993e3637297fa43a412c] | committer: Paul B Mahol avcodec/cfhd: improve SampleIndex tag output This tag is used for jumping to different channels in bitstream. >

[FFmpeg-cvslog] libavcodec/j2kenc: Support for all Progression orders

2020-08-09 Thread Gautam Ramakrishnan
ffmpeg | branch: master | Gautam Ramakrishnan | Thu Aug 6 23:27:32 2020 +0530| [9ce787d61eefffb3fd3e00d399c212267c5b1c75] | committer: Michael Niedermayer libavcodec/j2kenc: Support for all Progression orders This patch allows for selecting the progression order in the j2k encoder. However,