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
AgeCommit message (Expand)Author
2017-10-01Fix build with latest gstreamer-rsSebastian Dröge
2017-09-19Implement a generic Element implementation infrastructureSebastian Dröge
2017-09-18Port demuxer to plain RustSebastian Dröge
2017-09-16Port everything over to gstreamer-rsSebastian Dröge
2017-09-15Run everything through latest rustfmt-nightlySebastian Dröge
2017-08-18Use muldiv crate for timestamp calculationsSebastian Dröge
2017-08-18Update all kinds of dependenciesSebastian Dröge
2017-07-31Run everything through rustfmt-nightlySebastian Dröge
2017-06-06Update to nom 3.0, bitflags 0.9Sebastian Dröge
2017-04-21Structure/Caps API improvementsSebastian Dröge
2017-04-12Update to slog 2.0Sebastian Dröge
2017-04-10Port C code for the source to pure RustSebastian Dröge
2017-04-06Switch back to Geal's flavors repository after all my changes are mergedSebastian Dröge
2017-02-16Change license from LGPLv2.1+ to Apache2/MITSebastian Dröge
2017-02-03Implement GstRc/GstRef wrapper for GstMiniObjectSebastian Dröge
2017-01-15Use num_rational instead of home-baked (u32, u32) fractionsSebastian Dröge
2017-01-14Minor cleanupSebastian Dröge
2017-01-14Add API to create a Buffer from a Vec<u8> with memory reuse and use it for th...Sebastian Dröge
2017-01-13Implement From<_> for Value to simplify code a lotSebastian Dröge
2017-01-13Move Value code into its own moduleSebastian Dröge
2017-01-13Add support for Speex to FLV demuxerSebastian Dröge
2017-01-09Simplify caps a bit by using slices instead of IntoIteratorSebastian Dröge
2017-01-09Fix for flavors API fixups related to strict arraysSebastian Dröge
2017-01-06Add support for AAC and AVC/H264 in FLVSebastian Dröge
2016-12-30Use caps also for the demuxer sink/src pad templates instead of stringsSebastian Dröge
2016-12-30Implement a minimal GstCaps binding and use it in the demuxerSebastian Dröge
2016-12-27Add logging to FLV demuxerSebastian Dröge
2016-12-25Add support for logging via slogSebastian Dröge
2016-12-23Build each component into its own GStreamer pluginSebastian Dröge