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 | 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 | 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 | 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 | 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 | 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 | 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