Skip to content

Releases: ikhvorost/M3U8Decoder

2.1.2

25 Mar 10:12

Choose a tag to compare

  • Marked all predefined media playlist's structs Sendable

2.1.1

21 Mar 10:40

Choose a tag to compare

  • Swift 6: made M3U8Decoder Sendable

2.1.0

01 Mar 17:15

Choose a tag to compare

Added:

  • Swift 6.0

Fixed:

  • Warning: Thread running at User-initiated quality-of-service class waiting on a lower QoS thread running at Background quality-of-service class.
  • Swift 5.8 compilation

2.0.0

23 Jul 06:40

Choose a tag to compare

Added:

  • MediaSegment and VideoStream predefined types
  • parseHandler for custom parsing
  • #EXT-X-ENDLIST handling

Other:

  • Parsing optimization

1.2.0

04 Mar 13:11

Choose a tag to compare

Added:

  • visionOS
  • comment lines (#)
    Fixed:
  • Bad URI lines (#2)
  • #EXTINF custom attributes (#1)

1.1.0

23 Jun 19:46

Choose a tag to compare

Added:

  • Parsing CODECS attribute
  • Data decoding strategy for tags and attributes (base64 and hex)

1.0.0

12 Jun 10:08

Choose a tag to compare

Decoder for Media Playlist of HTTP Live Streaming using Decodable protocol.