Commit Graph

987 Commits

Author SHA1 Message Date
F. Duncanh
732d78813b add RPM spec file, document it in README; 1.65.1 release 2023-07-22 02:55:11 -04:00
F. Duncanh
b85afa44e6 provide graceful exit if avdec_aac is absent 2023-07-21 18:48:43 -04:00
F. Duncanh
186a67c3cf fixes for various compiler warnings 2023-07-18 05:06:20 -04:00
F. Duncanh
51379779af llhttp: minor update to v8.1.1 2023-07-03 17:53:22 -04:00
F. Duncanh
1b2c48f2fd fix minor error in uxplay -h text 2023-06-20 16:02:01 -04:00
F. Duncanh
d6f0d0227e README update about R Pi OS Legacy (Buster) 2023-06-16 13:08:43 -04:00
F. Duncanh
c50a3bcf21 cosmetic fixes to debug output 2023-06-14 12:11:49 -04:00
antimof
0ba7034ac8 Merge pull request #136 from FDH2/master
README updates
2023-06-13 21:33:35 +03:00
F. Duncanh
4b90ab2314 replace a libplist-2.1.0 function, restore Debian 10 compatibility 2023-06-12 02:38:15 -04:00
F. Duncanh
2d61fc252b README update 2023-06-10 09:30:21 -04:00
F. Duncanh
5c4b3a67fc WIN32 use default location if BONJOUR_SDK_HOME not set 2023-06-06 16:09:27 -04:00
F. Duncanh
271bd30e52 README updates 2023-06-06 15:39:15 -04:00
F. Duncanh
e9e74ab446 README updates 2023-06-05 06:10:39 -04:00
antimof
129a5e401f Merge pull request #135 from FDH2/master
minor README update (building libplist from source)
2023-06-03 22:34:46 +03:00
F. Duncanh
40e0a50d20 corrected parsing of configuration file for quoted option items 2023-06-02 11:52:17 -04:00
F. Duncanh
640532efe2 Preparing for v1.65 release; cleanup after changes 2023-05-31 11:12:32 -04:00
F. Duncanh
fa5d1d8114 Disable "SupportsLegacyPairing" to allow fast connections (thanks @shuax) 2023-05-31 04:59:14 -04:00
F. Duncanh
a800fe213e fix unsafe strcmp (AirMyPC segfault) + timing fix for AirMyPC client 2023-05-31 03:41:53 -04:00
F. Duncanh
d38f8690c2 protocol modifications allowing "supports legacy pairing" to be disabled 2023-05-30 07:46:15 -04:00
F. Duncanh
aab89c2f50 call audio_renderer_stop after audio connection stops (fixes #201) 2023-05-28 10:53:29 -04:00
F. Duncanh
e2ad714028 mac /Homebrew cleanup of PKG_CONFIG_PATH 2023-05-25 11:24:16 -04:00
F. Duncanh
c8adf198f9 README update (building libplist from source) 2023-05-23 14:22:56 -04:00
antimof
cce1666c06 Merge pull request #133 from FDH2/master
Update to UxPlay1.64
2023-05-06 21:16:12 +03:00
F. Duncanh
8100007524 fix README typos, macOS updates 2023-05-03 11:21:25 -04:00
F. Duncanh
67d61c2fc9 UxPlay 1.64: -h, manpage and README updates 2023-04-24 02:45:57 -04:00
F. Duncanh
16e5b4ae06 add ability to use a configuration file uxplayrc 2023-04-23 14:04:15 -04:00
F. Duncanh
96333754be clean up SPS/PPS prepend code (for IDR frames) + cosmetic cleanups 2023-04-22 10:55:36 -04:00
F. Duncanh
8c62dcd24c update README about -vsync, -async options 2023-04-20 10:49:37 -04:00
F. Duncanh
6e11e749cc raop_ntp.c, utils.c : fixes #192 2023-04-19 14:10:28 -04:00
fduncanh
803217ce7d Merge pull request #193 from FDH2/testing
only call utils_data_to_string in -d debug mode
2023-04-18 03:45:53 -04:00
F. Duncanh
3dfdf42fad only call utils_data_to_string in -d debug mode 2023-04-18 02:25:57 -04:00
F. Duncanh
653158eabb fix errors in recent sprintf->snprintf "fix" 2023-04-17 18:56:38 -04:00
F. Duncanh
a82bc59a31 update README for Homebrew changes on macOS 2023-04-16 15:10:40 -04:00
F. Duncanh
67e9c0eca1 replace sprintf by snprintf (silence warning by macOS compiler) 2023-04-15 18:19:04 -04:00
F. Duncanh
4a86c90c18 update README to show R Pi 3 model B+ testing 2023-04-14 00:05:00 -04:00
antimof
19a1571430 Merge pull request #131 from FDH2/master
README updates, minor fixes
2023-03-21 22:09:52 +03:00
F. Duncanh
9a1f67c354 fix for homebrew on M1 macs 2023-03-14 16:48:48 -04:00
F. Duncanh
7053176010 add --help -help -? synonyms for -h; hint if option is unknown 2023-02-26 13:16:32 -05:00
F. Duncanh
c19637ca22 README fixes 2023-02-20 23:53:20 -05:00
antimof
3b10932665 Merge pull request #122 from FDH2/master
UxPlay 1.62
2023-02-15 16:51:21 +03:00
F. Duncanh
2f85d64571 fix timestamp_to_date, etc. for nanosecond timestamps 2023-02-15 02:59:01 -05:00
F. Duncanh
28489d5658 README updated for 1.63 2023-02-13 02:32:20 -05:00
F. Duncanh
6d9f2a2b88 introduce -vsync, -async options 2023-02-12 19:06:29 -05:00
F. Duncanh
4580c44ed5 add remote_clock_offset to convert remote timestamps to local REALTIME 2023-02-12 10:42:58 -05:00
F. Duncanh
8502ca57f3 remove video/audio _start_time and base_time additions 2023-02-12 00:05:56 -05:00
F. Duncanh
9fc195877d cleaned up raop_rtp.c 2023-02-11 05:02:17 -05:00
F. Duncanh
7bc54aed53 add gst_start_time 2023-02-10 15:21:06 -05:00
F. Duncanh
e2c60ae557 raop_ntp cleanup parentheses 2023-02-10 15:18:33 -05:00
F. Duncanh
28afb1fbb8 export both local and remote ntp times with audio and video frames 2023-02-10 14:05:08 -05:00
F. Duncanh
7d9ad58ad6 add pipeline base_time, start_time variables 2023-02-10 13:06:42 -05:00