diff options
| author | alperak <alperyasinak1@gmail.com> | 2023-11-12 19:16:57 +0300 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-26 13:17:10 +0200 |
| commit | 20b69244501be28484a82f00b4f581d54f12dd2d (patch) | |
| tree | 42d9fff893213f196a2f1a723cac2abf332a987a | |
| parent | bf9a40289e01107dfcb443514a8c8532b147eafc (diff) | |
| download | meta-openembedded-20b69244501be28484a82f00b4f581d54f12dd2d.tar.gz | |
opencore-amr: upgrade 0.1.3 -> 0.1.6
Changelog:
0.1.6
- Fixed an infinite loop when decoding some AMR-NB samples
- Fixed noise spikes when decoding non-voice frames for both AMR-NB and AMR-WB
0.1.5
- Fix an autotools issue with cross compiling from the 0.1.4 release
0.1.4
- Autotools cleanups
- Fixes for SID/DTX in the AMR-WB decoder, fixes for handling of bad
frames in both AMR-WB and AMR-NB
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 55274f650e304074783d171a406454748b2d456e)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
| -rw-r--r-- | meta-multimedia/recipes-multimedia/opencore-amr/opencore-amr_0.1.6.bb (renamed from meta-multimedia/recipes-multimedia/opencore-amr/opencore-amr_0.1.3.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-multimedia/opencore-amr/opencore-amr_0.1.3.bb b/meta-multimedia/recipes-multimedia/opencore-amr/opencore-amr_0.1.6.bb index ab5813ebe9..be7977308b 100644 --- a/meta-multimedia/recipes-multimedia/opencore-amr/opencore-amr_0.1.3.bb +++ b/meta-multimedia/recipes-multimedia/opencore-amr/opencore-amr_0.1.6.bb | |||
| @@ -4,10 +4,10 @@ SECTION = "libs" | |||
| 4 | 4 | ||
| 5 | LICENSE = "Apache-2.0" | 5 | LICENSE = "Apache-2.0" |
| 6 | LICENSE_FLAGS = "commercial" | 6 | LICENSE_FLAGS = "commercial" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=dd2c2486aca02190153cf399e508c7e7" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dd2c2486aca02190153cf399e508c7e7" |
| 8 | 8 | ||
| 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/opencore-amr/${BP}.tar.gz" | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/opencore-amr/${BP}.tar.gz" |
| 10 | SRC_URI[md5sum] = "09d2c5dfb43a9f6e9fec8b1ae678e725" | 10 | SRC_URI[md5sum] = "03de025060a4f16c4c44218f65e13e95" |
| 11 | SRC_URI[sha256sum] = "106bf811c1f36444d7671d8fd2589f8b2e0cca58a2c764da62ffc4a070595385" | 11 | SRC_URI[sha256sum] = "483eb4061088e2b34b358e47540b5d495a96cd468e361050fae615b1809dc4a1" |
| 12 | 12 | ||
| 13 | inherit autotools | 13 | inherit autotools |
