Commit Graph

264 Commits

Author SHA1 Message Date
jojo61 ce3813a9e9 Minor cleanups 2020-01-08 17:04:18 +01:00
jojo61 53314a17f5 Remove deprecated call 2020-01-08 17:00:53 +01:00
jojo61 e4e6a81f54 Add patch for skinnopacity 2020-01-08 16:44:37 +01:00
jojo61 70b67f4466 Fix DETA/ATTA with DRM (hopefully) 2020-01-07 22:22:07 +01:00
jojo61 2f0b1d0df9 Reverse DETA fix 2020-01-03 13:58:24 +01:00
jojo61 dfe70f4f96 More OpenGL and DRM fixes 2020-01-03 12:22:47 +01:00
jojo61 fe3681f6eb Fix UHD crash with DRM 2019-12-28 11:16:01 +01:00
jojo61 50299f178f Provide environment Setting for OpenGL
- no .drirc needad anymore
2019-12-28 10:57:47 +01:00
jojo61 6ea4f5076b Reverse commit need more testing 2019-12-28 07:55:51 +01:00
jojo61 3cb66dd3de make .drirc obsolete 2019-12-27 14:26:12 +01:00
jojo61 68fa4fe4dc Some refactoring of shaders 2019-12-23 14:53:30 +01:00
jojo61 463109fcb6 Prepare for v4l2m2m for Raspi 4 2019-12-23 11:14:38 +01:00
jojo61 d1bc51edb8 Fixed missing lib 2019-12-20 12:12:53 +01:00
jojo61 67832ac333 Enabled -C Option for DRM 2019-12-17 12:15:35 +01:00
jojo61 1274e673ec More cuvid fixes 2019-12-17 11:12:00 +01:00
jojo61 4334894515 Fix cuvid without placebo 2019-12-17 10:22:22 +01:00
jojo61 d2dedb40dd New Parameter -r for Refreshrate with DRM
Fixed aspectratio with DRM
2019-12-12 11:31:40 +01:00
jojo61 3bed988b14 Inital Support for DRM with HDR10 and HDR-HLG 2019-12-10 10:45:22 +01:00
jojo61 f17e58c7c5 Provide Patches for HDR with Intel NUC and LSPCON
The patches are for the drm-intel Branch of Linux
see https://github.com/freedesktop/drm-intel
2019-12-08 14:43:43 +01:00
jojo61 5cd68b6eed
Merge pull request #21 from dnehring7/master
Fix indentation.
2019-11-19 13:15:27 +00:00
Dirk Nehring 1a56d620ac Fix indentation. 2019-11-18 13:01:19 +01:00
jojo61 695a6495dd Small Fix for Fonts 2019-11-17 11:07:15 +01:00
jojo61 780c594ba2 More fixes for OSD 2019-11-13 17:09:49 +01:00
jojo61 8838d4c754 Fixed OSD Size for skindesigner with UHD
Fixed corruption with fast Menue Switch
2019-11-11 17:45:59 +01:00
jojo61 b883fa606b Add repeat handling for X11 keyboard remote control 2019-11-06 16:44:53 +01:00
jojo61 6acd2feb3f Changed OSD Interface without Placebo 2019-11-05 22:06:54 +01:00
jojo61 499731fc1f Fixed Vaapi OSD with PLACEBO 2019-11-02 15:47:45 +01:00
jojo61 a4bee138f2 Improved Placebo Frame turnaroundtime 2019-11-02 13:28:42 +01:00
jojo61 146b826b4d OSD optimizations 2019-11-01 08:22:26 +01:00
jojo61 3dfaeaf7e2
Merge pull request #16 from dnehring7/master
Fix remaining indentation problems.
2019-10-28 22:28:48 +01:00
Dirk Nehring 132caa81de Remove old VDR API compatibility defines 2019-10-28 21:52:29 +01:00
Dirk Nehring 9ebdd3baae Fix remaining indentation problems. 2019-10-28 21:43:37 +01:00
jojo61 43fa0b8929
Merge pull request #15 from jojo61/revert-10-Add-glFinish()-before-unmapping-the-surface
Revert "Add glFinish() before unmapping the surface"
2019-10-28 20:02:17 +01:00
jojo61 2cd8415f2b
Revert "Add glFinish() before unmapping the surface" 2019-10-28 20:01:37 +01:00
jojo61 2d3a7339e8
Merge pull request #14 from 9000h/fix-missing-break
fix missing break
2019-10-28 19:59:40 +01:00
jojo61 c4a7aefc20
Merge pull request #13 from 9000h/use-the-log-defines
use the log defines
2019-10-28 19:59:11 +01:00
jojo61 bdfe1a62c9
Merge pull request #12 from 9000h/Switch-to-posix-compaatible-sched_yield
Switch to posix compatible sched_yield
2019-10-28 19:58:27 +01:00
9000h 1bf5a841e9
Merge branch 'master' into Switch-to-posix-compaatible-sched_yield 2019-10-28 15:51:49 +01:00
9000h 7269e28f9a
Update softhdcuvid.cpp 2019-10-28 15:49:03 +01:00
9000h b83cb6167c
Merge branch 'master' into fix-missing-break 2019-10-28 15:47:35 +01:00
9000h 7b0984381d
fix missing break 2019-10-28 13:02:12 +01:00
9000h ed5fa65837
use the log defines
use the log defines
2019-10-28 12:57:05 +01:00
9000h 70ef3d6602
Switch to posix compaatible sched_yield
Use sched_yield() instead of pthread_yield()
2019-10-28 12:34:46 +01:00
jojo61 557c17982f
Merge pull request #10 from 9000h/Add-glFinish()-before-unmapping-the-surface
Add glFinish() before unmapping the surface
2019-10-27 10:52:02 +01:00
jojo61 01a564cf3d
Merge pull request #9 from dnehring7/master
Reindent all sources to common coding style (second try). This makes it easier for future patches.
2019-10-27 10:48:39 +01:00
9000h 6044db40f3
Add glFinish() before unmapping the surface
cherry picked from rellla
22590848da
2019-10-26 23:03:35 +02:00
Dirk Nehring ed53dd21ca Reindent all sources to common coding style. 2019-10-26 18:42:19 +02:00
jojo61 5653e31466
Merge pull request #7 from 9000h/second-tryfix-osd
second tryfix osd
2019-10-26 15:55:08 +02:00
9000h 59354108fc
second tryfix osd
fix core dump at start when using vdr-plugin-skinnopacity
the code is maybe not needed for VAAPI anyway
2019-10-25 23:25:20 +02:00
jojo61 d25f456e67 Fixed StillPicture
Fixed YADIF Compile error
2019-10-24 16:00:09 +02:00