Releases: membraneframework/membrane_mp4_plugin
Releases · membraneframework/membrane_mp4_plugin
Release v0.21.0
What's Changed
Full Changelog: v0.20.0...v0.21.0
Release v0.20.0
What's Changed
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- Bump version to 0.19.0 by @DominikWolek in #56
New Contributors
- @DominikWolek made their first contribution in #56
Full Changelog: v0.18.1...v0.19.0
v0.18.1
What's Changed
Full Changelog: v0.18.0...v0.18.1
v0.18.0
v0.17.0
What's Changed
- Implementation of partial CMAF segments by @Qizot in #46
- Fix bugs in cmaf by @Karolk99 in #50
- Calculate elapsed time from first DTS by @balins in #49
- Parsing partial MP4 containers by @shuntrho in #51
- Created ISOM demuxer by @shuntrho in #52
- Updated CI config. by @shuntrho in #53
New Contributors
Full Changelog: v0.16.2...v0.17.0
v0.16.2
v0.16.1
What's Changed
- Fix CMAF incorrectly generating discontinuity segments in #45
Full Changelog: v0.16.0...v0.16.1
Release v0.16.0
What's changed?
-
CMAF muxer adds information about PTS/DTS offset to each of the samples, so that the players can properly read B-frames in the incoming stream
-
An"optional fields" feature for the MP4 parser and serializer has been added - fields can now be marked with
when: <condition>andstore: <storage name>options and the parsing/serialization is driven based on these options