Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mux
AgeCommit message (Collapse)Author
2022-10-27fmp4mux: Clip negative PTS to zero/last PTS instead of erroring outSebastian Dröge
This can happen at the beginning of a stream if upstream is rtpjitterbuffer and it has problems figuring out timestamps in the beginning due to resetting / skew.
2022-10-27fmp4mux: Send force-keyunit events for now if the ideal position has already ↵Sebastian Dröge
passed
2022-10-27fmp4mux: Add debug log when writing the mfra boxSebastian Dröge
2022-10-27fmp4mux: Reset timing infos to None if a stream only contained gap events ↵Sebastian Dröge
for a whole fragment
2022-10-27fmp4mux: If a stream is longer than the main stream at EOS, simply include ↵Sebastian Dröge
all of its buffers in the last fragment nonetheless
2022-10-27fmp4mux: don't require dts for predictive-only formats like vp9Matthew Waters
2022-10-27fmp4: add support for muxing VP9 streams in cmaf, dash and iso fmp4Matthew Waters
As specified in https://www.webmproject.org/vp9/mp4/
2022-10-24Update to release versions of gtk-rs and gstreamer-rsSebastian Dröge
2022-10-24Update versions to 0.9.0Sebastian Dröge
2022-10-23Move from `imp.instance()` to `imp.obj()`Sebastian Dröge
It's doing the same thing and is shorter.
2022-10-23Remove `&` for `obj` in log macrosFrançois Laignel
This is no longer necessary. See https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1137
2022-10-23Fix GObject type names, GStreamer debug category names and element factory namesSebastian Dröge
Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/198
2022-10-23Add new mux subdirectory for container formatsSebastian Dröge
Contains the (incomplete) flavors FLV demuxer and the fragmented MP4 muxer for now. Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/173