Changelog for
mediastreamer2-5.3.37-2.2.x86_64.rpm :
* Sat May 25 2024 Giacomo Comes
- add patch fix_soversion.patch- add package libmediastreamer2-11 containing libmediastreamer2.so.11
* do no pack such library in package mediastreamer2-devel otherwise when installing linphone-desktop a bunch of unnecessary devel packages get installed as well
* Thu May 16 2024 Giacomo Comes - specify in CFLAGS the location of the bcmatroska2 header files
* Fri Mar 29 2024 Paolo Stivanin - Update to 5.3.37 (no changelog).
* Thu Mar 07 2024 Paolo Stivanin - Update to 5.3.26 (no changelog).
* Fri Feb 23 2024 pgajdosAATTsuse.com- Use %patch -P N instead of deprecated %patchN.
* Mon Jan 15 2024 Paolo Stivanin - Update to 5.3.7: ADDED:
* AV1 codec added
* SRTP GCM mode
* Add MS_FILTER_IS_HW_ACCELERATED MSFilter flag to advertise hw-accelerated codecs
* Dummy codec, to avoid fatal errors when a encoder/decoder is not available
* Double SRTP encryption (experimental) CHANGED:
* Removed legacy platform abstraction code, now provided by bctoolbox.
* Various optimisations for video processing on Android platform FIXED:
* Fix buffer overflow in GenericPLC filter.
* Issue with H264 decoding of malformed RTP streams- Rebase patches.
* Fri Dec 22 2023 Paolo Stivanin - Add missing deps on TW.
* Tue Nov 21 2023 Paolo Stivanin - Add ENABLE_QT_GL for x86_64 (boo#1217352).
* Sun Oct 08 2023 thod_AATTgmx.de- Remove BuildRequires: vim, not needed- Fix BuildRequires for Fedora
* Mon Aug 28 2023 Paolo Stivanin - Update to 5.2.98 (no changelog)
* Sat Aug 05 2023 Giacomo Comes - Add BuildRequires: Mesa-libGL-devel
* fix build on tumbleweed
* Wed Jun 28 2023 Paolo Stivanin - Update to 5.2.73 (no changelog)- Rebase fix-build-ffmpeg5.patch
* Fri Apr 07 2023 Paolo Stivanin - Update to 5.2.49 (no changelog).- Add set_current_version.patch.
* Wed Mar 08 2023 Paolo Stivanin - Update to 5.2.30 (no changelog)
* Wed Jan 11 2023 Giacomo Comes - 5.2.9- Update to version 5.2.9:
* Fix a crash due to a race condition in conference server
* Add logs to troubleshoot inactive streams issue
* Wed Jan 04 2023 Paolo Stivanin - Update to 5.2.6:
* Added + Video conferencing features + RFC6464 client-to-mixer + RFC6465 mixer-to-client + Video conference: added CSRC of contributor to active speaker stream. + Add support for post-quantum encryption algorithms within ZRTP protocol.
* Changed + Licence becomes AGPL-3. + Improvements to Android bluetooth audio support. + Performance improvements to Android Texture video renderer. + Optimizations to DTLS handshake to be more robust to packet losses. + libyuv used for rescaling and pixel conversion (instead of libswscale).
* Fixed + Crash with buffer overflow in GenericPLC filter. + ARM64/linux compilation. + MSVideoRouter algorithm improved.
* Mon Oct 17 2022 Paolo Stivanin - Update to 5.1.64 (no changelog).
* Thu Sep 08 2022 Bjørn Lie - Add fix-build-ffmpeg5.patch: Fix build with ffmpeg-5. Apply patch only when libavcodec is from ffmpeg version 5 or newer.
* Sun Aug 14 2022 thod_AATTgmx.de- Remove RPATH to be able to build on Fedora
* Fri Jul 08 2022 Paolo Stivanin - Update to version 5.1.45:
* Make DTLS-SRTP to start immediately after the default candidate pair is verified by ICE.
* Prevent default sound device descriptor to use BUILTIN_AEC flags if AcousticEchoCanceler isn\'t available.
* Fix an issue where audio stops when trying to send a DTMF while no telephone-event payload types are configured in the session.
* Do not add audio devices detected as “UNKNOWN” type.
* Fix audio route change event size, which was too big and could create unexpected behaviours.
* Wed Jun 08 2022 Giacomo Comes - 5.1.32- Update to version 5.1.32:
* Fix a crash/no webcam behaviour with msmfoundation
* manger reload is requested if audio routes add/remove device
* Sat May 07 2022 Giacomo Comes - Update to version 5.1.29:
* use ticker_synchronizer to fix audio delay when switching audio route
* fixed issue with OpenSLES sound card refs & capabilities- revert license tag change
* Wed May 04 2022 Jan Engelhardt - Stop using SRTP1- Drop baselibs.conf (no further library appears to use it)
* Mon May 02 2022 Paolo Stivanin - Update to 5.1.20:
* no changelog
* Thu Mar 24 2022 Paolo Stivanin - Update to 5.1.15:
* no changelog
* Tue Mar 01 2022 Paolo Stivanin - Update to version 5.1.3:
* Experimental Forward Error Correction feature for video streams.
* Mkv and Wav file player and recorders file I/O is tunneled through bctbx VFS API.
* Tue Feb 01 2022 Giacomo Comes - 5.0.67- Update to version 5.0.67:
* no changes- fix license tag
* Tue Jan 18 2022 Paolo Stivanin - Update to 5.0.66:
* no changelog
* Sun Dec 05 2021 Max Lin - Update license to GPL-3.0-or-later
* Sun Nov 21 2021 Giacomo Comes - 5.0.53- Update to version 5.0.53:
* Add extra log traces when setting input/output audio device
* Mon Nov 08 2021 Giacomo Comes - 5.0.49- Update to 5.0.49:
* Add a way to change volume on ALSA with MSFilterAudioPlaybackInterface and MSFilterAudioCaptureInterface
* Tue Nov 02 2021 Giacomo Comes - 5.0.46- Update to 5.0.46:
* Delete unnedded log
* Tue Oct 19 2021 Giacomo Comes - 5.0.36- Update to 5.0.36:
* Fix tone manager issues and crash with a full refactoring- remove 0001-Fix-build-with-GCC-11.patch- add BuildRequires: broadvoice16-devel
* Fri Oct 15 2021 Paolo Stivanin - Update to 5.0.35:
* no changelog
* Fri Jul 30 2021 Paolo Stivanin - Update to 5.0.3:
* no changelog
* Thu Jul 29 2021 Giacomo Comes - 5.0.0- SRTP_LIBRARIES not found during build, fixing fix-srtp2-linphone.patch
* Wed Jul 14 2021 Paolo Stivanin - Update to 5.0.0:
* added API to change media encryption in the fly
* refactoring and simplifications for the MSOgl filter (video OpenGL rendering)
* fixed absence of dummy stun packets when DTLS is used with \"encryption_mandatory\" preventing DTLS handshare to take place- Add dependency on bcmatroska2 >= 0.23.1 since this release introduces a new method required by mediastreamer 5.0- Add fix-srtp2-linphone.patch
* Thu Jun 24 2021 Matej Cepl - We actually don\'t need python2 BR at all, it seems.
* Tue Jun 22 2021 Paolo Stivanin - Update to 4.5.20 (no changelog)
* Mon Jun 07 2021 Paolo Stivanin - Update to 4.5.16 (no changelog)- Bump min requirement for libjpeg-turbo to 2.0.0
* Fri May 14 2021 Paolo Stivanin - Update to 4.5.15 (no changelog)
* Wed Apr 28 2021 Paolo Stivanin - Update to 4.5.10 (no changelog)
* Thu Apr 15 2021 Luiz Angelo Daros de Luca - Update to 4.5.3:
* No changelog available.
* Wed Mar 31 2021 Paolo Stivanin - Update to 4.5.0: + Added
* New camera capture backend based on Windows MediaFoundation
* MSMediaPlayer enhancements.
* VideoConference API and engine prototype (active speaker switching only) + Changed
* audio flow control algorithm improved, silent portions are dropped first.
* MKVPlayer supports seek in files without cue table. \'packetlosspercentage\' is now configurable in opus encoder. + Fixed
* misfunction in DTLS handshake over TURN
* fix arythmetic issue in clock skew computation, causing bad audio when the sound device outputs
* audio fragments not multiple of 10ms.
* wrong selection of ICE TURN candidates when the TURN server is behind a firewall
* unsent TURN SenderIndication packets on iOS
* fix video freeze in VP8, due to lack of retransmission of SLIs.
* All these fix were backported to 4.4 branch.
* Tue Mar 09 2021 Paolo Stivanin - Update to 4.4.33 (no changelog)
* Mon Feb 22 2021 Paolo Stivanin - Update to 4.4.29 (no changelog)
* Wed Feb 10 2021 Christophe Giboudeaux - Add patch to fix build with GCC 11 (boo#1181920)
* 0001-Fix-build-with-GCC-11.patch
* Fri Jan 22 2021 Jan Engelhardt - Trim redundancies from the description.
* Fri Jan 22 2021 Paolo Stivanin - Update to 4.4.24 (no changelog)