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 (Expand)Author
2023-01-24fmp4mux: Fix decision whether per-sample flags are needed in the trunSebastian Dröge
2023-01-21Update for glib API changesSebastian Dröge
2023-01-15Update for caps/structure-related string API changesSebastian Dröge
2023-01-06fmp4mux: Remove obsolete commentSebastian Dröge
2023-01-02fmp4: Fix compilation after `glib::List` API changesSebastian Dröge
2022-12-22fmp4mux: Only push fragment_offset if write_mfra is trueJohan Bjäreholt
2022-12-16fmp4mux: Skip gap buffers earlier to consider them for the sample durations a...Sebastian Dröge
2022-12-16mp4mux: Adjust durations and possibly stream start time on encountering a gap...Sebastian Dröge
2022-12-15mp4mux: Fix edit list shift for streams with initial DTS smaller earliest PTS...Sebastian Dröge
2022-12-15mp4mux: Don't write gap edit lists if their duration would be zeroSebastian Dröge
2022-12-15mp4mux: Don't write empty chunks at the end if the last buffer of a stream st...Sebastian Dröge
2022-12-13Fix various new clippy warningsSebastian Dröge
2022-12-03fmp4mux: Crank clock for the first fragment in more testsSebastian Dröge
2022-11-29mux/{mp4, fmp4}: Hard depend on feature v1_18Jordan Petridis
2022-11-22fmp4mux: examples: Avoid unnecessary caps copiesSebastian Dröge
2022-11-19fmp4mux: Handle EOS correctly if it happens before a fragment start time was ...Sebastian Dröge
2022-11-19fmp4mux: Don't overflow negative composition offset calculationSebastian Dröge
2022-11-18mp4mux: For video with N/1001 framerates use N as timescaleSebastian Dröge
2022-11-18fmp4mux: For video with N/1001 framerates use N as timescaleSebastian Dröge
2022-11-18fmp4mux: Re-work buffer dequeueing and calculations of timestampsSebastian Dröge
2022-11-18mp4mux: Make use of `i64::TryFrom<gst::Signed<u64>>` implSebastian Dröge
2022-11-18mp4mux: Factor out running time to UTC time calculation into a functionSebastian Dröge
2022-11-18mp4mux: Remove unnecessary error case of negative PTS when doing the ONVIF UT...Sebastian Dröge
2022-11-10mp4mux: Skip gap buffers instead of writing empty samplesSebastian Dröge
2022-11-10mp4: Add ONVIF non-fragmented MP4 muxerSebastian Dröge
2022-11-10mp4: Remove unneeded cast in testsSebastian Dröge
2022-11-09mp4: Update to url 2Sebastian Dröge
2022-11-08gst-plugin-mp4: Add new MP4 plugin with a non-fragmented MP4 muxerSebastian Dröge
2022-11-07fmp4mux: Make media/trak timescales configurableSebastian Dröge
2022-11-03fmp4mux: Don't allow VP9 for CMAFSebastian Dröge
2022-11-03fmp4mux: Add initial Opus supportSebastian Dröge
2022-11-01Fix various new clippy warningsSebastian Dröge
2022-10-31fmp4mux: For VP9, write resolution into the tkhd and include a stss box to si...Sebastian Dröge
2022-10-28fmp4mux: Remove unused uuid dependencySebastian Dröge
2022-10-27fmp4mux: Clip negative PTS to zero/last PTS instead of erroring outSebastian Dröge
2022-10-27fmp4mux: Send force-keyunit events for now if the ideal position has already ...Sebastian Dröge
2022-10-26fmp4mux: Add debug log when writing the mfra boxSebastian Dröge
2022-10-26fmp4mux: Reset timing infos to None if a stream only contained gap events for...Sebastian Dröge
2022-10-26fmp4mux: If a stream is longer than the main stream at EOS, simply include al...Sebastian Dröge
2022-10-26fmp4mux: don't require dts for predictive-only formats like vp9Matthew Waters
2022-10-25fmp4: add support for muxing VP9 streams in cmaf, dash and iso fmp4Matthew Waters
2022-10-24Update versions to 0.10.0-alpha.1Sebastian Dröge
2022-10-23Move from `imp.instance()` to `imp.obj()`Sebastian Dröge
2022-10-23Remove `&` for `obj` in log macrosFrançois Laignel
2022-10-23Fix GObject type names, GStreamer debug category names and element factory namesSebastian Dröge
2022-10-23Add new mux subdirectory for container formatsSebastian Dröge