Skip to content

Commit c833d1a

Browse files
committed
updated NEWS+splashscreen for next release
1 parent fc5ff25 commit c833d1a

File tree

4 files changed

+726
-697
lines changed

4 files changed

+726
-697
lines changed

NEWS

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
1.10
2+
====
3+
* added reflector wrapper handling both audio+video
4+
* Cineform can be decoded through lavd (if native not compiled)
5+
* vo_pp,cf/text performance improved
6+
* AJA: use new libajantv2 open-source library instead of old ntv2 one
7+
* set multithreading for some less common lavc encoders (eg. openh264)
8+
* vcap/decklink: improve profile handling, support for topological ID
9+
* cmpto_j2k: support for CPU implementation, added R12L CUDA conversion
10+
* vcap/dshow: support for OBS virtual camera
11+
* add audio filter channel_remap for remapping on sender
12+
* improve FEC resilliancy if traffic is low
13+
* vcap/rtsp: support for authentization, stability fixes
14+
* vcap/rtsp (recv), rxtx/rtsp (send): support for HEVC and JPEG
15+
* SDL3 support
16+
* full Wayland support, including GUI, OGL, Vulkan [Linux]
17+
* GUI: support for server/client mode
18+
* support for DeckLink IP features
19+
* audio conference mode supports passive (listen-only) participants
20+
* compilation supported on BSD systems
21+
* support for Samsung's Advanced Professional Video (via FFmpeg)
22+
* updated DELTACAST codebase (support for new cards, formats)
23+
124
1.9
225
====
326
* added basic nvdec support

data/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
taken from <https://sourceforge.net/projects/screencapturer/>
99

10+
## splashscreen.xcf
11+
12+
source for src/video_display/splashscreen.h, old version
13+
14+
Current version is hosted at <https://github.com/MartinPulec/UltraGrid-assets>.
15+
1016
## template/
1117

1218
various distribution templates (see template/README.md)

src/host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ void print_version()
937937
}
938938
#endif
939939

940-
col() << SBOLD(S256_FG(T_TOMATO, PACKAGE_STRING <<
940+
col() << SBOLD(S256_FG(T_ARCTIC_LIME, PACKAGE_STRING <<
941941
(is_release ? "" : "+"))) <<
942942
" (" << get_version_details() << ")\n";
943943
}

0 commit comments

Comments
 (0)