1. 4261692 Remove plugin specific static build option by Nicolas Dufresne · 8 years ago
  2. 78022a6 docs: Port all docstring to gtk-doc markdown by Thibault Saunier · 8 years ago
  3. a388873 mirror: Fix documentation for the mirror mode by Daniel Shahaf · 8 years ago
  4. 42af2d6 Add support for Meson as alternative/parallel build system by Nirbheek Chauhan · 9 years ago
  5. 8cdfb13 bad: use new gst_element_class_add_static_pad_template() by Vineeth TM · 9 years ago
  6. ef53eab geometrictransform: add headers with example launch lines by Luis de Bethencourt · 9 years ago
  7. 734d5a7 Fix code indentation by Tim-Philipp Müller · 9 years ago
  8. f1ced59 geometrictransform: rename gemetric math functions to have their symbols namespaced by George Kiagiadakis · 9 years ago
  9. 699452e Remove obsolete Android build cruft by Tim-Philipp Müller · 10 years ago
  10. 8e2964e mirror: Needs remap when the mode changes. by Mathieu Duponchelle · 10 years ago
  11. aaee4dc all: Don't declare variables in 'for' loops by Edward Hervey · 11 years ago
  12. c8eb403 fisheye: Fix documentation by Colin Macdonald · 11 years ago
  13. 9945e2b geometrictransform: G_DEFINE_TYPE() already calls g_type_class_peek_parent() for us by Sebastian Dröge · 11 years ago
  14. 426c26f geometrictransform: Remove empty GObject::finalize() implementations by Sebastian Dröge · 11 years ago
  15. 8de96a2 geometrictransform: Add a 2D perspective transform plugin by Antonio Ospite · 11 years ago
  16. fa12af3 rotate: Fix angle property help text by Antonio Ospite · 11 years ago
  17. ae22316 geometrictransform: Fix setting black background for AYUV buffers by Antonio Ospite · 11 years ago
  18. e51cd4f gst: Add better support for static plugins by Sebastian Dröge · 12 years ago
  19. 9e1b75f Fix FSF address by Tim-Philipp Müller · 12 years ago
  20. 32ba17c Use gst_element_class_set_static_metadata() by Tim-Philipp Müller · 12 years ago
  21. 578861a replace gst_element_class_set_details_simple with gst_element_class_set_metadata by Mark Nauwelaerts · 13 years ago
  22. 0def19d geometrictransform: don't link against libgstinterfaces which was removed by Tim-Philipp Müller · 13 years ago
  23. c13359f geometrictransform: use 1.0 videofilter baseclass functions by Thiago Santos · 13 years ago
  24. d5f2feb geometrictransform: port to 1.0 by Thiago Santos · 13 years ago
  25. cda192b gst: Update for GST_PLUGIN_DEFINE() API changes by Sebastian Dröge · 13 years ago
  26. 1318a97 gst: Update versioning by Sebastian Dröge · 13 years ago
  27. 860ccd4 Merge remote-tracking branch 'origin/0.10' by Sebastian Dröge · 13 years ago
  28. 7dd5b20 geometrictransform: Prevent access to the transform map when it is null by Thiago Santos · 13 years ago
  29. 7447181 geometrictransform: add some more log messages by Thiago Santos · 13 years ago
  30. 4e7edb2 geometrictransform: make sure gt->map not freed twice by Oleksij Rempel (Alexey Fisher) · 13 years ago
  31. 1119f6e Merge branch 'master' into 0.11 by Wim Taymans · 13 years ago
  32. ddff933 rotate: angle is in radians already, do not scale it by Vincent Penquerc'h · 13 years ago
  33. e84bbcb rotate: fix description string to match what the element does by Vincent Penquerc'h · 13 years ago
  34. 7521b59 various: fix pad template ref leaks by Vincent Penquerc'h · 13 years ago
  35. 9f73890 controller: port to new controller location and api by Stefan Sauer · 13 years ago
  36. 79e3b5b various: fix author tag in element details by Stefan Kost · 14 years ago
  37. 5d6bdf6 Fix some unused-but-set-variable warnings with gcc 4.6 by Tim-Philipp Müller · 14 years ago
  38. 17fd7eb android: make it ready for androgenizer by Thibault Saunier · 14 years ago
  39. 2f5c92f change M_PI to G_PI by David Schleef · 14 years ago
  40. 461db47 geometrictransform: Adds rotate element by Thiago Santos · 14 years ago
  41. 6fcbf59 geometrictransform: Fix build with debugging disabled by Thiago Santos · 15 years ago
  42. fd4a629 geometrictransform: add a "zoom" parameter to square filter by Filippo Argiolas · 15 years ago
  43. 4cec7d1 geometrictransform: make square "width" and "height" customizable by Filippo Argiolas · 15 years ago
  44. 2a9b456 geometrictransform: add a "mode" property to mirror filter by Filippo Argiolas · 15 years ago
  45. a72b2f5 geometrictransform: add a "zoom" parameter to bulge filter by Filippo Argiolas · 15 years ago
  46. 58b76ac geometrictransform: add an "intensity" parameter to stretch filter by Filippo Argiolas · 15 years ago
  47. 7be30c3 geometrictransform: make tunnel "radius" customizable by Filippo Argiolas · 15 years ago
  48. 1652a3e geometrictransform: make bulge "radius" customizable by Filippo Argiolas · 15 years ago
  49. 27134c6 geometrictransform: make stretch "radius" customizable by Filippo Argiolas · 15 years ago
  50. c921067 geometrictransform: make ciclegt "radius" property relative by Filippo Argiolas · 15 years ago
  51. 0c0adff geometrictransform: new filter "fisheye" by Filippo Argiolas · 15 years ago
  52. 9ee12f9 geometrictransform: new filter "mirror" by Filippo Argiolas · 15 years ago
  53. 5c4915d geometrictransform: new filter "square" by Filippo Argiolas · 15 years ago
  54. a7fb7ae geometrictransform: new filter "tunnel" by Filippo Argiolas · 15 years ago
  55. 3ba3310 geometrictransform: new filter "bulge" by Filippo Argiolas · 15 years ago
  56. 2edd185 geometrictransform: new filter "stretch" by Filippo Argiolas · 15 years ago
  57. 4fa3e21 geometrictransform: Use _CAST macro by Thiago Santos · 15 years ago
  58. 1c33b79 geometrictransform: Make properties controllable by Thiago Santos · 15 years ago
  59. 017808e marble: Adds 'marble' element to geometrictransform by Thiago Santos · 15 years ago
  60. a45a1d7 geometrictransform: Use explicit formats from gstvideo by Thiago Santos · 15 years ago
  61. 9f6cbc8 diffuse: Adds diffuse element to geometrictransform by Thiago Santos · 15 years ago
  62. e7d417f geometrictransform: Make map precalculation optional by Thiago Santos · 15 years ago
  63. 581b63c geometrictransform: Set output buffer data to 0 by Thiago Santos · 15 years ago
  64. 964c71b geometrictransform: Descriptions and default values by Thiago Santos · 15 years ago
  65. 44d33ee geometrictransform: Remove trailing whitespace by Thiago Santos · 15 years ago
  66. 213277c waterripple: Adds new waterripple element to geometrictransofmr by Thiago Santos · 15 years ago
  67. ed7461b sphere: Adds new 'sphere' element to geometrictransform by Thiago Santos · 15 years ago
  68. a006140 geometrictransform: adds some properties to base class by Thiago Santos · 15 years ago
  69. 179e234 circle: Adds circle element to geometrictransform plugin by Thiago Santos · 15 years ago
  70. 8eab2c8 kaleidoscope: Adds new element 'kaleidoscope' by Thiago Santos · 15 years ago
  71. 53d4080 gsttwirl: Adds new element twirl by Thiago Santos · 15 years ago
  72. 2f9a630 geometrictransform: Adds a intermediary baseclass circlegeometrictransform by Thiago Santos · 15 years ago
  73. dcda4b6 pinch: Some optimization using the prepare func by Thiago Santos · 15 years ago
  74. 8c5360a geometrictransform: Adds prepare function and cleanup by Thiago Santos · 15 years ago
  75. 6560248 geometrictransform: Precalculate mapping array by Thiago Santos · 15 years ago
  76. 1250a74 geometrictransform: Accept any rgb or gray by Thiago Santos · 15 years ago
  77. 525aae2 geometrictransform: Rename some variables for clarity by Thiago Santos · 15 years ago
  78. b7660b1 geometrictransform: New plugin for geometric transforms by Thiago Santos · 15 years ago