| /OK3568_Linux_fs/buildroot/package/taglib/ |
| H A D | 0003-Fixed-OOB-read-when-loading-invalid-ogg-flac-file.patch | 4 Subject: [PATCH] Fixed OOB read when loading invalid ogg flac file. (#868) 8 of a ogg flac header. This header is detailed in full at: 9 https://xiph.org/flac/ogg_mapping.html. Added more strict checking 15 taglib/ogg/flac/oggflacfile.cpp | 14 ++++++++++++-- 18 diff --git a/taglib/ogg/flac/oggflacfile.cpp b/taglib/ogg/flac/oggflacfile.cpp 20 --- a/taglib/ogg/flac/oggflacfile.cpp 21 +++ b/taglib/ogg/flac/oggflacfile.cpp 26 + // See https://xiph.org/flac/ogg_mapping.html for the header specification.
|
| /OK3568_Linux_fs/buildroot/package/flac/ |
| H A D | flac.hash | 1 # From https://ftp.osuosl.org/pub/xiph/releases/flac/MD5SUMS 2 md5 26703ed2858c1fc9ffc05136d13daa69 flac-1.3.3.tar.xz 3 # From https://ftp.osuosl.org/pub/xiph/releases/flac/SHA1SUMS 4 sha1 6ac2e8f1dd18c9b0214c4d81bd70cdc1e943cffe flac-1.3.3.tar.xz 5 # From http://downloads.xiph.org/releases/flac/SHA256SUMS.txt 6 sha256 213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748 flac-1.3.3.tar.xz
|
| H A D | Config.in | 2 bool "flac" 7 http://flac.sourceforge.net/ 9 comment "flac needs a toolchain w/ wchar"
|
| H A D | flac.mk | 8 FLAC_SITE = http://downloads.xiph.org/releases/flac 9 FLAC_SOURCE = flac-$(FLAC_VERSION).tar.xz
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libsndfile/libsndfile1/ |
| H A D | 0001-flac-Fix-improper-buffer-reusing-732.patch | 4 Subject: [PATCH] flac: Fix improper buffer reusing (#732) 11 src/flac.c | 4 ++++ 14 diff --git a/src/flac.c b/src/flac.c 16 --- a/src/flac.c 17 +++ b/src/flac.c
|
| H A D | noopus.patch | 27 - EXTERNAL_XIPH_REQUIRE="flac ogg vorbis vorbisenc opus" 30 + EXTERNAL_XIPH_REQUIRE="flac ogg vorbis vorbisenc"
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | tests.sh | 131 convertToAndFrom s8 u8 s16 u16 s24 u24 s32 u32 f32 f64 dat au wav aiff aifc flac caf sph wv sox 134 convertToAndFrom s16 u16 s24 u24 s32 u32 f32 f64 dat au wav aiff aifc flac caf sph wv sox 137 convertToAndFrom s24 u24 s32 u32 f32 f64 wav aiff aifc flac sph wv sox 144 convertToAndFrom al s16 u16 s32 f32 f64 dat aiff aifc flac caf w64 147 convertToAndFrom ul s16 u16 s32 f32 f64 dat aiff aifc flac caf sph 150 convertToAndFrom wavu8 aiff aifc au dat sf flac caf sph 162 convertToAndFrom vox s16 u16 s24 u24 s32 u32 f32 f64 dat au wav aiff aifc flac caf sox 165 convertToAndFrom ima s16 u16 s24 u24 s32 u32 f32 f64 dat au aiff aifc flac caf # FIXME: wav 219 skip_check caf flac mat4 mat5 paf w64 wv
|
| H A D | flac.c | 108 static void decoder_metadata_callback(FLAC__StreamDecoder const * const flac, FLAC__StreamMetadata … in decoder_metadata_callback() argument 113 (void) flac; in decoder_metadata_callback() 141 static void decoder_error_callback(FLAC__StreamDecoder const * const flac, FLAC__StreamDecoderError… in decoder_error_callback() argument 145 (void) flac; in decoder_error_callback() 152 static FLAC__StreamDecoderWriteStatus decoder_write_callback(FLAC__StreamDecoder const * const flac… in decoder_write_callback() argument 162 (void) flac; in decoder_write_callback() 342 …atus flac_stream_encoder_write_callback(FLAC__StreamEncoder const * const flac, const FLAC__byte b… in flac_stream_encoder_write_callback() argument 345 (void) flac, (void) samples, (void) current_frame; in flac_stream_encoder_write_callback() 595 LSX_FORMAT_HANDLER(flac) in LSX_FORMAT_HANDLER() argument
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/ |
| H A D | vorbis-tools_1.4.2.bb | 22 PACKAGECONFIG ??= "flac ogg123" 23 PACKAGECONFIG[flac] = ",--without-flac,flac,libflac"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/flac/ |
| H A D | flac_1.3.4.bb | 3 HOMEPAGE = "https://xiph.org/flac/" 4 BUGTRACKER = "http://sourceforge.net/p/flac/bugs/" 10 … file://src/flac/main.c;beginline=1;endline=18;md5=09777e2934947a36f13568d0beb81199 \ 17 SRC_URI = "http://downloads.xiph.org/releases/flac/${BP}.tar.xz \ 22 CVE_PRODUCT = "libflac flac"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/libopenmpt/ |
| H A D | libopenmpt_0.6.2.bb | 27 flac mpg123 ogg sndfile vorbis vorbisfile zlib \ 35 PACKAGECONFIG[flac] = "--with-flac,--without-flac,flac"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/sox/ |
| H A D | sox_14.4.2.bb | 15 PACKAGECONFIG[flac] = "--with-flac=dyn,--with-flac=no,flac,"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/ |
| H A D | 0001-Update-exported-symbol-list.patch | 7 breaks dynamic flac builds as flac.c references lsx.error, so add it 10 | .libs/flac.o: In function `decoder_read_callback': 11 | /usr/src/debug/sox/14.4.2-r0/sox-14.4.2/src/flac.c:63: undefined reference to `lsx_error'
|
| /OK3568_Linux_fs/buildroot/package/sdl2_mixer/ |
| H A D | sdl2_mixer.mk | 18 SDL2_MIXER_CONF_OPTS += --enable-music-flac 19 SDL2_MIXER_DEPENDENCIES += flac 21 SDL2_MIXER_CONF_OPTS += --disable-music-flac
|
| /OK3568_Linux_fs/buildroot/package/sdl_sound/ |
| H A D | sdl_sound.mk | 26 SDL_SOUND_CONF_OPTS += --enable-flac 27 SDL_SOUND_DEPENDENCIES += flac libogg 29 SDL_SOUND_CONF_OPTS += --disable-flac
|
| /OK3568_Linux_fs/buildroot/package/kodi-audioencoder-flac/ |
| H A D | kodi-audioencoder-flac.mk | 8 KODI_AUDIOENCODER_FLAC_SITE = $(call github,xbmc,audioencoder.flac,$(KODI_AUDIOENCODER_FLAC_VERSION… 11 KODI_AUDIOENCODER_FLAC_DEPENDENCIES = flac kodi libogg host-pkgconf
|
| H A D | Config.in | 2 bool "kodi-audioencoder-flac" 9 https://github.com/xbmc/audioencoder.flac
|
| /OK3568_Linux_fs/buildroot/package/shairport-sync/ |
| H A D | 0001-configure.ac-find-sndfile-through-pkg-config.patch | 7 flac and avoid the following static build failure: 9 …/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libsndfile.a(libsndfile_la-flac.o): in function `fl… 10 flac.c:(.text+0xfc): undefined reference to `FLAC__StreamDecoderErrorStatusString'
|
| /OK3568_Linux_fs/buildroot/package/opus-tools/ |
| H A D | opus-tools.mk | 25 OPUS_TOOLS_DEPENDENCIES += flac 27 OPUS_TOOLS_CONF_OPTS += --without-flac
|
| /OK3568_Linux_fs/buildroot/package/sox/ |
| H A D | 0005-configure.ac-fix-static-linking-with-sndfile.patch | 6 Use SOX_FMT_PKG to retrieve sndfile dependencies (e.g. flac, opus or 17 …/xtensa-buildroot-linux-uclibc/sysroot/usr/lib/libsndfile.a(libsndfile_la-flac.o): in function `fl… 18 flac.c:(.text+0xfc): undefined reference to `FLAC__StreamDecoderErrorStatusString'
|
| H A D | sox.mk | 44 SOX_DEPENDENCIES += flac 45 SOX_CONF_OPTS += --enable-flac 47 SOX_CONF_OPTS += --disable-flac
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libsndfile/ |
| H A D | libsndfile1_1.0.31.bb | 7 DEPENDS = "flac libogg libvorbis" 13 file://0001-flac-Fix-improper-buffer-reusing-732.patch \
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | screenshot1 | 2 $ sox track1.wav track1-processed.flac remix - norm -3 highpass 22 13 Output File : 'track1-processed.flac'
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/ |
| H A D | gstreamer1.0-plugins-good_1.20.5.bb | 27 bz2 cairo flac gdk-pixbuf gudev jpeg lame libpng mpg123 soup speex taglib v4l2 \ 40 PACKAGECONFIG[flac] = "-Dflac=enabled,-Dflac=disabled,flac"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/ |
| H A D | mpd_0.23.12.bb | 32 fifo flac fluidsynth iso9660 \ 47 PACKAGECONFIG[flac] = "-Dflac=enabled,-Dflac=disabled,flac"
|