This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: qvidcap: split up capture-win-gl.cpp into capture.cpp and paint.cpp
Author:  Hans Verkuil <hverk...@xs4all.nl>
Date:    Tue Nov 20 15:26:43 2018 +0100

The capture-win-gl.cpp was too large, so it is now split in one
part (capture.cpp) that deals with streaming and one (paint.cpp)
that deals with the openGL shader and render code.

It has also been renamed since the -win-gl bit was really a
leftover from qv4l2 and made no sense for the openGL-only qvidcap.

Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>

 utils/qvidcap/.gitignore         |    2 +-
 utils/qvidcap/Makefile.am        |   10 +-
 utils/qvidcap/capture-win-gl.cpp | 2676 --------------------------------------
 utils/qvidcap/capture-win-gl.h   |  241 ----
 utils/qvidcap/capture.cpp        | 1488 +++++++++++++++++++++
 utils/qvidcap/capture.h          |  241 ++++
 utils/qvidcap/paint.cpp          | 1213 +++++++++++++++++
 utils/qvidcap/qvidcap.cpp        |    2 +-
 utils/qvidcap/qvidcap.h          |    2 +-
 utils/qvidcap/qvidcap.pro        |    4 +-
 10 files changed, 2952 insertions(+), 2927 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=12c07930cfd4a0cb4ca2bcce0ee2d4f6143065ac
<diff discarded since it is too big>

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to