1. 28 May, 2023 2 commits
  2. 19 May, 2023 2 commits
  3. 18 May, 2023 1 commit
  4. 08 May, 2023 1 commit
  5. 07 May, 2023 2 commits
  6. 05 May, 2023 1 commit
  7. 04 May, 2023 2 commits
  8. 03 May, 2023 5 commits
  9. 02 May, 2023 10 commits
  10. 23 Apr, 2023 1 commit
  11. 19 Apr, 2023 2 commits
    • Wolle's avatar
      better error recognition · b1a3ffbe
      Wolle authored
      Introduction of a variable for the error code of the decoder,
      Avoiding an overflow of the InBuffer by corrupted audio files
      b1a3ffbe
    • Wolle's avatar
      force end of packet · cb576f29
      Wolle authored
      cb576f29
  12. 11 Apr, 2023 2 commits
  13. 10 Apr, 2023 5 commits
  14. 08 Apr, 2023 4 commits
    • Wolle's avatar
      better detection of ts packets · f940bc7e
      Wolle authored
      f940bc7e
    • Wolle's avatar
      ogg in webfiles · aebee6d9
      Wolle authored
      aebee6d9
    • Wolle's avatar
      Missing variables added · 1c7b1eb5
      Wolle authored
      enum : int8_t  {VORBIS_PARSE_OGG_DONE = 100,
                      ERR_VORBIS_NONE = 0,
                      ERR_VORBIS_CHANNELS_OUT_OF_RANGE = -1,
                      ERR_VORBIS_INVALID_SAMPLERATE = -2,
                      ERR_VORBIS_EXTRA_CHANNELS_UNSUPPORTED = -3,
                      ERR_VORBIS_DECODER_ASYNC = -4,
                      ERR_VORBIS_OGG_SYNC_NOT_FOUND = - 5,
                      ERR_VORBIS_BAD_HEADER = -6,
                      ERR_VORBIS_NOT_AUDIO = -7,
                      ERR_VORBIS_BAD_PACKET = -8
                  };
      1c7b1eb5
    • Wolle's avatar
      VORBIS · 715af272
      Wolle authored
      715af272