Commit Graph

850 Commits

Author SHA1 Message Date
fduncanh
c02e030491 minor cleanup of parsing for -admp, -vdmp options 2022-09-25 14:18:21 -04:00
fduncanh
94f414346c iPod Touch gen 5 and later is supported; iOS 16 supports UxPlay 2022-09-25 14:14:29 -04:00
antimof
104b92f2ee Merge pull request #106 from FDH2/master
Update README: Raspberry Pi OS no longer needs a patch
2022-09-17 08:44:08 +03:00
fduncanh
9d9b0dc2a9 Update README: Raspberry Pi OS no longer needs a patch 2022-09-13 03:54:04 -04:00
antimof
1bb850c18b Merge pull request #105 from FDH2/master
small simplifications in the  instructions in  README for windows build
2022-09-08 18:04:14 +03:00
fduncanh
c81bcae235 changes to README for windows build 2022-09-08 00:03:36 -04:00
antimof
e2e6db6ca7 Merge pull request #103 from FDH2/master
updated README for WIN32
2022-09-05 15:57:48 +03:00
fduncanh
47d9ccb6f9 Merge branch 'antimof:master' into master 2022-09-04 20:38:03 -04:00
fduncanh
2c76b06586 WIN32 audio updates, README and manpage
added audioresample to audio pipeline for WIN32
2022-09-04 20:37:23 -04:00
antimof
4b96d6698a Merge pull request #102 from FDH2/master
UxPlay now also runs on Windows
2022-09-03 16:07:54 +03:00
fduncanh
c3b31d5edf add WIN32 code for finding system MAC address
don't buffer stdout in WIN32 when debug_log=false
2022-09-03 05:12:29 -04:00
fduncanh
1408b07415 update README for building on Windows (thanks to @aelmod) 2022-09-02 19:27:00 -04:00
fduncanh
f5122826fb modified keepalive settings for WIN32 2022-09-02 07:46:22 -04:00
fduncanh
bb6c409d90 CMakeLists.txt: add WIN32 compilation (from @aelmod) 2022-09-02 07:32:06 -04:00
fduncanh
b59674c11a uxplay.cpp: fixes by @aelmod for compilation on Windows 2022-09-01 11:57:15 -04:00
fduncanh
1871ea0f30 raop airplay lib: fixes by @aelmod for compilation on Windows 2022-09-01 11:50:27 -04:00
fduncanh
24da455071 uxplay.cpp: small cleanup; also remove unused WIN32 code in lib/threads.h. 2022-08-31 00:44:05 -04:00
fduncanh
6e8491a30a revert a change that used assert in a way that fails with NDEBUG
(pointed out by @heweishing, thanks)
2022-08-28 02:37:28 -04:00
fduncanh
d7648e8d73 README edits + cosmetic changes to manpage, -h output 2022-08-21 02:51:10 -04:00
antimof
26a9403397 Merge pull request #98 from FDH2/master
1.56  Minor update to RPi options: "bt709" color fix is merged to GStreamer; new patches available.
2022-08-03 11:47:25 +03:00
fduncanh
e616839b6e remove -bt709 from -rpi etc. add -rpigl convenience option 2022-07-30 12:22:46 -04:00
antimof
ff376c711f Merge pull request #96 from FDH2/master
UxPlay 1.55
2022-07-24 08:15:37 +03:00
fduncanh
98d02da12d fix inconsistent argument in video_renderer_flush reported by PetrusZ #111 2022-07-23 15:52:01 -04:00
fduncanh
994aa6ac50 edit README 2022-07-23 15:22:35 -04:00
fduncanh
91663c0c57 update llhttp to v6.0.7; README typo. 2022-07-23 09:18:28 -04:00
fduncanh
e0cb4aa298 use g_assert instead of assert in renderers 2022-07-22 06:08:18 -04:00
fduncanh
71bbf93fa2 minor change: -v for version info only, -h for help text 2022-07-22 04:01:07 -04:00
fduncanh
4b0f17b00b update README for 1.55 2022-07-06 03:20:06 -04:00
fduncanh
9fc8fac94b add -bt709 option for the bt709 fix (for future gstreamer changes)
-v4l2 now does NOT include the -bt709 fix, use -v4l2 -bt709 .
-rpi -rpifb -rpiwl still include  the bt709 fix for v4l2 on RPi
2022-07-03 19:05:10 -04:00
fduncanh
9c37b6e044 typo 1.53 instead of 1.54 on manpage 2022-07-03 17:42:18 -04:00
antimof
e2954653be Merge pull request #94 from FDH2/master
UxPlay 1.54:  minor fixes and add support for "cover art" display in audio-only ALAC mode
2022-07-02 09:40:01 +03:00
fduncanh
3604e442c3 whitespace 2022-06-30 21:22:19 -04:00
fduncanh
54ea0c6aef separate RAOP and AirPlay features 2022-06-30 16:13:25 -04:00
fduncanh
f756c77480 support for display of cover art in AirPlay Audio-only (ALAC) mode 2022-06-30 16:02:12 -04:00
fduncanh
e710492077 make features in plist from raop_handlers.h consistent with dnssdint.h
improved version of last commit

cleaner implementation of last commit
2022-06-30 15:45:54 -04:00
fduncanh
bdbe73108c move bt709 fix to -v4l2 and -rpi* options, instead of Caps for all. 2022-06-20 21:34:48 -04:00
antimof
0ce2edb29a Merge pull request #93 from FDH2/master
UxPlay 1.53
2022-06-17 17:42:32 +03:00
fduncanh
30700758e9 only start processing resent audio packet if length >=12 2022-06-16 21:16:24 -04:00
fduncanh
7fdbe57363 send uint64_t rtp_time to sync_clock (without subtraction of rtp_start_time) 2022-06-16 18:10:55 -04:00
fduncanh
15531ccd05 remove assertion in rtp64_time 2022-06-16 04:18:08 -04:00
fduncanh
33257a9a1d fir minor typo in comment 2022-06-16 02:56:56 -04:00
fduncanh
baa6c30dcd send uint64_t ntp_times to raop_rtp_sync_clock without subtracting ntp_start_time 2022-06-16 02:27:46 -04:00
fduncanh
1c0550977e add seqnum to audio_decode_struct 2022-06-15 13:27:44 -04:00
fduncanh
c8210c9c60 whitespace 2022-06-15 12:58:31 -04:00
fduncanh
1be1ef2612 cleaner implementation of 32->64 bit rtp_time 2022-06-15 12:50:33 -04:00
fduncanh
6b5d85a403 whitespace 2022-06-15 02:38:14 -04:00
fduncanh
fd0eadd72d raop_rtp.c more code cleanup in audio rtp_sync 2022-06-15 02:27:40 -04:00
fduncanh
29691516c3 start rtp64_time at a sync event if it happens before audio is received 2022-06-14 02:48:36 -04:00
fduncanh
4491175e45 remove sync_scale (now unused) from raop_rtp_t 2022-06-14 00:37:43 -04:00
fduncanh
78eff9854e cosmetic (typo in comment) 2022-06-13 20:50:44 -04:00