[FFmpeg-cvslog] avcodec/bsf: Simplify getting codec name

2021-04-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Apr 2 15:21:51 2021 +0200| [3e16d1c8a63f68b882acab980b2ecc7ce7cc14f6] | committer: Andreas Rheinhardt avcodec/bsf: Simplify getting codec name All codec ids on BSF whitelists have a codec descriptor, so one can just use avcodec_get_name() wit

[FFmpeg-cvslog] avformat/mov: check offset for overflow in mov_probe()

2021-04-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Apr 4 21:01:46 2021 +0200| [0f6a3405e8987ad761a2d9139fdc95bbb6a61118] | committer: Michael Niedermayer avformat/mov: check offset for overflow in mov_probe() Fixes: Invalid read of size 4 Fixes: ASAN_Deadlysignal.zip Found-by: Hardik Shah

[FFmpeg-cvslog] avcodec/options: Remove always-true check

2021-04-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 1 23:16:37 2021 +0200| [9b6ffcf0fd61b61e53591c0ce215de2ce35a6982] | committer: Andreas Rheinhardt avcodec/options: Remove always-true check Every codec has a name. Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avutil/frame: Return 0 on success in av_frame_ref()

2021-04-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 1 23:04:19 2021 +0200| [416cc012f6203c7162079ae5b14930ada9189ac3] | committer: Andreas Rheinhardt avutil/frame: Return 0 on success in av_frame_ref() av_frame_copy() is allowed to return values >= 0 on success, whereas the documentation o

[FFmpeg-cvslog] avformat/dss: Return 0 on success

2021-04-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 1 23:02:18 2021 +0200| [b3652d97452bd1d8b641bf7ec967f9cdda2a53c5] | committer: Andreas Rheinhardt avformat/dss: Return 0 on success Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b3652d9745

[FFmpeg-cvslog] avformat/dss: Avoid using intermediate buffer

2021-04-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 1 22:55:31 2021 +0200| [48a594aba575ec56978bdd1c8553fa2c68730ef6] | committer: Andreas Rheinhardt avformat/dss: Avoid using intermediate buffer All one needs is one byte beyond the end of the normal data; and because the packet is padded,

[FFmpeg-cvslog] avformat/dss: Set values known during read_header in read_header

2021-04-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 1 22:31:13 2021 +0200| [ef8c8b4163e5ff156b6511eda9cdfdb0828ee8dc] | committer: Andreas Rheinhardt avformat/dss: Set values known during read_header in read_header Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ff