Support Deps
  1. Support Deps

opus

Public
AuthorCommitMessageCommit dateIssues
Mike JerrisMike Jerris
f35f9122116FS-7670: these used to be in here and got removed somehowFS-7670
Christopher RienzoChristopher Rienzo
87c2b92ae98MMerge pull request #1 in SD/opus from ~SAFAROV/opus:master to master* commit 'e3e6ef12ec948829221f6e4904a4f86485aaa04c': FS-7553: Changes to allow package mocking FS-7553: Changes to allow package mockingFS-7553
Sergey SafarovSergey Safarov
e3e6ef12ec9FS-7553: Changes to allow package mockingFS-7553
Sergey SafarovSergey Safarov
9629a8b8f06FS-7553: Changes to allow package mockingFS-7553
Christopher RienzoChristopher Rienzo
e0493161fb7FS-7553 #comment add packaging for opusFS-7553
Ken RiceKen Rice
d2222e50ed6small tweak to make src_tarball.sh actually generate something usable
Ken RiceKen Rice
77feef0e1dcadd src_tarball script
William KingWilliam King
1e74db66174Use the updated util.sh script
William KingWilliam King
27458a72216Opps.This is needed for our local packaging efforts
Ken RiceKen Rice
bf0ec831bb5nightly v1.1
Ken RiceKen Rice
808e0248a4bnightly v1.1
Ken RiceKen Rice
4cbd145c9cenightly v1.1
Ken RiceKen Rice
21d363abd36ok this is a big massive hack lets see if this works
Ken RiceKen Rice
04652d54501all tweak to build everythingSigned-off-by: Ken Rice <krice@freeswitch.org>
RonRon
2be0767a669Release 1.1-2
RonRon
1daa55592dfRegenerate build system filesMostly to pull in a later libtool.m4 which has fixes for building the ppc64le architecture. Closes: #751982
RonRon
d46306dff88MMerge branch 'upstream-release' into debian
RonRon
9111c77ba14Don't include the release checklist in the packages
RonRon
4657bb445a6Release 1.1-1
RonRon
6be60646713Start using a symbols filenow that we have a real stable release version in the distro.
RonRon
ca31b418e70MMerge branch 'upstream-release' into debian
RonRon
f96039d9b8dUpdate generated build system files and package_version
RonRon
46102ffabbcMMerge commit 'v1.1' into upstream-release
Jean-Marc ValinJean-Marc Valin
65471dd567bBump soname
Ralph GilesRalph Giles
6fb98551580Mention updating the website examples.
Ralph GilesRalph Giles
6dc50f48e70Start a release checklist.
RonRon
e6bdc8ca273Release the 1.1-rc3 fixesPackaged as 1.1~rc+20131204, because dpkg sorts ~rc3 < rc+ and we already released a v1.1-rc+20131128.
RonRon
1ddc17f0778MMerge branch 'upstream-release' into debian
RonRon
a678856b558Update generated build system files and package_version
RonRon
1376f5675b7MMerge branch 'master' into upstream-release
Jean-Marc ValinJean-Marc Valin
17dcb270267Revert "Disables assembly optimizations by default because of several problems reported"This reverts commit 2446445b15e0a1961e1566006b34c586fd3162c4.
Jean-Marc ValinJean-Marc Valin
2446445b15eDisables assembly optimizations by default because of several problems reported
Jean-Marc ValinJean-Marc Valin
96408b62958Fixes Opus-custom preemphasisAlso adds denorm avoidance for non-48 kHz rates
Jean-Marc ValinJean-Marc Valin
086ea7c7e56Whoa! This fixes a pretty bad fixed-point stereo regression
Jean-Marc ValinJean-Marc Valin
35a44c61006Fixes OPUS_SET_GAIN (was a bug in MULT16_32_P16())
Timothy B. TerriberryTimothy B. Terriberry
c16a96b4588Minor speedups to celt_pitch_xcorr_edsp().This moves some stuff out of the main loop for the unaligned case.
RonRon
77663767688Release another snapshot
RonRon
41df16bcf4eMMerge branch 'upstream-release' into debian
RonRon
f077175be8fUpdate generated build system files and package_version
RonRon
7b88102b3d9MMerge branch 'master' into upstream-releaseConflicts: update_version
RonRon
a1740d9ad17Drop the use of --always to git-describeThis is a partial revert of c435f06b308e52d7a5d2aad9eec98a1541832b47, since it didn't actually fix the original problem with shallow clones. It returns just a hash, not something we (currently) can extract as a version string in the form things are expecting.
Timothy B. TerriberryTimothy B. Terriberry
a8fa0cb629fRemove the celt_pitch_xcorr() test code.Revision control will remember it for us forever.
Timothy B. TerriberryTimothy B. Terriberry
e98816e9c10Actually use my NEON code.I'd commented out mine and stuck azanelli's code in for testing, and then accidentally committed it like that.
Timothy B. TerriberryTimothy B. Terriberry
5c02c5ffb58Make celt_pitch_xcorr_edsp() work on ARMv5TE.We were assuming that LDR, LDRD, and STRD could be used on unaligned addresses, but this turns out not to be true on really old hardware.
Timothy B. TerriberryTimothy B. Terriberry
aa8ff201b5fClean up celt_pitch_xcorr() test code.This will be removed shortly, but at least it should be correct before it goes. Makes the code get used unconditionally (when uncommented), and actually frees the buffer it allocates (now using the libopus allocation functions).
RonRon
11f962651b9Release 1.1-rc
RonRon
13315a74aa0Build with support for multi-arch if availableThis will fall back gracefully to a 'tradtional' package build if it isn't modulo some warnings about the extra control fields (which will otherwise just be ignored).
RonRon
3d17b5bcae0Bump shlibs for the new packet padding APIAnd the OPUS_SET_PREDICTION_DISABLED ctl.
RonRon
ce355673922Don't use DH_OPTIONS = -aThat overrides an explicit -p option passed to any of the commands which should only act on a particular package.
RonRon
4e8f1c82c73MMerge branch 'upstream-release' into debianConflicts: configure