- 1071309 good: use new gst_element_class_add_static_pad_template() by Vineeth TM · 10 years ago
- 5d93844 gst Factor out endian-order RGB formats by Nirbheek Chauhan · 10 years ago
- af29e77 monoscope: rework the scaling code by Stefan Sauer · 10 years ago
- 5e68873 monoscope: use constants in the drawing code by Stefan Sauer · 10 years ago
- 292d443 monoscope: replace hardcoded values by constants by Stefan Sauer · 10 years ago
- 8d17911 monoscpe: make the convolver use dynamic memory by Stefan Sauer · 10 years ago
- 3d23cee monoscope: update README by Stefan Sauer · 10 years ago
- daea054 monoscope: code cleanup by Stefan Sauer · 10 years ago
- d753a3e Remove obsolete Android build cruft by Tim-Philipp Müller · 10 years ago
- 3e5ad52 monoscope: Fix debug statement by Edward Hervey · 12 years ago
- b0b0557 gst: Add better support for static plugins by Sebastian Dröge · 13 years ago
- 230cf41 Fix FSF address by Tim-Philipp Müller · 13 years ago
- 4bb52bb docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvert by Tim-Philipp Müller · 13 years ago
- a1948e3 elements: Use gst_pad_set_caps() instead of manual event fiddling by Sebastian Dröge · 13 years ago
- e09ae57 Use new gst_element_class_set_static_metadata() by Tim-Philipp Müller · 13 years ago
- aa2cd46 gst: Update for GST_PLUGIN_DEFINE() API changes by Sebastian Dröge · 13 years ago
- 1398305 updarte for bufferpool changes by Wim Taymans · 14 years ago
- f3a770a update for allocation query changes by Wim Taymans · 14 years ago
- e8ba1ef update for caps api changes by Wim Taymans · 14 years ago
- 8530c0f monoscope: port to 0.11 by Mark Nauwelaerts · 14 years ago
- b541208 android: Make it ready for androgenizer by Thibault Saunier · 14 years ago
- 3ec3bed monoscope: don't leak the monoscope_state data by Stefan Kost · 15 years ago
- 7bc3344 monoscope: we have 64 colors, don't access colors[64] by Stefan Kost · 15 years ago
- d2ee8b9 monoscope: stack needs to be size+1 as we put a end-marker into it by Stefan Kost · 15 years ago
- de4b0ef goom,monoscope: truncate own caps, instead of copying and using the first only by Stefan Kost · 15 years ago
- cccfeaa gst_element_class_set_details => gst_element_class_set_details_simple by Benjamin Otte · 16 years ago
- 18bc896 Fix warnings in experimental plugins, too by Benjamin Otte · 16 years ago
- a99d3f8 Update and add documentation for plugins with no deps (gst). by Stefan Kost · 17 years ago
- 084812b Don't install static libs for plugins. Fixes #550851 for -good. by Stefan Kost · 17 years ago
- ecc16f3 gst/monoscope/: Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS (but no LIBS, since we only use define... by Tim-Philipp Müller · 19 years ago
- 14d79a3 gst/goom/gstgoom.*: Improved docs and use GST_DEBUG_FUNCPTR. by Stefan Kost · 19 years ago
- 76ff577 gst/monoscope/gstmonoscope.c: Don't unref buffers of which we've already given away ownership to the adapter. by Tim-Philipp Müller · 19 years ago
- 3ff8660 Port monoscope visualisation to 0.10. by Tim-Philipp Müller · 19 years ago
- 27f2c9b Define GstElementDetails as const and also static (when defined as global) by Stefan Kost · 19 years ago
- b5af832 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) by Stefan Kost · 19 years ago
- 629fb23 better/unified long descriptions by Wim Taymans · 19 years ago
- 8a51401 close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau. by Wim Taymans · 20 years ago
- 3ecf433 expand tabs by Thomas Vander Stichele · 20 years ago
- 6ff59b2 rework configure.ac; make asterisk rtp stuff compile on mingw by Thomas Vander Stichele · 20 years ago
- 7593b38 fix build and use of GST_LIBS by Thomas Vander Stichele · 20 years ago
- 63efb53 add docs to build by Thomas Vander Stichele · 20 years ago
- fdbea2d fix licensing of monoscope by Christian Schaller · 21 years ago
- e08a835 fix licensing information for monoscope plugin by Christian Schaller · 21 years ago
- 615829e ext/pango/gsttextoverlay.c: Add copyright block and fix plugin license field by David Schleef · 21 years ago
- d9cccd2 ext/lame/gstlame.c: send tag events downstream by Zaheer Abbas Merali · 21 years ago
- ec8a1bb first batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc by Stéphane Loeuillet · 21 years ago
- e1ba883 make stupid compilers happy by Benjamin Otte · 21 years ago
- f7b6594 gst/monoscope/gstmonoscope.c: make sure we only provide 256x128 by Benjamin Otte · 21 years ago
- 6cc1c73 don't mix tabs and spaces by Thomas Vander Stichele · 22 years ago
- 5acffea *.h: Revert indenting by Johan Dahlin · 22 years ago
- 5d25c00 gst-indent by Thomas Vander Stichele · 22 years ago
- 79bc3eb change NULL to (NULL) for GST_ELEMENT_ERROR by Thomas Vander Stichele · 22 years ago
- 51e5863 GST_ELEMENT_ERROR by Thomas Vander Stichele · 22 years ago
- 3b0cf93 use new error signal and classification by Thomas Vander Stichele · 22 years ago
- 92bcd41 gst-libs/gst/video/video.h: Fix caps template names to be understandable. by Benjamin Otte · 22 years ago
- ce51f61 Merge CAPS branch by David Schleef · 22 years ago
- e46d349 remove copyright field from plugins by Andy Wingo · 22 years ago
- 5621eae Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro... by Ronald S. Bultje · 22 years ago
- 7a34944 That was monoscope... by Ronald S. Bultje · 22 years ago
- f2d5cae /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. by Andy Wingo · 22 years ago
- ffaa592 Fix endianness problems in caps. Fixes #124006 by David Schleef · 22 years ago
- 54b0fe0 reverting error patch before making a branch. by Thomas Vander Stichele · 22 years ago
- 2cefb50 converted gst_element_error to new format in gst/ - gettext pending by Benjamin Otte · 22 years ago
- 07e5bc6 Remove all locally-defined optimization flags by David Schleef · 22 years ago
- 37fe79e Remove redundant plugindir definition by David Schleef · 22 years ago
- 292fec2 New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as descri... by Ronald S. Bultje · 22 years ago
- 90da904 compatibility fix for new GST_DEBUG stuff. by Benjamin Otte · 22 years ago
- 1c7d5ad Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler a... by Brian Cameron · 22 years ago
- df0b94a Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion. by David Schleef · 23 years ago
- c2a01f4 PadConnect -> PadLink by Thomas Vander Stichele · 23 years ago
- be876ae another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so t... by Thomas Vander Stichele · 23 years ago
- e16c505 parallel install fixes by Thomas Vander Stichele · 23 years ago
- 2ff64d4 plugins part of license field patch by Christian Schaller · 23 years ago
- 0b497b1 This updates all plugins to the new API for gst_pad_try_set_caps by Ronald S. Bultje · 23 years ago
- 6bb455c Make elements nanoseconds aware by Wim Taymans · 23 years ago
- cca77e2 a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br... by Andy Wingo · 23 years ago
- 3a9c675 GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. by Andy Wingo · 23 years ago
- 29aa39e filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again by Andy Wingo · 24 years ago
- d625815 removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with... by Andy Wingo · 24 years ago
- 0f1d754 s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi... by Andy Wingo · 24 years ago
- f1a8a9c Fix several C++ style comments. by Richard Boulton · 24 years ago
- 31b3a71 Remove static structures: you can now have multiple monoscopes, and they'll actually display different things. :) by Richard Boulton · 24 years ago
- b62e08d Fix monoscope: caps already asked for mono input: make it actually expect such input. by Richard Boulton · 24 years ago
- 2f7d076 what sort of compiler allowed this anomaly to pass ??? please fix indentation too ;) by Thomas Vander Stichele · 24 years ago
- ff816a1 I'm too lazy to comment this by Richard Boulton · 24 years ago