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-07-20Update version to 0.9.11Sebastian Dröge
2023-07-19fmp4mux: Fix draining in chunk mode if keyframes are too lateSebastian Dröge
2023-06-19mp4, fmp4: fix byte order for opus extensionFrançois Laignel
2023-06-06fmp4mux: Don't wait for more data if a stream has no GOP starting before frag...Sebastian Dröge
2023-06-06fmp4mux: Consider a stream filled if the earliest GOP starts after the curren...Sebastian Dröge
2023-06-06Revert "fmp4: Return a running time in get_next_time()"Arun Raghavan
2023-05-18fmp4: Use updated start_pts when checking stream filledAntonio Kevo
2023-04-05git: replace LICENSE file symlinks with copiesTim-Philipp Müller
2023-03-14fmp4mux: fix hls_live exampleJosef Kolář
2023-03-14fmp4: Return a running time in get_next_time()Arun Raghavan
2023-03-02Update versions to 0.9.10Sebastian Dröge
2023-02-21mp4mux: Ignore framerate updateSeungha Yang
2023-02-21fmp4mux: Ignore framerate updateSeungha Yang
2023-02-09Update versions to 0.9.9Sebastian 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-09fmp4mux: Handle GOPs ending after the desired fragment end correctlySebastian Dröge
2023-02-09mp4: Add support for AV1Sebastian Dröge
2023-02-09fmp4: Add support for AV1Sebastian Dröge
2023-02-09fmp4: Add support for VP8Sebastian Dröge
2023-02-09mp4: Add support for VP8Sebastian Dröge
2023-02-09fmp4mux: Fix a couple of assertions by handling these cases cleanerSebastian Dröge
2023-02-09fmp4mux: Refactor and clean up codeSebastian Dröge
2023-02-09fmp4mux: Add support for sub-fragments / chunkingSebastian Dröge
2023-02-09fmp4mux: add 'offset-to-zero' propertyGuillaume Desmottes
2023-02-09fmp4mux: Don't write the first sample flags into any trun but the firstSebastian Dröge
2023-02-09fmp4mux: Fix decision whether per-sample flags are needed in the trunSebastian Dröge
2023-01-23Update version to 0.9.8Sebastian Dröge
2023-01-19Update versions to 0.9.7Sebastian Dröge
2023-01-18Update versions to 0.9.6Sebastian Dröge
2023-01-07Update versions to 0.9.5Sebastian Dröge
2023-01-07fmp4mux: Remove obsolete commentSebastian Dröge
2022-12-27Update versions to 0.9.4Sebastian Dröge
2022-12-27fmp4mux: Only push fragment_offset if write_mfra is trueJohan Bjäreholt
2022-12-16Update versions to 0.9.3Sebastian Dröge
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-16mp4mux: Fix edit list shift for streams with initial DTS smaller earliest PTS...Sebastian Dröge
2022-12-16mp4mux: Don't write gap edit lists if their duration would be zeroSebastian Dröge
2022-12-16mp4mux: Don't write empty chunks at the end if the last buffer of a stream st...Sebastian Dröge
2022-12-16Fix various new clippy warningsSebastian Dröge
2022-12-12mux/{mp4, fmp4}: Hard depend on feature v1_18Jordan Petridis
2022-12-05fmp4mux: Crank clock for the first fragment in more testsgstreamer-1.21.3Sebastian Dröge
2022-11-28mp4: Add version to gst-plugin-version-helper dependency0.9.2Sebastian Dröge
2022-11-28Update versions to 0.9.2Sebastian Dröge
2022-11-28mp4mux: For video with N/1001 framerates use N as timescaleSebastian Dröge
2022-11-28mp4mux: Factor out running time to UTC time calculation into a functionSebastian Dröge
2022-11-28mp4mux: Remove unnecessary error case of negative PTS when doing the ONVIF UT...Sebastian Dröge
2022-11-28mp4mux: Skip gap buffers instead of writing empty samplesSebastian Dröge
2022-11-28mp4: Add ONVIF non-fragmented MP4 muxerSebastian Dröge