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
AgeCommit message (Expand)Author
2023-12-22Fix a few new clippy 1.75 warningsSebastian Dröge
2023-12-17Update for `Buffer` / `Memory` API changesSebastian Dröge
2023-12-04use new debug and parse APIGuillaume Desmottes
2023-11-02Update for `gst::Rank` API changesSebastian Dröge
2023-10-24Update to quick-xml 0.31Sebastian Dröge
2023-10-17Clean up usage of pad probesSebastian Dröge
2023-10-04fmp4mux: specify the fragment duration unitStéphane Cerveau
2023-09-04fmp4mux: Update to dash-mpd 0.14Sebastian 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-08-07Update a couple of dependenciesSebastian Dröge
2023-07-19Update minimum supported Rust version to 1.70Sebastian Dröge
2023-07-19fmp4mux: Update to dash-mpd 0.12Sebastian Dröge
2023-07-18fmp4mux: Fix draining in chunk mode if keyframes are too lateSebastian Dröge
2023-07-10fmp4: Update to dash-mpd 0.11Sebastian Dröge
2023-07-06Use re-exported once_cellBilal Elmoussaoui
2023-06-26fmp4: Update to dash-mpd 0.10 for the exampleSebastian Dröge
2023-06-19mp4, fmp4: fix byte order for opus extensionFrançois Laignel
2023-06-15fmp4mux: Update to quick-xml 0.29Sebastian Dröge
2023-06-01fmp4mux: Don't wait for more data if a stream has no GOP starting before frag...Sebastian Dröge
2023-06-01fmp4mux: Consider a stream filled if the earliest GOP starts after the curren...Sebastian Dröge
2023-05-23Revert "fmp4: Return a running time in get_next_time()"Arun Raghavan
2023-05-12use Pad builders for optional name definitionFrançois Laignel
2023-05-12fmp4: examples: Update to dash-mpd 0.9Sebastian Dröge
2023-05-10fmp4: Use updated start_pts when checking stream filledAntonio Kevo
2023-04-27fmp4: define minBufferTime in example mpdGuillaume Desmottes
2023-04-25fmp4: Update example to dash-mpd 0.8Sebastian Dröge
2023-04-13fmp4: dash_vod example: reformatGuillaume Desmottes
2023-04-13fmp4: dash_vod example: use dash-mpd to generate the manifestGuillaume Desmottes
2023-04-04git: replace LICENSE file symlinks with copiesTim-Philipp Müller
2023-03-12fmp4mux: fix hls_live exampleJosef Kolář
2023-03-10fmp4: Return a running time in get_next_time()Arun Raghavan
2023-03-09Update for `gst::Element::link_many()` and related API generalizationSebastian Dröge
2023-02-20Update minimum supported Rust version to 1.66Sebastian Dröge
2023-02-15mp4mux: Ignore framerate updateSeungha Yang
2023-02-15fmp4mux: Ignore framerate updateSeungha Yang
2023-02-10Update versions to 0.11.0-alpha.1Sebastian Dröge
2023-02-09fmp4mux: Pass one more buffer in test_buffer_multi_stream_short_gops testSebastian Dröge
2023-02-09fmp4mux: Accept more data on already filled streams if the remaining streams ...Sebastian Dröge
2023-02-06fmp4mux: Handle GOPs ending after the desired fragment end correctlySebastian Dröge
2023-02-04mp4: Add support for AV1Sebastian Dröge
2023-02-04fmp4: Add support for AV1Sebastian Dröge
2023-02-04fmp4: Add support for VP8Sebastian Dröge
2023-02-04mp4: Add support for VP8Sebastian Dröge
2023-02-01fmp4mux: Fix a couple of assertions by handling these cases cleanerSebastian Dröge
2023-01-30fmp4mux: Refactor and clean up codeSebastian Dröge
2023-01-27fmp4mux: Add support for sub-fragments / chunkingSebastian Dröge
2023-01-25fmp4mux: add 'offset-to-zero' propertyGuillaume Desmottes
2023-01-25Fix various new clippy warningsSebastian Dröge
2023-01-24fmp4mux: Don't write the first sample flags into any trun but the firstSebastian Dröge