Commit Graph

920 Commits

Author SHA1 Message Date
F. Duncanh
05c5044205 minor README update 2023-01-20 15:20:36 -05:00
F. Duncanh
1de43f914f cleanup of the gstreamer audio and video PTS system 2023-01-18 16:16:45 -05:00
F. Duncanh
f0c12d363e update deprecated gstreamer syntax 2023-01-18 02:07:33 -05:00
F. Duncanh
6c837e575c README update Changelog for v1.62 2023-01-16 14:17:11 -05:00
F. Duncanh
980009056a cleanups in X11 UxPlay window detection, add fpsdisplaysink to list 2023-01-16 13:32:05 -05:00
F. Duncanh
14df246976 increase default maxFPS plist setting from 30 to 60 2023-01-16 08:55:12 -05:00
F. Duncanh
105df46772 README: add instruction for avahi service on non-systemd systems 2023-01-16 01:52:24 -05:00
F. Duncanh
bb5b70305b remove unnecessary audio buffer flush on volume change
(may cause audio artefacts)
This was first introduced in RPiPlay 2019-07-12 in commit
ad0872961f
2023-01-16 01:49:49 -05:00
F. Duncanh
1db45e2950 cleanup: use fprintf to stderr for error exits from option parser 2023-01-15 15:42:59 -05:00
F. Duncanh
a7445da3e6 cleanup: remove some printf's (replace by logger) 2023-01-15 15:24:44 -05:00
F. Duncanh
5ab880f0e8 uxplay 1.62: add audio-only mode time offset option -ao x.y 2023-01-15 11:43:43 -05:00
F. Duncanh
19e2ae46c2 some more dmap codes 2023-01-14 18:17:11 -05:00
F. Duncanh
9d97860f13 option -ad n to add delay n millisec to ALAC streams (undocumented) 2023-01-14 03:06:27 -05:00
F. Duncanh
c85bb84aed fixes in README 2023-01-13 23:37:19 -05:00
antimof
87a11867d1 Merge pull request #118 from FDH2/master
UxPlay v1.61    important documentation for Avahi setup with firewall.
2023-01-13 22:46:11 +03:00
F. Duncanh
49f72bf212 Rearrange and update README with "repology" info. 2023-01-13 14:41:59 -05:00
F. Duncanh
f094dd137e Windows: UTF-8 on console; fix 0x01 video packets with no payload 2023-01-13 09:43:53 -05:00
F. Duncanh
2e36155e41 uxplay.cpp: cleaner shutdown 2023-01-12 00:24:49 -05:00
F. Duncanh
fb3b340124 lib/CMakeLists.txt: remove -U_FORTIFY_SOURCE from Cflags 2022-12-31 13:09:03 -05:00
F. Duncanh
66f92b0659 UxPlay 1.61 remove -t option and CMakeList.txt fixes; refactor uxplay.cpp 2022-12-31 00:40:08 -05:00
F. Duncanh
da50d5efe0 uxplay.cpp remove redundant declarations 2022-12-29 19:09:44 -05:00
F. Duncanh
bceb8c28ed uxplay.cpp move dnssd items to above start_raop_server 2022-12-29 17:40:26 -05:00
F. Duncanh
0e36fef439 uxplay.cpp move main program to end of file 2022-12-29 17:30:23 -05:00
F. Duncanh
43bbff541b refactor start_raop_server to separate start_dnssd 2022-12-29 17:22:17 -05:00
F. Duncanh
acebc007f3 update README: avahi configuration 2022-12-29 16:48:06 -05:00
F. Duncanh
fa5d412e21 postpend (instead of prepend) any $CFLAGS from build environment to Cflags 2022-12-28 13:12:08 -05:00
F. Duncanh
dc22631cfd lib/CMakeLists.txt: remove debug option -g from Cflags 2022-12-28 11:08:47 -05:00
antimof
d2969afb3d Merge pull request #117 from FDH2/master
README:  add modified instructions for Fedora
2022-12-25 13:11:15 +03:00
F. Duncanh
bed37e9783 add modified instructions for Fedora 2022-12-23 12:48:33 -05:00
antimof
09dcd5c419 Merge pull request #116 from FDH2/master
uxplay 1.60: now supports fullscreen mode in X11
2022-12-19 16:11:09 +03:00
F. Duncanh
a056bb2abd README update for new behavior if DNS_SD registration fails 2022-12-17 16:49:09 -05:00
F. Duncanh
584dadb5da cosmetic change (keep lib free of UxPlay mentions in case of re-use)
make NOHOLD feature a #define item
2022-12-16 10:47:18 -05:00
F. Duncanh
a5f2ba39b2 1.60 release 2022-12-15 13:12:59 -05:00
F. Duncanh
519016ea31 added cmake message that -DZOOMFIX=ON is no longer used 2022-12-15 12:43:46 -05:00
F. Duncanh
e86e6e20d4 add code to detect unsupported AirPlay 2 "Remote Control" protocol 2022-12-14 11:53:51 -05:00
F. Duncanh
af2937e046 add error message if dnssd_register_airplay or _raop fails 2022-12-14 02:13:35 -05:00
F. Duncanh
c3106eb3f5 corrected parsing of DMAP metadata 2022-12-13 16:17:24 -05:00
F. Duncanh
1f8b11033d minor cosmetic fix 2022-12-12 17:47:15 -05:00
F. Duncanh
61d7426861 Changelog for 1.59, add initial terminal message with uxplay version 2022-12-12 15:39:45 -05:00
F. Duncanh
2644133234 dont report sizes if option -vs 0 is used (fix prevents segfault) 2022-12-11 23:21:06 -05:00
F. Duncanh
2ef6f8b661 yet another new fullscreen code cleanup 2022-12-10 12:03:32 -05:00
F. Duncanh
7ba6b21e44 dmap "code: should be called dmap "tag" 2022-12-10 11:19:03 -05:00
F. Duncanh
09d1e5f194 minor cleanup of new fullscreen code 2022-12-10 08:23:06 -05:00
fduncanh
5215978a05 Merge pull request #152 from FDH2/x11fullscreen
X11fullscreen
2022-12-09 17:13:42 -05:00
F. Duncanh
a4cdfe9d58 more fixes of fullscreen toggle so -fs also works for X11 2022-12-09 15:59:29 -05:00
F. Duncanh
24f47dd943 CMakeLists.txt: update to use X_DISPLAY_FIX by default 2022-12-09 12:03:34 -05:00
fduncanh
7ecb10084c Merge branch 'antimof:master' into x11fullscreen 2022-12-09 09:32:52 -05:00
F. Duncanh
15d316f00d fixes to new full-screen toggle code 2022-12-09 09:31:21 -05:00
gerbon
01ae7d580c add F11 shortcut to toggle into fullscreen mode 2022-12-09 09:24:19 -05:00
F. Duncanh
a0595e3cdc uxplay.cpp: cleanup handling of DMAP/DAAP AirPlay-audio metadata 2022-12-08 16:19:53 -05:00