[FFmpeg-cvslog] avcodec/adpcmenc: remove forward declaration

2020-06-20 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sat Jun 20 14:31:53 2020 -0400| [536e5dfa73b0c5e87deb7f36d22dcc784b3570de] | committer: Andriy Gelman avcodec/adpcmenc: remove forward declaration Reviewed-by: Limin Wang Signed-off-by: Andriy Gelman >

[FFmpeg-cvslog] avcodec/ccaption_dec: use uint8_t type for prev_cmd array

2020-06-20 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jun 19 23:14:26 2020 +0200| [00842b3a0dee8cd1729c0c7566e0ca4272271bc3] | committer: Paul B Mahol avcodec/ccaption_dec: use uint8_t type for prev_cmd array Commands are unsigned so be consistent. >

[FFmpeg-cvslog] avcodec/ccaption_dec: do not modify packet data in case of parity error

2020-06-20 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jun 19 16:23:53 2020 +0200| [bd1b78e91ac1e6b9c603c032fc633f85f31abe71] | committer: Paul B Mahol avcodec/ccaption_dec: do not modify packet data in case of parity error To dissallow similar errors in future, make pointers const. >

[FFmpeg-cvslog] avcodec/ccaption_dec: allow selection of second field captions

2020-06-20 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jun 19 16:16:28 2020 +0200| [bbd0be04d09b9d49440ca7d69774aa4483de6022] | committer: Paul B Mahol avcodec/ccaption_dec: allow selection of second field captions >

[FFmpeg-cvslog] avcodec/ccaption_dec: rework non-real-time mode with pop-on captions by delaying

2020-06-20 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jun 17 20:56:53 2020 +0200| [c6791a32b4574feff18e3ca5180d69157336759a] | committer: Paul B Mahol avcodec/ccaption_dec: rework non-real-time mode with pop-on captions by delaying So it give similar output as visual output of real-time mode. >

[FFmpeg-cvslog] avcodec/mpeg12dec: do not discard older a53 captions

2020-06-20 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jun 20 15:02:48 2020 +0200| [29ea4e1b3c511de0a406722bcfffa11604745451] | committer: Paul B Mahol avcodec/mpeg12dec: do not discard older a53 captions Fixes #6105. >