Skip to content
Snippets Groups Projects
  1. May 03, 2023
  2. Dec 31, 2022
  3. Feb 02, 2022
  4. Oct 23, 2021
  5. Jul 29, 2021
    • Ralph Giles's avatar
      Remove travis-ci.org status badge. · 43779464
      Ralph Giles authored
      Travis is no longer accepting new builds from open source
      repositories. We have current status badges from gitlab ci
      and github actions instead.
      
      Gitlab supports adding badges to the project-header
      out-of-tree. Github only supports having it in the
      readme, which is confusing with forks, so just leave
      it off for now. We'll still get feedback on submitted
      patches.
      43779464
    • Ralph Giles's avatar
      github actions: add automake dep on macos · f1616ba4
      Ralph Giles authored
      f1616ba4
    • Ralph Giles's avatar
      github actions: Add autotools build description. · e7e0acbd
      Ralph Giles authored
      Define a basic autotools build on Ubuntu and macOS hosts, so
      we have some test feedback for repositories hosted on Github,
      especially now that travis-ci.org is no longer supporting
      open source projects.
      
      Config based on the flac project.
      e7e0acbd
  6. May 26, 2021
  7. Jan 11, 2021
    • Mark Harris's avatar
      Fix use of uninitialized serialno · 427d6113
      Mark Harris authored
      Also do not crash if OPE_GET_SERIALNO_REQUEST is used after draining.
      427d6113
    • Mark Harris's avatar
      Fix use of uninitialized fields · 6d46f2d7
      Mark Harris authored
      enc->streams->end_granule used uninitialized in encode_buffer() if the
      stream contains no audio (opusenc_example /dev/null out.opus).
      
      enc->frame_size_request used uninitialized in encode_buffer() if the
      frame size was not explicitly set.
      
      enc->callbacks used uninitialized if the encoder is created with
      ope_encoder_create_callbacks() and callbacks is NULL.
      6d46f2d7
    • Mark Harris's avatar
      Fix ope_encoder_drain() assertion failure · 20555237
      Mark Harris authored
      If the stream is drained without writing any audio and the frame size is
      smaller than the encoder latency, the assertion (enc->streams == NULL)
      would fail because pad_samples was computed using an incorrect value of
      enc->global_granule_offset before it was set in init_stream(), causing
      the padding to be insufficient to drain the stream.
      20555237
  8. Dec 28, 2020
  9. May 11, 2020
  10. May 02, 2020
  11. Feb 12, 2019
  12. Oct 07, 2018
  13. Sep 27, 2018
  14. Sep 14, 2018
  15. Sep 13, 2018
  16. Sep 12, 2018
  17. Jul 27, 2018
  18. May 17, 2018
  19. Apr 08, 2018
  20. Mar 20, 2018
  21. Mar 19, 2018
  22. Mar 03, 2018
  23. Mar 02, 2018
  24. Feb 21, 2018
  25. Feb 11, 2018
  26. Feb 09, 2018
Loading