[FFmpeg-cvslog] avcodec/internal: remove unused out_frame field from DecodeSimpleContext

2020-06-30 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Jun 27 22:05:16 2020 -0300| [6b57d4d9eb27520893c39a6a51658272ccc5e0ca] | committer: James Almer avcodec/internal: remove unused out_frame field from DecodeSimpleContext It was introduced in 061a0c14bb but apparently never used Signed-off-by: James Al

[FFmpeg-cvslog] avcodec/mlpenc: free filter state buffers on allocation failure

2020-06-30 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jun 24 10:25:39 2020 -0300| [52b9bd2c95aec2c6e4a35923d2fc920c5f00033c] | committer: James Almer avcodec/mlpenc: free filter state buffers on allocation failure Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=52

[FFmpeg-cvslog] avcodec/mlpenc: propagate proper error values

2020-06-30 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jun 24 00:34:20 2020 -0300| [4cdd2d6d4cd1ddc113d1f528e0877b6b98ad6b13] | committer: James Almer avcodec/mlpenc: propagate proper error values Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4cdd2d6d4cd1ddc113d1

[FFmpeg-cvslog] avcodec/mlpenc: remove delay codec capability

2020-06-30 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jun 24 00:28:14 2020 -0300| [14f919515d1eedd7d00802cde2c739986fe8ed24] | committer: James Almer avcodec/mlpenc: remove delay codec capability The encoder has no delayed packets at the end of the encoding process, so signaling this capability is unnece

[FFmpeg-cvslog] avcodec/wmalosslessdec: fix overflow with pred in revert_cdlms

2020-06-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jun 28 00:10:19 2020 +0200| [21598d711d894081d0566282473044ba4f378f33] | committer: Michael Niedermayer avcodec/wmalosslessdec: fix overflow with pred in revert_cdlms Fixes: signed integer overflow: 2048 + 2147483646 cannot be represented in

[FFmpeg-cvslog] avutil/common: Fix integer overflow in av_ceil_log2_c()

2020-06-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jun 28 00:21:09 2020 +0200| [e409262837712016097c187e97bf99aadf6a4cdf] | committer: Michael Niedermayer avutil/common: Fix integer overflow in av_ceil_log2_c() Fixes: left shift of 1913647649 by 1 places cannot be represented in type 'int' Fi

[FFmpeg-cvslog] libavcodec/jpeg2000.c: Precinct size check removed

2020-06-30 Thread Gautam Ramakrishnan
ffmpeg | branch: master | Gautam Ramakrishnan | Mon Jun 29 23:47:06 2020 +0530| [579ac96a0422be18a10277aa6e8dd26207dc4d40] | committer: Michael Niedermayer libavcodec/jpeg2000.c: Precinct size check removed This patch removes a check which throws an error if the log2 precinct width/height is 0

[FFmpeg-cvslog] avcodec/nvenc: rename tc option to something more unique

2020-06-30 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Tue Jun 30 19:03:56 2020 +0200| [9aef4ae97599c61845ed76d37e81e5a8c4b266ff] | committer: Timo Rothenpieler avcodec/nvenc: rename tc option to something more unique Signed-off-by: Timo Rothenpieler > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avcodec/nvenc: add a53cc option for hevc_nvenc

2020-06-30 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Tue Jun 23 17:19:22 2020 +0200| [b11ed975996d960e962af8a4f3cc646dea9094f4] | committer: Timo Rothenpieler avcodec/nvenc: add a53cc option for hevc_nvenc Signed-off-by: Timo Rothenpieler > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avformat/dump: Use intermediate pointer for access to programs array

2020-06-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 30 14:26:40 2020 +0200| [e365076c10f6c625ac3dfb88d24d67a07eff2055] | committer: Andreas Rheinhardt avformat/dump: Use intermediate pointer for access to programs array Improves readability. Reviewed-by: Limin Wang Signed-off-by: Andreas

[FFmpeg-cvslog] avformat/dump: Use const where appropriate

2020-06-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 30 14:13:39 2020 +0200| [0179ef7eacbb0e2add043f31836b0e91f48be838] | committer: Andreas Rheinhardt avformat/dump: Use const where appropriate Also switch to using a pointer to access stream side data instead of copying the stream's AVPacke

[FFmpeg-cvslog] avcodec/smacker: Add FF_CODEC_CAP_INIT_CLEANUP

2020-06-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Jun 25 10:19:55 2020 +0200| [b146a61c226321a3c6d70d240a36c800e7795400] | committer: Andreas Rheinhardt avcodec/smacker: Add FF_CODEC_CAP_INIT_CLEANUP Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit