Commit Graph

203 Commits

Author SHA1 Message Date
F. Duncanh
0917ad12be add functions for future use (will not change current behavior) 2025-11-15 15:06:22 -05:00
F. Duncanh
c33b4e10f1 shorten "get_playback_info" data shown with -d 1 debug option 2025-11-15 13:27:46 -05:00
F. Duncanh
47da1e03db fix memory leaks in x_display_fix.h (from Valgrind) 2025-11-14 18:43:38 -05:00
F. Duncanh
5afbdde169 minor updates in preparation for coding playlist removal/insertion 2025-11-13 17:07:57 -05:00
F. Duncanh
2c3fcdcf8d add -vrtp option (requested by @tovrstra ) 2025-09-26 01:57:09 -04:00
F. Duncanh
db8b6a96c3 terminate if video renderer fails to initialize 2025-09-03 22:34:50 -04:00
F. Duncanh
ae8e427fe3 stop rendering of expired coverart when there is no replacement 2025-09-02 01:31:35 -04:00
F. Duncanh
6cc0424bc6 add video_renderer_cycle (for closing expired rendered coverart) 2025-09-01 17:28:55 -04:00
F. Duncanh
1088443c67 only build jpeg renderer if --ca (no filename) is used 2025-08-28 23:14:22 -04:00
F. Duncanh
14463c04a8 code cleanup video_renderer.c 2025-08-24 17:11:52 -04:00
F. Duncanh
b5e083b107 whitespace cleanup 2025-08-08 17:26:19 -04:00
F. Duncanh
3e1d83d7d6 cleanup in video_renderer.c 2025-08-07 19:20:05 -04:00
F. Duncanh
56bdfbbda8 video_renderer.c: add bus to renderer in video_renderer_init 2025-08-07 07:09:56 -04:00
F. Duncanh
532ac612f3 add message handler for audio pipeline bus 2025-08-07 06:10:19 -04:00
F. Duncanh
546145a963 add -ca (w/o filename) option for gstreamer rendering of coverart 2025-07-07 20:55:47 -04:00
F. Duncanh
5e3cc9fbc4 add non-hls bus messages to debug; video_reset on teardown 110 2025-05-12 14:06:47 -04:00
F. Duncanh
af650362c5 getting ready for 1.72 release 2025-05-03 16:57:27 -04:00
F. Duncanh
5f2fbfe88b report buffer full/empty from hls bus messages 2025-04-26 16:17:23 -04:00
F. Duncanh
3a488897b4 set playbin download flag 2025-04-26 11:41:57 -04:00
F. Duncanh
2dfb156c63 clean up video timestamp adjustment in -vsync mode 2025-04-24 10:18:47 -04:00
F. Duncanh
7c82c34b32 support for HLS start_position 2025-04-22 21:04:27 -04:00
F. Duncanh
2f809eeadd fix to make sure pts is not less than gst_video_pipeline_base_time 2025-04-22 17:06:21 -04:00
F. Duncanh
3423414067 cleaner disposal of unused renderer when -h265 is specified 2025-03-23 17:20:18 -04:00
F. Duncanh
72bbcc0fd7 expose possiblility of user selection of X11 display 2025-03-23 16:00:50 -04:00
F. Duncanh
eea6f51d8e improved error message if gst_parse_launch fails 2025-03-17 02:12:01 -04:00
F. Duncanh
02fd126c78 remove cmake_minimum_version from subdirectory CmakeLists.txt 2025-03-01 15:51:35 -05:00
F. Duncanh
79ff1411d8 rework codec choice between h264 and h265 2025-02-18 19:38:28 -05:00
F. Duncanh
26fa470c2f detect when hls_playbin gets to GST_STATE_PLAYING 2025-02-10 00:02:02 -05:00
F. Duncanh
7b5d63f51e send hls start_position to video_renderer 2025-02-08 21:10:48 -05:00
F. Duncanh
e60bf9caee allow choice between playbin3 and playbin2 for HLS video 2025-02-01 14:49:17 -05:00
F. Duncanh
4db951de1e make fs option (on X11) work in HLS mode 2025-02-01 02:22:26 -05:00
F. Duncanh
b1fb510333 fix Full vs Restricted color issue by conversion to sRGB
thanks to @PancakeTAS for this discovery
2024-12-20 18:19:20 -05:00
F. Duncanh
26640d91fe video_renderer: fix a regression from update to support HLS 2024-12-14 11:54:04 -05:00
F. Duncanh
aae2a2d308 option bt709 needed with R Pi <= model 4B and GStreamer>=1.22 2024-12-14 10:51:27 -05:00
F. Duncanh
78ab7efd90 leave timeout for gst_get_state after gst_set_state(READY) 2024-12-13 17:01:59 -05:00
F. Duncanh
ab38339aae cosmetic fixes 2024-12-13 12:08:07 -05:00
F. Duncanh
08c6f0cdb0 UxPlay 1.71: add support for HLS streaming video 2024-12-13 12:08:07 -05:00
F. Duncanh
9aaead3748 cosmetic changes to x_display_fix.h 2024-12-13 12:08:07 -05:00
F. Duncanh
078d95bb79 fix broken support for Ubuntu-20.04LTS 2024-11-22 01:39:43 -05:00
F. Duncanh
8018cdc61d remove dead code 2024-11-10 16:02:35 -05:00
F. Duncanh
47d598cfa2 whitespace issue 2024-11-05 08:11:34 -05:00
F. Duncanh
578968d87e support for $HOMEBREW_PREFIX (macOS) 2024-10-31 01:01:27 -04:00
F. Duncanh
a89108af81 fix for Homebrew on macOS for GStreamer>= 1.24 2024-10-06 20:03:05 -04:00
F. Duncanh
b7734c5b72 fix for issues with client sleep and gstreamer >= 1.24 2024-10-04 00:35:21 -04:00
F. Duncanh
44fec22219 cleanup h264/h265 selection code to allow codec switching 2024-10-04 00:35:21 -04:00
F. Duncanh
d4060997e8 add info on h265 vps/sps/pps packet header 2024-10-04 00:35:13 -04:00
F. Duncanh
41e8432590 silence warning on macOS 2024-09-29 02:18:47 -04:00
F. Duncanh
fee0de15c2 add reassurance that GStreamer>=1.24 is not a requirement 2024-09-29 01:09:13 -04:00
F. Duncanh
0da8700ae5 fixes #346 (video paused when screen orientation changes) 2024-09-29 00:16:42 -04:00
F. Duncanh
0473ccdba0 update to UxPlay-1.70; rename video_renderers_gstreamer.c 2024-09-17 22:52:26 -04:00