liblc3/liblc3.changes
Bjørn Lie 1b0f59b80e Accepting request 1085565 from home:iznogood:factory
- Update to version 1.0.3:
  + Enhancements:
    - C++ interface
    - Remove 1 multiply by samples (when not using
      upsampling/downsampling feature)
    - Declare liblc3 as dependency in meson (helps using as meson
      subproject)
    - Make encoder/decoder states relocatable
  + Improve portability:
    - Enable -pedantic compilation flag
    - Remove VLA to support compilation with MSVC
    - Remove use of deprecated int numpy attribute
  + Fixes: Fix undefined behaviors on integer shifting

OBS-URL: https://build.opensuse.org/request/show/1085565
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/liblc3?expand=0&rev=9
2023-05-08 19:15:24 +00:00

28 lines
984 B
Plaintext

-------------------------------------------------------------------
Mon May 8 19:08:52 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.0.3:
+ Enhancements:
- C++ interface
- Remove 1 multiply by samples (when not using
upsampling/downsampling feature)
- Declare liblc3 as dependency in meson (helps using as meson
subproject)
- Make encoder/decoder states relocatable
+ Improve portability:
- Enable -pedantic compilation flag
- Remove VLA to support compilation with MSVC
- Remove use of deprecated int numpy attribute
+ Fixes: Fix undefined behaviors on integer shifting
-------------------------------------------------------------------
Sun Mar 19 11:11:53 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Add baselibs.conf, needed for pipewire.
-------------------------------------------------------------------
Thu Mar 9 14:35:07 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Initial packaging for openSUSE.