Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-17Add RNN for VAD and speech/music classificationexp_rnn3Jean-Marc Valin
Based on two dense layers with a GRU layer in the middle
2017-07-17Better rate allocation for stereo SILK in hybrid modeJean-Marc Valin
SILK was being allocated too few bits for stereo hybrid, often resulting in forced narrowing of the width. We now allocate more bits to SILK and reduce the threshold for narrowing. This improves quality enough that the bitrate threshold for switching to SILK can be increased to 44 kb/s.
2017-07-16Update links, fix bits, add security considerationsJean-Marc Valin
2017-07-13Add missing #include for gccFelicia Lim
2017-07-12Avoid -Wsometimes-uninitialized error for valid test codeFelicia Lim
|frame_size_enum| in tests/test_opus_encode.cl:117 is flagged as potentially uninitialized but get_frame_size_enum() will fail anyway if a valid value is not found.
2017-07-12Update testvector download command.Ralph Giles
Migrating opus-codec.org to a static site generator inserted a redirect into the download path, which the actual testvectors at https://opus-codec.org/static/testvectors/opus_testvectors.tar.gz. Add the -L option to the suggested curl invocation so the redirect is followed to download the actual resource. Without this one gets the html redirection fallback page.
2017-07-06Fix uninitialized variables in decide_dtx_mode()Andrew Larkin
Signed-off-by: Felicia Lim <flim@google.com>
2017-06-28Add checksum for opus 1.2.1 releaseTristan Matthews
2017-06-26bump LT revisionv1.2.1Jean-Marc Valin
2017-06-26Working around misdetected audio bandwidthJean-Marc Valin
The new detector for SWB vs FB is unreliable due to the hack that was required to get 24 kHz analysis working. We're now err on the side of FB just to make sure.
2017-06-20Prevent update draft from expiringJean-Marc Valin
2017-06-20Add checksum for opus 1.2 release.Ralph Giles
2017-06-20Add "f" suffix to float constantsv1.2Jean-Marc Valin
2017-06-19bump LT version numbersJean-Marc Valin
2017-06-16Update release checklist for website move to git.Ralph Giles
2017-06-15Fix spacing in celt_sources.mk.Ralph Giles
Uniform layout is easier for external tools to parse, especially maintaining one source file per line. Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
2017-06-14tests/run_vectors.sh: Fix argument quotingMark Harris
Allows spaces in path arguments
2017-06-14Free all allocated memory in unit testsMark Harris
2017-06-13Fix a duplicate symbol name.Ralph Giles
Both versions of silk/tables_NLSF_CB had symbols named silk_NLSF_CB1_Wght_Q9 which causes problems if both files are build as part of the same compilation unit. Rename the wideband version to include a 'WB' string to avoid the conflict. Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
2017-06-10Improving tonality estimation with delayed decisionJean-Marc Valin
2017-06-09Update releases.sha2Jean-Marc Valin
2017-06-07Clean celt_pitch_xcorr_float_neon()v1.2-rc1Linfeng Zhang
Call celt_inner_prod_neon() and remove redundant code. Change-Id: I980e94330ae75c10297b9035fac221515aee144f Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
2017-06-07Optimize floating-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang
The floating-point optimizations are not bit exact with C functions, because of the different orders of floating-point operations. But they are bit exact with the simulation C functions which simulate the floating operations in the optimizations. Change-Id: I149fda5b602fd5712b16fc8983df3c6c0c9e76ad Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
2017-06-07Optimize fixed-point celt_inner_prod() and dual_inner_prod() for ARM NEONLinfeng Zhang
This optimization is bit exact with C functions. Change-Id: Ia9ce6dd3c20d2f56dbd43ddc02d1a6fd6554608d Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
2017-06-07Replace call of celt_inner_prod_c() (step 2)Linfeng Zhang
Should call celt_inner_prod(). This requires the API change of celt_pitch_xcorr() by passing in "arch". We tested on x86 and arm, and got bit exact results as original. Change-Id: I606915da6a196f327ce81f4a5ae32811f4c1fabb Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
2017-06-07Replace call of celt_inner_prod_c() (step 1)Linfeng Zhang
Should call celt_inner_prod(). This change is bit exact as original, except for x86 floating-point. In x86 floating-point, it calls celt_inner_prod_sse() which may have different output with the change of floating-point operations' orders. Change-Id: Ia2381e2e198a84296ac28305183f15be842b3454 Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
2017-06-05Initialize speech/music prob based on applicationJean-Marc Valin
2017-06-04Properly compute redundancy_bytesJean-Marc Valin
2017-06-04Properly init speech/music confidence valuesJean-Marc Valin
This was sometimes causing the music probability to be stuck at zero at the beginning of files
2017-06-03Don't use MAY_HAVE_NEON in arm_silk_map.c.Jonathan Lennox
It's unnecessary, and isn't defined correctly on floating-point. This makes us correctly use Neon functions (in floating-point mode) on platforms where Neon is detected by RTCD. Signed-off-by: Timothy B. Terriberry <tterribe@xiph.org>
2017-06-02Recalibrate VBR to hit target bitrate on averageJean-Marc Valin
2017-06-02Update dynalloc VBR calibrationJean-Marc Valin
2017-06-02fix commentsJean-Marc Valin
2017-06-01Avoid using log2() since it's not in C90Jean-Marc Valin
2017-06-01Adding leakage modelling to boost bandsexp_leakage7Jean-Marc Valin
We boost bands that either cause leakage or are filled with leakage
2017-06-01Analysis refactoring for fixed-point scalingJean-Marc Valin
Now scaling the energy to the same value is would be in floating-point
2017-06-01Let CBR use more bits for dynallocJean-Marc Valin
It seems like letting CBR use up to 2/3 of the bit is still a win
2017-05-30silk_LIMIT_32() should return an opus_int32 (not opus_int)Jean-Marc Valin
Thanks to petrufm for pointing that out: https://github.com/xiph/opus/issues/35
2017-05-26Fix memory leaks in opus_compare.cJean-Marc Valin
This makes it possible to run the testvectors with asan enabled.
2017-05-26Fixes unit tests that need arch-specific codeJean-Marc Valin
We now include the object files for those rather than attempt to problems.
2017-05-25appveyor: fix typoed appveyor commandRicardo Constantino
And run the build request only at the last configuration. Also add a check if api_key is unset to not try to request a new build. Signed-off-by: Ralph Giles <giles@thaumas.net>
2017-05-25appveyor: Add the api key for the linked ci builds.Ralph Giles
The appveyor script needs an encrypted api key to trigger downstream builds, and there doesn't seem to be an easy way to make the builds we run for the main repo something other contributors can control. Signed-off-by: Ricardo Constantino <wiiaboo@gmail.com>
2017-05-25appveyor: request rebuild of opus-tools on successful buildRicardo Constantino
Using my API key for now, but needs rillian's to work. Signed-off-by: Ralph Giles <giles@thaumas.net>
2017-05-25appveyor: simplify and preserve pathsRicardo Constantino
Artifact with preserved paths is more useful for CI. Signed-off-by: Ralph Giles <giles@thaumas.net>
2017-05-25appveyor: move to dotfile like travisRicardo Constantino
Less clutter on systems that hide dotfiles. Signed-off-by: Ralph Giles <giles@thaumas.net>
2017-05-24Updated SHA256 of releasesJean-Marc Valin
2017-05-24Fixes a double->float conversion warningJean-Marc Valin
2017-05-24Fixes some fixed-point 16-bit int overflowsv1.2-betaJean-Marc Valin
The code would have run fine on 32-bit archs, but would have overflowed on a 16-bit arch
2017-05-24Reducing trim at low bitrateJean-Marc Valin
Some informal tests seem to confirm that reducing the trim at 32-64 kbps improves quality (better HF). It's not clear whether it's also the case at 96 kb/s and above, so we're leaving it as is for those rates. This corresponds to buildC in this thread: https://hydrogenaud.io/index.php/topic,113985.0.html Also see: https://hydrogenaud.io/index.php/topic,111798.0.html
2017-05-23cosmetics,silk: correct input/output arg commentsLinfeng Zhang
Change-Id: I607a8b75b0711a485384d6f854cf6e2ec18b38b7 Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>