Historique des commits

Auteur SHA1 Message Date
  Niclas Olmenius 06a651547f Fix celt decoder assertion when using OPUS_CUSTOM il y a 4 ans
  Jean-Marc Valin aebc9046f9 Renaming compute_allocation to clt_compute_allocation() to avoid symbol clashes il y a 6 ans
  Jean-Marc Valin 574d50cb57 Adding decoder state validation il y a 6 ans
  Jean-Marc Valin d8b1fd4ad0 Enable RFC 8251 changes by default il y a 7 ans
  Jean-Marc Valin 072d133f78 Fixes CELT PLC il y a 7 ans
  Linfeng Zhang 783ad76766 Revise celt_fir_c() to not pass in argument "mem" il y a 8 ans
  Jean-Marc Valin 18a380a7c2 Make it possible to ignore inverted phase stereo for downmix purposes il y a 8 ans
  Jean-Marc Valin 11dba8d902 Apply deemphasis to both channels in the same loop for the simple case il y a 8 ans
  Jean-Marc Valin 9f7e502e06 Reducing dependencies in deemphasis() il y a 8 ans
  Jean-Marc Valin 35cf18e9d7 Making stereo theta decision based on minimizing distortion il y a 9 ans
  Jean-Marc Valin ee44ff86c6 Move PLC LPC bandwidth expansion before the FIR to avoid overflows in celt_fir() il y a 8 ans
  Jean-Marc Valin 223657b51b Tighter bound in filter control in PLC il y a 8 ans
  Jean-Marc Valin 52ded42ad9 More headroom in PLC code il y a 8 ans
  Jean-Marc Valin 1a37d4e15c Saturate MDCT output post-TDAC rather than pre- il y a 8 ans
  Jean-Marc Valin 646fcc33d7 PLC overflow fix il y a 8 ans
  Jean-Marc Valin 3c60bae2d7 Prevent overflows in PLC celt_iir() il y a 8 ans
  Jean-Marc Valin 184a4767aa getting rid of a PLC overflow (I think) il y a 8 ans
  Jean-Marc Valin ae33218495 Reduce risk of overflowing in mono downsampling il y a 8 ans
  Felicia Lim 787eee29b8 Turn on CELT's PLC only if there are >=2 packets received consecutively. il y a 8 ans
  Jean-Marc Valin cfaf14788e Make the CELT background noise estimator adapt more quickly on DTX update il y a 9 ans
  Jean-Marc Valin 1970d5becd Always use the max of the decaying PLC energy and the background noise il y a 9 ans
  Viswanath Puttagunta 19c5406cde armv7(float): Optimize decode usecase using NE10 library il y a 9 ans
  Jonathan Lennox 43120f0075 Reorganize x86 SSE intrinsics code. il y a 9 ans
  xiangmingzhu c95c9a048f Cisco optimization for x86 & fixed point il y a 10 ans
  Jean-Marc Valin 2e6876c07a Using SSAT in SIG2WORD16() on ARMv6 il y a 11 ans
  Jean-Marc Valin 9134e96cb2 Fixes SMALL_FOOTPRINT for float il y a 11 ans
  Jean-Marc Valin e17ca25617 Don't allocate pulses on the stack when calling the SILK PLC. il y a 11 ans
  Jean-Marc Valin b63e7110cb Moves CELT PLC pitch search to a separate function to reduce peak stack il y a 11 ans
  Jean-Marc Valin 5f807c176f Adds SMALL_FOOTPRINT hack to the CELT PLC too il y a 11 ans
  Jean-Marc Valin 9d1b6fef2a Moves deemphasis() call out of celt_decode_lost() to reduce peak stack il y a 11 ans