Projects
Essentials
faad2
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 32
View file
faad2.changes
Changed
@@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Mon Nov 11 11:11:11 UTC 2024 - olaf@aepfle.de +Mon Mar 3 03:03:03 UTC 2025 - olaf@aepfle.de -- Update to version 2.11.1 +- Update to version 2.11.2 See included ChangeLog for details -------------------------------------------------------------------
View file
_service
Changed
@@ -1,7 +1,7 @@ <services> <service name="obs_scm"> <param name="filename">faad2</param> - <param name="revision">abf9b320cac89aaee3beafa12d2bb60253d7112e</param> + <param name="revision">673a22a3c7c33e96e2ff7aae7c4d2bc190dfbf92</param> <param name="scm">git</param> <param name="submodules">disable</param> <param name="url">https://github.com/knik0/faad2.git</param>
View file
_service:obs_scm:faad2-2.11.1.obscpio/.github/workflows/build.yaml -> _service:obs_scm:faad2-2.11.2.obscpio/.github/workflows/build.yaml
Changed
@@ -116,7 +116,6 @@ - msystem: clang64 - msystem: ucrt64 - msystem: mingw32 - - msystem: clang32 defaults: run: shell: msys2 {0} @@ -137,8 +136,15 @@ cmake:p - name: Configure and build run: | + mkdir -p temp cmake -B build . \ - -DCMAKE_INSTALL_PREFIX=$RUNNER_TEMP/usrlocal \ - -DBUILD_SHARED_LIBS=${SHARED} + -DCMAKE_INSTALL_PREFIX=$(realpath temp) \ + -DBUILD_SHARED_LIBS='true' cmake --build build -j `nproc` cmake --install build + - name: Upload artifacts (Windows) + uses: actions/upload-artifact@v4 + if: runner.os == 'Windows' + with: + name: faad2-${{ github.sha }}-${{ matrix.msystem }} + path: temp
View file
_service:obs_scm:faad2-2.11.1.obscpio/BUILD.bazel -> _service:obs_scm:faad2-2.11.2.obscpio/BUILD.bazel
Changed
@@ -10,7 +10,6 @@ "HAVE_STRINGS_H=1", "HAVE_SYS_STAT_H=1", "HAVE_SYS_TYPES_H=1", - "STDC_HEADERS=1", "PACKAGE_VERSION=\\\"%s\\\"" % PROPERTIES"PACKAGE_VERSION",
View file
_service:obs_scm:faad2-2.11.1.obscpio/CMakeLists.txt -> _service:obs_scm:faad2-2.11.2.obscpio/CMakeLists.txt
Changed
@@ -102,7 +102,6 @@ HAVE_STRINGS_H=1 HAVE_SYS_STAT_H=1 HAVE_SYS_TYPES_H=1 - STDC_HEADERS=1 PACKAGE_VERSION=\"${FAAD_VERSION}\" )
View file
_service:obs_scm:faad2-2.11.1.obscpio/ChangeLog -> _service:obs_scm:faad2-2.11.2.obscpio/ChangeLog
Changed
@@ -1,3 +1,19 @@ +2.11.2 (2025-03-04): + Armin Novak + * Add option BUILD_FAAD_CLI + + Johannes Kauffmann + * Add conditional build with DRC + + Roman Artiukhin + * Use adts_frame for adts header detection + + gavtroy + * Fix gapless calculation in frontend + + DingHao + * Fix write_audio_* function heap buffer overflow + 2.11.1 (2023-11-14): Fabian Greffrath * Build shared libraries and hide symbols by default.
View file
_service:obs_scm:faad2-2.11.1.obscpio/libfaad/common.h -> _service:obs_scm:faad2-2.11.2.obscpio/libfaad/common.h
Changed
@@ -201,18 +201,9 @@ #if HAVE_SYS_STAT_H # include <sys/stat.h> #endif -#if STDC_HEADERS -# include <stdlib.h> -# include <stddef.h> -#else -# if HAVE_STDLIB_H -# include <stdlib.h> -# endif -#endif +#include <stdlib.h> +#include <stddef.h> #if HAVE_STRING_H -# if !STDC_HEADERS && HAVE_MEMORY_H -# include <memory.h> -# endif # include <string.h> #endif #if HAVE_STRINGS_H @@ -248,19 +239,7 @@ typedef float float32_t; #endif -#if STDC_HEADERS -# include <string.h> -#else -# if !HAVE_STRCHR -# define strchr index -# define strrchr rindex -# endif -char *strchr(), *strrchr(); -# if !HAVE_MEMCPY -# define memcpy(d, s, n) bcopy((s), (d), (n)) -# define memmove(d, s, n) bcopy((s), (d), (n)) -# endif -#endif +#include <string.h> #endif /* WIN */
View file
_service:obs_scm:faad2-2.11.1.obscpio/properties.json -> _service:obs_scm:faad2-2.11.2.obscpio/properties.json
Changed
@@ -1,4 +1,4 @@ { "//": "This file contains properties used in build / release process", - "PACKAGE_VERSION": "2.11.1" + "PACKAGE_VERSION": "2.11.2" }
View file
_service:obs_scm:faad2.obsinfo
Changed
@@ -1,4 +1,4 @@ name: faad2 -version: 2.11.1 -mtime: 1713259296 -commit: abf9b320cac89aaee3beafa12d2bb60253d7112e +version: 2.11.2 +mtime: 1741077662 +commit: 673a22a3c7c33e96e2ff7aae7c4d2bc190dfbf92
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.