[FFmpeg-cvslog] avcodec/rv34: Move dsp init code to rv30/rv40

2021-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 7 18:07:54 2021 +0200| [4e65a41a5cfdcafb0c9d26b7e531daa3a1b5fde2] | committer: Andreas Rheinhardt avcodec/rv34: Move dsp init code to rv30/rv40 It avoids both runtime and compile-time checks. Signed-off-by: Andreas Rheinhardt > http://

[FFmpeg-cvslog] avcodec/msmpeg4enc: Remove dead code for inexistent VC-1 encoder

2021-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 8 14:40:04 2021 +0200| [5da07f18e5cb0a65b2eb5cd7308a80aa2749379c] | committer: Andreas Rheinhardt avcodec/msmpeg4enc: Remove dead code for inexistent VC-1 encoder Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avcodec/h263dec, mpeg12dec: Remove redundant writes

2021-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 6 23:32:57 2021 +0200| [effc7676e39174171413c332df87f9c973aa0315] | committer: Andreas Rheinhardt avcodec/h263dec, mpeg12dec: Remove redundant writes ff_mpv_decode_init() already sets MpegEncContext.codec_id. Signed-off-by: Andreas Rhein

[FFmpeg-cvslog] avformat/matroskaenc: Put subtitles without duration into SimpleBlocks

2021-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Apr 9 01:00:51 2021 +0200| [b972dab39d81d5f291cea4b9a042beb63386e768] | committer: Andreas Rheinhardt avformat/matroskaenc: Put subtitles without duration into SimpleBlocks The value zero for AVPacket.duration means that the duration is unkno

[FFmpeg-cvslog] avcodec/msmpeg4dec: Avoid duplication of VLC init code

2021-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 8 21:01:05 2021 +0200| [e9bcb08794d2561adf6a6e42d94fe11eb01ee948] | committer: Andreas Rheinhardt avcodec/msmpeg4dec: Avoid duplication of VLC init code Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avformat/matroskaenc: Remove remnant of inline-timing subtitle packets

2021-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 8 21:54:17 2021 +0200| [85709a90c3517e3429bb1206d26f7238dbd6a1bd] | committer: Andreas Rheinhardt avformat/matroskaenc: Remove remnant of inline-timing subtitle packets Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/vc1: Don't pretend ff_vc1_init_common() can fail

2021-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Dec 22 17:55:19 2020 +0100| [c769050f56a8322091775af1f672803d8a42c775] | committer: Andreas Rheinhardt avcodec/vc1: Don't pretend ff_vc1_init_common() can fail Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec/mss2: Remove redundant initialization of vc1 dsp

2021-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 8 18:53:16 2021 +0200| [c9b146756a2dde0291cd2f36883945d5031d5f50] | committer: Andreas Rheinhardt avcodec/mss2: Remove redundant initialization of vc1 dsp ff_vc1_init_common() already does it. Signed-off-by: Andreas Rheinhardt > http:/

[FFmpeg-cvslog] avcodec/vc1: Remove unused hrd fields

2021-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Apr 8 20:11:20 2021 +0200| [492be8909e41ccd4b4e6f10758cff50dc2ef8b67] | committer: Andreas Rheinhardt avcodec/vc1: Remove unused hrd fields Unused since be3492ec7eb2dbb0748c123af911a06c125c90db. Signed-off-by: Andreas Rheinhardt > http://g

[FFmpeg-cvslog] avcodec/jpeglsenc: Remove redundant pixel format checks

2021-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Apr 12 19:02:58 2021 +0200| [33db0cbfd08384d611370006a77675cc6b778d12] | committer: Andreas Rheinhardt avcodec/jpeglsenc: Remove redundant pixel format checks This encoder has AVCodec.pix_fmts set, so ff_encode_preinit() already checks for thi