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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/video
AgeCommit message (Expand)Author
2021-01-19libcaption: implement eia608_to_textMathieu Duponchelle
2021-01-19libcaption: fix bit set on indent preamblesMathieu Duponchelle
2021-01-19libcaption: fix parity code calculationMathieu Duponchelle
2021-01-15rav1enc: Make use of the opaque API to map frames/packets to the video encode...Sebastian Dröge
2021-01-15rav1enc: Update to rav1e 0.4Sebastian Dröge
2021-01-09Update to rand 0.8Sebastian Dröge
2021-01-04use cargo-c to produce cdy and static libsGuillaume Desmottes
2020-12-30sccparse: Work around invalid drop-frame timecodesSebastian Dröge
2020-12-30sccparse: Parse timecode only once when seekingSebastian Dröge
2020-12-30sccparse: Simplify timecode handling a bitSebastian Dröge
2020-12-30mccparse: Use the last known timecode as duration even if there were more inv...Sebastian Dröge
2020-12-29Use typed integer literals instead of castingSebastian Dröge
2020-12-24closedcaption: Update for glib::DateTime API changesSebastian Dröge
2020-12-23Added hsv plugin with hsvfilter and hsvdetector elementsBlaxar Waldarax
2020-12-20Update for macro renamesSebastian Dröge
2020-12-18Update everything for glib macro renamingsSebastian Dröge
2020-12-07mccparse/sccparse: Ignore if pausing a task that does not exist anymoreSebastian Dröge
2020-12-07sccparse, mccparse: fix deadlock on seekMathieu Duponchelle
2020-12-05Remove various unneeded unwrapsSebastian Dröge
2020-12-01sccparse: Add support for seekingSeungha Yang
2020-12-01sccparse: Remove unnecessary timecode handlingSeungha Yang
2020-12-01gif: rename plugin to 'gif'Guillaume Desmottes
2020-11-23video: Update to 2018 editionSebastian Dröge
2020-11-19flavors: Update to nom 6Sebastian Dröge
2020-11-19closedcaption: Silence type complexity warningSebastian Dröge
2020-11-19closedcaption: Remove combine dependencySebastian Dröge
2020-11-19closedcaption: Move duplicated test into a single placeSebastian Dröge
2020-11-19closedcaption: Switch MCC parser from combine to nomSebastian Dröge
2020-11-19closedcaption: Move common parsers into a separate fileSebastian Dröge
2020-11-19closedcaption: Switch SCC parser from combine to nomSebastian Dröge
2020-11-19Update for ObjectImpl::get_property() being infallible nowSebastian Dröge
2020-11-16meson: add support for static buildGuillaume Desmottes
2020-11-15video: Update for subclassing API changesSebastian Dröge
2020-11-03flavors: Pin to a version that doesn't require nom 6 yetSebastian Dröge
2020-11-01Switch to the combined gtk-rs and gstreamer-rs repositoriesSebastian Dröge
2020-10-21Fix ClockTime comparisons not being Ord and use saturating_subFrançois Laignel
2020-10-13Update muldiv dependency to 1.0Sebastian Dröge
2020-10-04cdg: Fix assertion failure while typefinding with too short fileSeungha Yang
2020-09-23cdg: disable default features for the image crateGuillaume Desmottes
2020-09-23cdg: update cdg_rendererGuillaume Desmottes
2020-09-22video/gif: Update gif dependency to 0.11Sebastian Dröge
2020-09-10video/closedcaption: add a ccdetect elementMatthew Waters
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