[FFmpeg-cvslog] lavf/prompeg: prompeg_write() must report data all was written

2020-06-13 Thread David Holroyd
ffmpeg | branch: master | David Holroyd | Tue Jun 9 21:37:10 2020 +0800| [ffc1208266c2890a1b0e2391e0a536fe9698e69c] | committer: Jun Zhao lavf/prompeg: prompeg_write() must report data all was written Previously, prompeg_write() would only report to caller that bytes we written when a FEC pac

[FFmpeg-cvslog] lavu/internal: Fix comment for avpriv_dict_set_timestamp

2020-06-13 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jun 6 17:04:58 2020 +0800| [0a0158e45d467593d08d4cfd16cdc1be242090f5] | committer: Jun Zhao lavu/internal: Fix comment for avpriv_dict_set_timestamp Fix comment for avpriv_dict_set_timestamp from b72a7b96f84 Signed-off-by: Jun Zhao > http://git.vide

[FFmpeg-cvslog] lavc/qsv: fix make checkheaders warning

2020-06-13 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun May 31 16:12:36 2020 +0800| [ab9ff762c1ead3cab1950a458e845b0b0267f38d] | committer: Jun Zhao lavc/qsv: fix make checkheaders warning make checkheaders will get warning as follow: In file included from libavcodec/qsv_internal.h.c:1: ./libavcodec/qsv_int

[FFmpeg-cvslog] avformat/sccdec: move pos variables outside of loop

2020-06-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jun 13 12:23:29 2020 +0200| [416dc133b953ab2dd78297f6272f1062b0586b57] | committer: Paul B Mahol avformat/sccdec: move pos variables outside of loop Ensures that sub->pos is always correct. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avcodec/ccaption_dec: check for error codes

2020-06-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jun 13 11:41:53 2020 +0200| [6995ea35060753a59bfa07aa089b00d1169cd86d] | committer: Paul B Mahol avcodec/ccaption_dec: check for error codes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6995ea35060753a59bfa07aa089b00d1169cd86d --- li

[FFmpeg-cvslog] avcodec/ccaption_dec: switch active screen in end of caption early

2020-06-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jun 13 11:57:33 2020 +0200| [0c2623d3aad066fa5deffae4716af463b14091ab] | committer: Paul B Mahol avcodec/ccaption_dec: switch active screen in end of caption early Fixes dropping of last caption. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] avcodec/ccaption_dec: remove unused arguments from function

2020-06-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jun 13 11:48:43 2020 +0200| [847d0b99dee1c2a8d9c3e8649fee7faa424efc3e] | committer: Paul B Mahol avcodec/ccaption_dec: remove unused arguments from function > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=847d0b99dee1c2a8d9c3e8649fee7faa4