dnehring7
c229e77151
Merge branch 'jojo61:master' into master
2022-10-03 12:27:16 +02:00
jojo61
af370721d4
Fix Audio for NUC11
2022-09-24 14:59:46 +02:00
jojo61
79fa8efc6a
Fix E-AC3 Parser
2022-09-20 15:05:18 +02:00
jojo61
d5dec38d62
remove glxMakeCurrent
2022-07-09 12:52:28 +02:00
Dirk Nehring
74847c9bed
Remove RASPI support
2022-05-24 00:09:55 +02:00
jojo61
115f3b1fce
Set DISPLAY if not already set.
2022-05-16 15:13:00 +02:00
jojo61
ff16beb515
One more Fix for skinopacity
2022-05-11 13:52:38 +02:00
jojo61
fefd3e83f6
Fix VideoWindow with LIBPLACEBO_GL
2022-01-14 15:24:56 +01:00
Dirk Nehring
177e44de98
- switch from indent to clang-format, which is supported by Visual Studio Code
...
- reindent all sources to common code style
- fix include sort errors from clang-format
- update AGPL 3.0 license file
2021-12-27 20:02:45 +01:00
jojo61
1878eaec88
Fix Placebo for AMD
2021-12-05 17:44:45 +01:00
jojo61
cc099e24ea
Update libplacebo till API 175
2021-11-16 15:05:49 +01:00
jojo61
59a82d409e
Fix for GLEW Version 2.2
2021-08-11 11:23:43 +02:00
jojo61
eabbbcb442
Fix for softhdvaapi with libplacebo >= 3.Mai 2021
...
Needs fix for libplacebo as well.
Or use libplacebo older that 3. Mai 2021
2021-06-20 14:56:10 +02:00
jojo61
2562c4eac5
Support for colortemp adjustment with libplacebo
2021-04-16 13:50:45 +02:00
jojo61
dfeb75cc51
Support libplacebo API 127
...
- Attention the scaler sequence has changed
you need to redefine the scalers you want to use
2021-04-13 11:54:03 +02:00
jojo61
b2247ebb9b
Fix mute when switching channel
2021-03-27 18:03:15 +01:00
jojo61
8c89787269
Fixed volume level (with linearize) after changing the play mode.
2021-03-21 14:20:24 +01:00
jojo61
a4fe3aa31c
More changes for HDR with softhddrm
...
Monitor Type now required in Konfig
2021-03-17 14:24:52 +01:00
jojo61
891d432536
More changes for HDR support with kernel 5.12
...
Support for LUTs
Removed default PIP witch cuvid
2021-03-16 09:40:08 +01:00
jojo61
c09bad125d
Save Volume before external player suspend
2021-03-16 08:44:45 +01:00
jojo61
d553a8108d
Fix AC3 dowmix
2021-01-26 09:17:39 +01:00
jojo61
a7471e8800
Support for libplacebo API Version 106
...
Support for LIBPLACEBO with opengl -> needs API >= 106
2021-01-10 13:55:09 +01:00
jojo61
184cc1aa05
Fix playback for old PES recordings with vaapi
2020-08-18 11:35:11 +02:00
jojo61
072e1d6847
Fix vaapi for libplacebo > 87
2020-08-14 12:38:27 +02:00
jojo61
a424a57036
Mangle with C and C++
2020-06-16 08:49:03 +02:00
jojo61
a28e368c1b
Fix jumps between recording marks
2020-06-09 09:23:38 +02:00
jojo61
03b770ce47
Support for mpv user shaders with libplacebo
2020-06-07 12:31:18 +02:00
jojo61
78337f5933
Update Minor Version
2020-05-01 12:08:12 +02:00
jojo61
2fea2ee69f
Fix default Gamma in Initial Setup
...
Prepare für opengl placebo (not working yet)
2020-05-01 12:06:04 +02:00
Dirk Nehring
a3eedbff0c
Remove unsupported auto-crop feature from source
2020-04-16 21:15:19 +02:00
Dirk Nehring
23651104f2
Reworked the aspect function. Now we calculate the display aspect from the pixel width and
...
pixel height (and not from the physical size, which was the root cause for rounding errors).
Cropping calculation is reworking, now the rounding is correct. I introduce a new aspect mode
"original" which displays the output with the original size (but after correction the
pixel aspect ratio). Tested with vaapi(X11) and vaapi(DRM) with and without libplacebo.
2020-04-13 18:04:57 +02:00
Dirk Nehring
36c208967e
- Reindent all sources to common coding style again.
...
- Fix compile bug occurred with gcc10 (-fno-common is now default)
2020-04-10 16:17:23 +02:00
jojo61
a6e65d953e
Fix issue #42 and changes for faster a/v sync
2020-03-31 13:57:43 +02:00
jojo61
34b1fccb28
Fis issues #36 #37 #38
2020-03-12 08:05:39 +01:00
jojo61
3d23288bdc
Fixed issue #32
2020-03-02 16:11:33 +01:00
jojo61
7ce842b989
More info in Menue
2020-02-02 13:26:51 +01:00
jojo61
3bed988b14
Inital Support for DRM with HDR10 and HDR-HLG
2019-12-10 10:45:22 +01:00
Dirk Nehring
1a56d620ac
Fix indentation.
2019-11-18 13:01:19 +01:00
jojo61
b883fa606b
Add repeat handling for X11 keyboard remote control
2019-11-06 16:44:53 +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
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
Dirk Nehring
ed53dd21ca
Reindent all sources to common coding style.
2019-10-26 18:42:19 +02:00
jojo61
6fbf240f6e
Merge pull request #6 from 9000h/try-fix-osd
...
try fix osd
2019-10-23 12:05:27 +00:00
9000h
d03bd4661b
try fix osd
2019-10-22 19:59:56 +02:00
9000h
11ea3baba3
fix missing AudioSetBufferTime
2019-10-22 19:46:24 +02:00
jojo61
a2b52bb804
Fix jump in recordings
...
Fix in CUVID Bufferhandling
2019-10-11 11:47:11 +02:00
jojo61
18759e8dab
fix device name
2019-08-23 14:26:43 +02:00