Zebediah Figura : strmbase: Support aggregation in the base filter.

Alexandre Julliard julliard at winehq.org
Tue Jun 4 16:28:13 CDT 2019


Module: wine
Branch: master
Commit: 31a5cb5f0531838fbd8c2c295846ca0c786ab99b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=31a5cb5f0531838fbd8c2c295846ca0c786ab99b

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Tue Jun  4 10:01:17 2019 -0500

strmbase: Support aggregation in the base filter.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/evr/evr.c                   |   4 +-
 dlls/qcap/audiorecord.c          |   4 +-
 dlls/qcap/avico.c                |   6 +--
 dlls/qcap/avimux.c               |  13 ++---
 dlls/qcap/smartteefilter.c       |   4 +-
 dlls/qcap/tests/avico.c          |  10 ++--
 dlls/qcap/tests/avimux.c         |   3 +-
 dlls/qcap/vfwcapture.c           |   5 +-
 dlls/qedit/nullrenderer.c        |   4 +-
 dlls/qedit/samplegrabber.c       |   4 +-
 dlls/quartz/avisplit.c           |  13 ++---
 dlls/quartz/dsoundrender.c       |  14 ++---
 dlls/quartz/filesource.c         |  10 ++--
 dlls/quartz/mpegsplit.c          |  14 ++---
 dlls/quartz/parser.c             |   9 ++--
 dlls/quartz/parser.h             |   2 +-
 dlls/quartz/tests/avisplit.c     |   3 +-
 dlls/quartz/tests/dsoundrender.c |   3 +-
 dlls/quartz/tests/filesource.c   |   3 +-
 dlls/quartz/tests/mpegsplit.c    |   3 +-
 dlls/quartz/tests/waveparser.c   |   3 +-
 dlls/quartz/videorenderer.c      |   4 +-
 dlls/quartz/vmr9.c               |   6 +--
 dlls/quartz/waveparser.c         |  13 ++---
 dlls/strmbase/filter.c           | 108 +++++++++++++++++++++++++--------------
 dlls/strmbase/renderer.c         |   8 +--
 dlls/strmbase/transform.c        |   2 +-
 dlls/winegstreamer/gstdemux.c    |  14 ++---
 dlls/wineqtdecoder/qtsplitter.c  |   9 ++--
 include/wine/strmbase.h          |  28 +++++-----
 30 files changed, 159 insertions(+), 167 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=31a5cb5f0531838fbd8c2c295846ca0c786ab99b



More information about the wine-cvs mailing list