[FFmpeg-cvslog] avutil/parseutils: use quadhd for Quad HD

2022-01-12 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Jan 11 10:03:50 2022 +0800| [8b9ef5a516dcb6327bdc15943c981ed743a09ab1] | committer: Limin Wang avutil/parseutils: use quadhd for Quad HD qHD is 960x540 (q stands for quarter) and QHD is 2560x1440 (Q is quad). use quadhd for QHD for abbreviation. Fix

[FFmpeg-cvslog] avutil/parseutils: use quadhd for Quad HD

2022-01-12 Thread Limin Wang
ffmpeg | branch: release/5.0 | Limin Wang | Tue Jan 11 10:03:50 2022 +0800| [99d6ab7154612b5a989a219fe9d8d1af7f32333e] | committer: Limin Wang avutil/parseutils: use quadhd for Quad HD qHD is 960x540 (q stands for quarter) and QHD is 2560x1440 (Q is quad). use quadhd for QHD for abbreviation.

[FFmpeg-cvslog] avcodec/h264_slice, mpeg4videodec: Don't use %s to write single char

2022-01-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jan 9 11:58:10 2022 +0100| [75a3268beea691c73c8bb202a2d4a6d61a97234a] | committer: Andreas Rheinhardt avcodec/h264_slice, mpeg4videodec: Don't use %s to write single char Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] avcodec/mpeg4video: Split off data in a header of its own

2022-01-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jan 9 11:18:09 2022 +0100| [c21433c9539a72c17a48b155ca4581b55e326836] | committer: Andreas Rheinhardt avcodec/mpeg4video: Split off data in a header of its own Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged

2022-01-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jan 10 11:04:28 2022 +0100| [42d30c9019a6b67c56b05f1828fa04c0439a4fd0] | committer: Andreas Rheinhardt avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged Always zero since 4d2858deac5213eaddfdc06f98379b6325d7b953. Signed-off-by: Andr

[FFmpeg-cvslog] avcodec/svq3: Remove dead topright_samples_available variable, code

2022-01-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jan 10 13:21:08 2022 +0100| [67cccd442f73d8eea54660b552fe954c642f060c] | committer: Andreas Rheinhardt avcodec/svq3: Remove dead topright_samples_available variable, code Topright samples are always available. Signed-off-by: Andreas Rheinhard

[FFmpeg-cvslog] avcodec/h264_slice: Inline H264 codec id

2022-01-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jan 10 15:19:56 2022 +0100| [d0bf242d02db7d0249b69fc955ba8402b2c9cc13] | committer: Andreas Rheinhardt avcodec/h264_slice: Inline H264 codec id This code is only reached by the H.264 decoder. Signed-off-by: Andreas Rheinhardt > http://git.v

[FFmpeg-cvslog] avcodec/mpegvideo: Don't set unrestricted_mv for decoders

2022-01-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jan 10 20:13:43 2022 +0100| [b263415ab7dcb0f7077fed2af4aa507b4be3e2f9] | committer: Andreas Rheinhardt avcodec/mpegvideo: Don't set unrestricted_mv for decoders It is write-only for them. Signed-off-by: Andreas Rheinhardt > http://git.video

[FFmpeg-cvslog] avcodec/h264pred: Don't compile > 8 bit versions of VP7/8 functions

2022-01-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jan 10 15:58:07 2022 +0100| [0a6e000d75b5f721002b4e0bb7b87700472e30b2] | committer: Andreas Rheinhardt avcodec/h264pred: Don't compile > 8 bit versions of VP7/8 functions VP7 and VP8 are eight bit only. Signed-off-by: Andreas Rheinhardt > h

[FFmpeg-cvslog] avcodec/h264pred: Remove dead > 8 pixels checks for 8bit codecs

2022-01-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jan 10 17:24:44 2022 +0100| [c32f6b7f8abcfd9f671f80e423e92ee0408eaa08] | committer: Andreas Rheinhardt avcodec/h264pred: Remove dead > 8 pixels checks for 8bit codecs RV40, SVQ3 and VP7/VP8 are eight-bit only, so it makes no sense to check for

[FFmpeg-cvslog] avcodec/mpeg4videodec: Avoid multiple consecutive av_log()

2022-01-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jan 10 21:30:26 2022 +0100| [fbeb8eab44cd0ab97c42ca6f23fd067c527ef829] | committer: Andreas Rheinhardt avcodec/mpeg4videodec: Avoid multiple consecutive av_log() These messages belong together, yet they can be torn apart if some other call to

[FFmpeg-cvslog] avcodec/h264pred: Reindentation

2022-01-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jan 10 18:39:29 2022 +0100| [3988016fa3ec298206b9a5347683764f06ac31c6] | committer: Andreas Rheinhardt avcodec/h264pred: Reindentation Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3988016fa3ec

[FFmpeg-cvslog] avcodec/mpegpicture: Decrease size of encoding_error array

2022-01-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jan 10 23:23:43 2022 +0100| [c936c319bd54f097cc1d75b1ee1c407d53215d71] | committer: Andreas Rheinhardt avcodec/mpegpicture: Decrease size of encoding_error array The current size is AV_NUM_DATA_POINTERS (i.e. eight). This number is chosen in o