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/video
AgeCommit message (Expand)Author
2020-07-26Update for removal of ObjectImpl::get_type_data()Sebastian Dröge
2020-07-10video/gif: Add description to Cargo.tomlSebastian Dröge
2020-07-10video/gif: Don't set NON_DROPPABLE flag on buffersSebastian Dröge
2020-07-10video/dav1d/rav1e: Depend on gstreamer-video 1.12 for the 12 bit formatsSebastian Dröge
2020-07-10Add LICENSE files to each individual crateSebastian Dröge
2020-07-01video/cdgdec: Box CdgInterpreter state to prevent GObject private size to bec...Sebastian Dröge
2020-07-01Update for Element::post_message() signature changeSebastian Dröge
2020-06-30Fix compilation after flags cleanupSebastian Dröge
2020-06-30Update various dependenciesSebastian Dröge
2020-06-25Update for functions returning a Builder being renamed to builder() instead o...Sebastian Dröge
2020-06-25event,message,query: update instantiationFrançois Laignel
2020-06-22Remove a few unused dependenciesSebastian Dröge
2020-06-22Update to use the new pad builders for safely setting pad functionsSebastian Dröge
2020-06-18flavors: Update num-rational dependency to 0.3Sebastian Dröge
2020-06-16Update for new_with_XXX/new_from_XXX function renamingSebastian Dröge
2020-06-11use new constructor namesGuillaume Desmottes
2020-06-10tttocea608: insert preambles in roll-up modeMathieu Duponchelle
2020-06-08video: Handle Result returned by VideoMeta::add()Sebastian Dröge
2020-06-04closedcaption: implement cea608overlayMathieu Duponchelle
2020-06-03tttocea608: fix pts incrementation in roll up modeMathieu Duponchelle
2020-05-30Remove now unneeded gobject_sys importsSebastian Dröge
2020-05-30tttocea608: add roll-up modesMathieu Duponchelle
2020-05-15video/png: Add PNG encoder elementneithanmo
2020-05-13closedcaption/{scc,mcc}parse: Allow an optional UTF-8 BOM at the beginningSebastian Dröge
2020-05-01cdgdec: fix test with gst masterGuillaume Desmottes
2020-04-24Configure crate-type to cdylib/rlib consistently in Cargo.tomlSebastian Dröge
2020-04-24Fix various new clippy warnings with clippy 1.43Sebastian Dröge
2020-04-23tttocea608: use mul_div_roundMathieu Duponchelle
2020-04-23tttocea608: forward gaps from upstreamMathieu Duponchelle
2020-04-23tttocea608: protect State with a simple mutexMathieu Duponchelle
2020-04-23tttocea608: refactor to fit more scenariosMathieu Duponchelle
2020-04-16flavors: remove git suffix from git depGuillaume Desmottes
2020-04-16fix LGPL-2.1+ license in Cargo.tomlGuillaume Desmottes
2020-04-15Update all versions to 0.6.0Mathieu Duponchelle
2020-04-14closedcaption: Convert bitfields to uint8_t for portability reasonsSebastian Dröge
2020-04-14closedcaption: Update bindgen generated FFI bindings to latest versionSebastian Dröge
2020-04-14closedcaption: Port to combine 4Sebastian Dröge
2020-04-13closedcaption/mccparse: Refactor parser state handling a bitSebastian Dröge
2020-04-13closedcaption/sccparse: Don't strictly require empty lines between each capti...Sebastian Dröge
2020-04-06cdg: update image and cdg_renderer depsGuillaume Desmottes
2020-04-05Update all documentation to point to the updated repository nameArun Raghavan
2020-04-05Rename flv directory as flavorsArun Raghavan
2020-04-05Drop gst-plugin- prefix in plugin directory nameArun Raghavan
2020-04-05Reorganise plugins into directories by functionArun Raghavan