1. ea65d34 plugins: port to new memory API by Wim Taymans · 14 years ago
  2. 759a350 Merge branch 'master' into 0.11 by Wim Taymans · 14 years ago
  3. 4a7a78d alpha: fix compiler warnings caused by -DG_DISABLE_ASSERT by Tim-Philipp Müller · 14 years ago
  4. 51c9ad0 alphacolor: make passthrough work. by Alessandro Decina · 14 years ago
  5. 08fd719 alphacolor: Fix classification by Thibault Saunier · 14 years ago
  6. ab3b4bc alpha: Add property to allow passthrough mode by Sebastian Dröge · 15 years ago
  7. f71157f alpha: Fix planar YUV->RGB processing by Sebastian Dröge · 15 years ago
  8. 1897ab2 alpha: Correctly clamp after YUV->RGB conversion by Sebastian Dröge · 15 years ago
  9. 545b21c alpha: Add support for YUY2, YVYU and UYVY by Sebastian Dröge · 15 years ago
  10. 0294e1e alpha: Refactor processing and add support for other planar YUV formats by Sebastian Dröge · 15 years ago
  11. ba72a05 alpha: Add support for YV12 input by Sebastian Dröge · 15 years ago
  12. 04d9490 docs: fix doc blob syntax by Stefan Kost · 15 years ago
  13. afed9b9 alpha: Add documentation by Sebastian Dröge · 15 years ago
  14. 4d906b4 alphacolor: Improve docs a bit by Sebastian Dröge · 15 years ago
  15. 5a39584 alphacolor: Removing unused variable by André Dieb Martins · 15 years ago
  16. 2e04390 alpha: Simplify caps transformation by Sebastian Dröge · 15 years ago
  17. b78937a alpha: Add support for RGB and xRGB input by Sebastian Dröge · 15 years ago
  18. 5bbc7dd alpha: Add support for ARGB input by Sebastian Dröge · 15 years ago
  19. 985ec02 alpha: Add support for generating ARGB output by Sebastian Dröge · 15 years ago
  20. 1fdbfb3 alpha: Move chroma keying parameters into stack variables to prevent multiple pointer dereferences per pixel by Sebastian Dröge · 15 years ago
  21. 9d9ba5b alpha: Move color conversion matrixes into stack variables to speed up processing by Sebastian Dröge · 15 years ago
  22. eb7a146 alpha: Use correct matrixes to convert chroma keying color to YUV by Sebastian Dröge · 15 years ago
  23. b64619d alpha: Add support for different color matrixes by Sebastian Dröge · 15 years ago
  24. 00b3eb1 alpha: Rename and move functions as further preparation for supporting more color formats by Sebastian Dröge · 15 years ago
  25. 46025bb alpha: Remove some unneeded calculations and instance struct fields by Sebastian Dröge · 15 years ago
  26. 6b0c535 alpha: Some preparations for supporting more color formats by Sebastian Dröge · 15 years ago
  27. e3584bf alphacolor: Implement color-matrix support and use integer arithmetic only by Sebastian Dröge · 15 years ago
  28. dad4e96 alpha: Remove remaining floating point arithmetic when processing a pixel by Sebastian Dröge · 15 years ago
  29. f7ba125 alpha: Refactor chroma keying into a single function by Sebastian Dröge · 15 years ago
  30. f961f88 alphacolor: Fix RGBA<->AYUV conversion by Sebastian Dröge · 15 years ago
  31. 117e740 alpha: Remove redundant instance field by Sebastian Dröge · 15 years ago
  32. 9e4ebba alpha: Protect property values from changes during frame processing by Sebastian Dröge · 15 years ago
  33. 3197490 alphacolor: Add support for the remaining ARGB formats by Sebastian Dröge · 15 years ago
  34. d637936 alphacolor: Simplify ARGB<->AYUV conversions by code generation macros by Sebastian Dröge · 15 years ago
  35. 322a8f5 alpha: Minor cleanups and move declarations into a separate header file by Sebastian Dröge · 15 years ago
  36. 6f80d41 alpha: Use GstVideoFilter as base class for automatic QoS support by Sebastian Dröge · 15 years ago
  37. c01cf03 alphacolor: Add support for inplace conversions from AYUV to ARGB by Sebastian Dröge · 15 years ago
  38. 8cbb960 alphacolor: Use libgstvideo for caps parsing by Sebastian Dröge · 15 years ago
  39. 751b293 alphacolor: Use GstVideoFilter as base class for automatic QoS support by Sebastian Dröge · 15 years ago
  40. e46f026 alphacolor: Some minor cleanup by Sebastian Dröge · 15 years ago
  41. 0620797 alpha: scale and clamp alpha to its full extend by Wim Taymans · 15 years ago
  42. 0cb5b42 Remove trivial unused variables detected by CLang static analyzer. by Edward Hervey · 16 years ago
  43. 4a9e807 Remove unused variables in _class_init by Edward Hervey · 16 years ago
  44. a99d3f8 Update and add documentation for plugins with no deps (gst). by Stefan Kost · 16 years ago
  45. 084812b Don't install static libs for plugins. Fixes #550851 for -good. by Stefan Kost · 16 years ago
  46. 5c4b6ce Make stuff compile with GST_DISABLE_GST_DEBUG. by Tim-Philipp Müller · 17 years ago
  47. 4ffab08 gst/alpha/gstalpha.c: Try to skip pixels or areas that are too dark or too bright for us to do meaningfull color dete... by Sebastian Keller · 17 years ago
  48. 2d91efa3 gst/alpha/Makefile.am: Link alpha plugin with libgstbase. Fixes bug #517386. by Sebastian Dröge · 17 years ago
  49. e315541 gst/alpha/: Re-write the 'alpha' plugin to be BaseTransform based, simplifying some stuff, and making buffer-alloc an... by Jan Schmidt · 17 years ago
  50. 7f27c4a gst/alpha/: Make the various properties of 'alpha' controllable. This allows doing niceties like fade-in/fade-out. by Edward Hervey · 17 years ago
  51. d04c0bb gst/alpha/gstalphacolor.c: Detect RGBA/BGRA correctly on little endian systems. by Arek Korbik · 17 years ago
  52. e53a245 gst/alpha/gstalphacolor.c: Double-check that RGB input caps are really RGBA caps (apparently the core doesn't always ... by Tim-Philipp Müller · 18 years ago
  53. 7002f03 Add minimal docs blurb to alphacolor; split out headers into separate header file for gtk-doc. by Tim-Philipp Müller · 18 years ago
  54. 682312a Fix build with LDFLAGS='-Wl,-z,defs' (#410997) by Loïc Minier · 18 years ago
  55. b234d9b gst/: Include stdlib.h in some more places, makes things compile with uClibc and -Werror (#357592). by Peter Kjellerstedt · 18 years ago
  56. eb1b723 More G_OBJECT macro fixing. by Stefan Kost · 18 years ago
  57. 05eaedc Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro fixes. by Tim-Philipp Müller · 19 years ago
  58. 8f1c974 gst/: GST_PTR_FORMAT should be used to print caps in debug statements. by Tim-Philipp Müller · 19 years ago
  59. 11cb7a3 Const-ify GEnumValue arrays. by Tim-Philipp Müller · 19 years ago
  60. cba47ec gst/: don't leak caps-string by Stefan Kost · 19 years ago
  61. 27f2c9b Define GstElementDetails as const and also static (when defined as global) by Stefan Kost · 19 years ago
  62. b5af832 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) by Stefan Kost · 19 years ago
  63. 0debb1e ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32 by Sébastien Moutte · 19 years ago
  64. 629fb23 better/unified long descriptions by Wim Taymans · 19 years ago
  65. 50f4eb8 Fix memleak with gst_static_pad_template_get(). by Edward Hervey · 19 years ago
  66. 2d15047 gst/alpha/gstalpha.c: Don't ignore return value of the parent class's state by Wouter Paesen · 19 years ago
  67. 11c39ab More fractional framerate conversions by Jan Schmidt · 19 years ago
  68. 842a43f fix up more enums by Thomas Vander Stichele · 19 years ago
  69. 6ff59b2 rework configure.ac; make asterisk rtp stuff compile on mingw by Thomas Vander Stichele · 19 years ago
  70. 1d531d5 ext/libpng/gstpngdec.*: Complete rewrite of pngdec. It's now very nice and handle push/pull based model. if you have ... by Julien Moutte · 19 years ago
  71. 1adfcec gst/alpha/gstalphacolor.c: Handle caps negotiation in a better way. by Julien Moutte · 19 years ago
  72. 1aa9f76 configure.ac: Adding videomixer. by Julien Moutte · 19 years ago
  73. 7593b38 fix build and use of GST_LIBS by Thomas Vander Stichele · 19 years ago
  74. cdb18ec gst/alpha/gstalpha.c: fix element description by Stefan Kost · 19 years ago
  75. 7ebd7b9 All plugins updated for element state changes. by Andy Wingo · 20 years ago
  76. d0e0853 Way, way, way too many files: Remove crack comment from the 2000 era. by Andy Wingo · 20 years ago
  77. 94e9812 fixes for new pkg-config files in gst-plugins-base by Thomas Vander Stichele · 20 years ago
  78. 2d109a1 configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build breakage ensue!!! by Andy Wingo · 20 years ago
  79. a5d8b51 No need to take the lock anymore, core already did that before calling us. by Wim Taymans · 20 years ago
  80. 97f9bab Ported alpha, remove alphacolor as functionality is in ffmpegcolorspace. by Wim Taymans · 20 years ago
  81. 883da03 gst/alpha/gstalphacolor.c: Add BGRA handling (#165736). by Ronald S. Bultje · 20 years ago
  82. 71ebb15 gst/alpha/gstalpha.c: Implement alpha functions for AYUV too, this increases accuracy quite a bit. by Wim Taymans · 20 years ago
  83. d14f987 gst/: More stride fixes. by Wim Taymans · 20 years ago
  84. 2cf3753 gst/alpha/gstalpha.c: Updated the chroma keying algorithm with something more sophisticated. by Wim Taymans · 20 years ago
  85. 42b6135 gst/alpha/gstalpha.c: Fix stride issues. Does not completely work for odd heights. by Wim Taymans · 20 years ago
  86. e7045bd more working plugins by Steve Lhomme · 21 years ago
  87. 5e4e09c rename GStreamer-0.8.lib to libgstreamer.lib by Steve Lhomme · 21 years ago
  88. 48429b2 avoid problems with math.h, fix release dependancy by Steve Lhomme · 21 years ago
  89. 337ca13 more plugins supported under windows by Steve Lhomme · 21 years ago
  90. 048b2c1 gst/alpha/: Stupid plugin to to RGBA to AYUV conversion because none of the colorspace plugins can handle that yet. by Wim Taymans · 21 years ago
  91. 8b7c3ac A plugin to add an alpha channel to I420 video. Can optionally do chroma keying. by Wim Taymans · 21 years ago