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

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mux/mp4
AgeCommit message (Expand)Author
2023-12-22Fix a few new clippy 1.75 warningsSebastian Dröge
2023-12-04use new debug and parse APIGuillaume Desmottes
2023-11-02Update for `gst::Rank` API changesSebastian Dröge
2023-08-10Update versions to 0.12.0-alpha.1Sebastian Dröge
2023-08-09Don't generate .def files for pluginsSebastian Dröge
2023-07-19Update minimum supported Rust version to 1.70Sebastian Dröge
2023-07-06Use re-exported once_cellBilal Elmoussaoui
2023-06-19mp4, fmp4: fix byte order for opus extensionFrançois Laignel
2023-04-04git: replace LICENSE file symlinks with copiesTim-Philipp Müller
2023-02-20Update minimum supported Rust version to 1.66Sebastian Dröge
2023-02-15mp4mux: Ignore framerate updateSeungha Yang
2023-02-10Update versions to 0.11.0-alpha.1Sebastian Dröge
2023-02-04mp4: Add support for AV1Sebastian Dröge
2023-02-04mp4: Add support for VP8Sebastian Dröge
2023-01-25Fix various new clippy warningsSebastian Dröge
2023-01-15Update for caps/structure-related string API changesSebastian 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-11-29mux/{mp4, fmp4}: Hard depend on feature v1_18Jordan Petridis
2022-11-18mp4mux: For video with N/1001 framerates use N as timescaleSebastian 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