Skip to content
Snippets Groups Projects
  1. Aug 01, 2023
  2. Jul 29, 2023
  3. Jul 28, 2023
  4. Jul 27, 2023
  5. Jul 24, 2023
  6. Jul 23, 2023
  7. Jul 22, 2023
  8. Jul 20, 2023
  9. Jul 12, 2023
    • Jean-Marc Valin's avatar
      Implement allocation of the DRED bits · 4600e775
      Jean-Marc Valin authored
      Should work for both CBR and VBR. In the CBR case, we can make
      CELT VBR and use DRED to fill the rest.
      4600e775
    • Jean-Marc Valin's avatar
      Fix a CELT encoder CBR corner case · 9fdc489c
      Jean-Marc Valin authored
      If configuring CELT for CBR but controlling the bitrate with
      OPUS_SET_BITRATE rather than nbCompressedBytes, then the range
      coder buffer would never get resized. AFAICT this could never
      be triggered in Opus because CBR was also controlled by
      nbCompressedBytes.
      9fdc489c
Loading