Anton Baskanov : winegstreamer: Handle quality control messages in CMpegVideoCodec.
Module: wine Branch: master Commit: b9e8a742b7b9443b0268e128d52d6f806f24bdff URL: https://gitlab.winehq.org/wine/wine/-/commit/b9e8a742b7b9443b0268e128d52d6f8... Author: Anton Baskanov <baskanov(a)gmail.com> Date: Sat Dec 2 23:43:39 2023 +0700 winegstreamer: Handle quality control messages in CMpegVideoCodec. Based on the code from quartz_parser and wg_parser. --- dlls/quartz/tests/mpegvideo.c | 8 ++-- dlls/winegstreamer/gst_private.h | 2 + dlls/winegstreamer/main.c | 18 +++++++ dlls/winegstreamer/quartz_transform.c | 88 ++++++++++++++++++++++++++++------- dlls/winegstreamer/unix_private.h | 1 + dlls/winegstreamer/unixlib.h | 10 ++++ dlls/winegstreamer/wg_parser.c | 2 + dlls/winegstreamer/wg_transform.c | 30 ++++++++++++ 8 files changed, 139 insertions(+), 20 deletions(-)
participants (1)
-
Alexandre Julliard