1. 10 Nov, 2021 2 commits
  2. 05 Nov, 2021 2 commits
  3. 03 Nov, 2021 4 commits
  4. 28 Oct, 2021 2 commits
  5. 27 Oct, 2021 1 commit
  6. 26 Oct, 2021 1 commit
  7. 20 Oct, 2021 2 commits
  8. 19 Oct, 2021 5 commits
  9. 14 Oct, 2021 1 commit
  10. 13 Oct, 2021 3 commits
  11. 05 Oct, 2021 1 commit
    • Wolle's avatar
      check for a valid playlist (#205) · 0adfeb87
      Wolle authored
      if playlistheader contains icy-data is not a playlist -> goto AUDIO-HEADER
      if playlistdata (format pls) the first entry not start with "[playlist]"  -> goto AUDIO-HEADER
      0adfeb87
  12. 27 Sep, 2021 2 commits
  13. 19 Sep, 2021 2 commits
  14. 18 Sep, 2021 2 commits
  15. 16 Sep, 2021 2 commits
    • Wolle's avatar
      preparations for hls (m3u8) aac streams · 31e32ccc
      Wolle authored
      m3u8 streams are working if:
      - the chunklist remains unchanged
      - the sequence number is continuous
      - the list from server is sent as text, not as gzip
      31e32ccc
    • Wolle's avatar
      AACDecoder_IsInit() · 022eaa79
      Wolle authored
      preparations for m3u8 streams, get AACDecoder init status
      022eaa79
  16. 01 Sep, 2021 1 commit
  17. 31 Aug, 2021 1 commit
  18. 29 Aug, 2021 3 commits
    • Wolle's avatar
      ct in pls found · 6f82d6d5
      Wolle authored
      can also found in lowercase
      6f82d6d5
    • Wolle's avatar
      check for Err 404 in pls · eafe2883
      Wolle authored
      Stop if found "HTTP/1.0 404 Not Available" in playlist
      eafe2883
    • Wolle's avatar
      look for ct in pls · c11ce23c
      Wolle authored
      not early close a valid playist if ContentType found, but read to the end
      c11ce23c
  19. 25 Aug, 2021 1 commit
    • Wolle's avatar
      fix #196 Format .asx not working · 39db1e64
      Wolle authored
      In the ASX playlist, the elements between the angle brackets <...> are sometimes upper or lower case. That is now taken into account.
      39db1e64
  20. 24 Aug, 2021 1 commit
  21. 21 Aug, 2021 1 commit