1. c0e101e various: fix pad template leaks by Vincent Penquerc'h · 13 years ago
  2. df3cee6 goom: fix build on PPC on openbsd by Antoine Jacoutot · 14 years ago
  3. f2c8761 goom: Don't answer lantency queries before negotiation by David Schleef · 14 years ago
  4. b541208 android: Make it ready for androgenizer by Thibault Saunier · 14 years ago
  5. 7b89817 Change M_PI to G_PI by David Schleef · 14 years ago
  6. e400c84 goom: Return not-negotiated when bps is unknown by Thiago Santos · 14 years ago
  7. 49d5d8f goom: take duration into account when doing QoS by Wim Taymans · 14 years ago
  8. cd5f31f goom: use adapter for timestamping by Wim Taymans · 14 years ago
  9. 418eae3 goom: add latency compensation code. by Wim Taymans · 14 years ago
  10. cf8dddd goom: don't allocate 260kB struct on the stack by Tim-Philipp Müller · 15 years ago
  11. ff75525 goom: Call orc_init() before trying to get target flags by Sebastian Dröge · 15 years ago
  12. 2cb6cfe goom: liboil to orc conversion by David Schleef · 15 years ago
  13. de4b0ef goom,monoscope: truncate own caps, instead of copying and using the first only by Stefan Kost · 15 years ago
  14. f3c032e goom: add edx to clobber list in inline assembly code by Brian Cameron · 15 years ago
  15. c2846f6 Make goom not use aggregate returns by Benjamin Otte · 15 years ago
  16. 3f511ec Add -Wwrite-strings to the configure flags by Benjamin Otte · 15 years ago
  17. cccfeaa gst_element_class_set_details => gst_element_class_set_details_simple by Benjamin Otte · 15 years ago
  18. c76e72a Add -Wundef to configure flags by Benjamin Otte · 15 years ago
  19. 3342b16 Add -Wmissing-declarations -Wmissing-prototypes warning flags by Benjamin Otte · 15 years ago
  20. 6d32642 docs: Quieten a couple more docs warnings by Jan Schmidt · 16 years ago
  21. f6458e2 goom/filters: Remove dead assignment. Value overwritten just after. by Edward Hervey · 16 years ago
  22. c185a8d goom: ff and iff are only used in a '#ifdef DRAW_MOTIF' block. by Edward Hervey · 16 years ago
  23. fa8e2d9 goom: the structure is not fully initialized, but the copied. by Stefan Kost · 16 years ago
  24. a99d3f8 Update and add documentation for plugins with no deps (gst). by Stefan Kost · 16 years ago
  25. 084812b Don't install static libs for plugins. Fixes #550851 for -good. by Stefan Kost · 16 years ago
  26. 6eb6d5b gst/goom/: Add license headers in all source files. Remove filter.c from by Stefan Kost · 16 years ago
  27. cc3a607 gst/: Ignore files. by Stefan Kost · 17 years ago
  28. 90fdf92 gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately, use header guards where needed. by Michael Smith · 17 years ago
  29. 2f1971a Add goom2k1 into the docs. by Jan Schmidt · 17 years ago
  30. 883d93d gst/goom/: Fix build with mingw32: use rand() instead of random() and replace bzero() with memset(). Fixes #529692. by Jesús Corrius · 17 years ago
  31. 4e11c34 gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valgrind warnings in the testsuite. by Jan Schmidt · 17 years ago
  32. 3b3bd16 gst/goom/convolve_fx.c: Don't ever draw the GOOM logo. by Jan Schmidt · 17 years ago
  33. a8dec12 Strip out the config/script parsing stuff, we don't need it. by Tim-Philipp Müller · 17 years ago
  34. edf6625 gst/goom/plugin_info.c: Disable altivec optimisations for 32-bit PPC as well to make things build properly on all PPC... by Tim-Philipp Müller · 17 years ago
  35. b187711 gst/goom/: Remove a bunch of font/text related code that we don't need. by Tim-Philipp Müller · 17 years ago
  36. 758639f gst/goom/: Change license of these files to LGPL, as permitted by the author, Guillaume Borios. See #515073. by Tim-Philipp Müller · 17 years ago
  37. debe1ba gst/goom/: As hinted in Bug #518213, revert one change and fix warnings properly. by Stefan Kost · 17 years ago
  38. e2c672d gst/goom/goomsl.c: Check return value of fread() to avoid compiler warnings. by Tim-Philipp Müller · 17 years ago
  39. ec5e76c gst/goom/xmmx.c: Fix constraints on asm code so that it compiles consistently. Fixes #522278. by David Schleef · 17 years ago
  40. 7f7726a gst/goom/Makefile.am: Remove ppc assembler optimisations from the build until they actually build (they also seem to ... by Tim-Philipp Müller · 17 years ago
  41. a146872 gst/goom/: Small fixes to build more on PPC: ifdef out code that uses unknown define; add newline at end of header fi... by Tim-Philipp Müller · 17 years ago
  42. c34fa14 configure.ac: Detect and indicate if GCC inline assembly syntax is available. by Jan Schmidt · 17 years ago
  43. bf2fdcb gst/goom/xmmx.c: Use 'emms' instead of 'femms' to not crash on cpus that do not implement this 3dnow specific instruc... by Stefan Kost · 17 years ago
  44. 58a68b1 gst/goom/plugin_info.c: Use extended MMX for draw_line() too if available, not only normal MMX. by Sebastian Dröge · 17 years ago
  45. 67101ab gst/goom/: Call oil_init(), otherwise oil_get_cpu_flags() won't return anything useful. Export goom debug category so... by Tim-Philipp Müller · 17 years ago
  46. 0984f94 gst/goom/: Compile fixes for x86-64. by Tim-Philipp Müller · 17 years ago
  47. 9b2e72c gst/goom/Makefile.am: Don't compile lex or yacc outputs with warnings, but add other CFLAGS by Bastien Nocera · 17 years ago
  48. e8ef50a gst/goom/Makefile.am: Remove the warnings being disabled, fix linkage on x86, spotted by Sebastian Dröge by Bastien Nocera · 17 years ago
  49. a7bc748 configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new goom 2k4 based plugin by Bastien Nocera · 17 years ago
  50. 0dcf0ce gst/goom/gstgoom.*: Document, fix and improve goom adapter behaviour. by Wim Taymans · 18 years ago
  51. 682312a Fix build with LDFLAGS='-Wl,-z,defs' (#410997) by Loïc Minier · 18 years ago
  52. 14d79a3 gst/goom/gstgoom.*: Improved docs and use GST_DEBUG_FUNCPTR. by Stefan Kost · 18 years ago
  53. c4e7ebf Fix a bunch of problems discovered by the Forte compiler, mostly type mixups and pointer arithmetics with void pointe... by Josep Torra Valles · 18 years ago
  54. cac797c gst/goom/filters.c: Avoid goom coredumping by clearing memory. by Wim Taymans · 19 years ago
  55. c00aec3 gst/goom/gstgoom.c: Fix double caps unref when negotiation fails. by Wim Taymans · 19 years ago
  56. 1def669 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass by Stefan Kost · 19 years ago
  57. cfbd952 gst/goom/gstgoom.*: Handle QoS. by Wim Taymans · 19 years ago
  58. 27f2c9b Define GstElementDetails as const and also static (when defined as global) by Stefan Kost · 19 years ago
  59. b5af832 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) by Stefan Kost · 19 years ago
  60. 0debb1e ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32 by Sébastien Moutte · 19 years ago
  61. 629fb23 better/unified long descriptions by Wim Taymans · 19 years ago
  62. 1af582d gst/goom/: Free filter data when cleaning up. (Fixes: #334995) by Jan Schmidt · 19 years ago
  63. 50f4eb8 Fix memleak with gst_static_pad_template_get(). by Edward Hervey · 19 years ago
  64. 07c1dce gst/goom/: Make goom reentrant by moving all important static variables into instance structures. by Jan Schmidt · 19 years ago
  65. 945cf26 gst/: Use audiotestsrc instead of sinesrc (#323798). by Tim-Philipp Müller · 19 years ago
  66. 3ecf433 expand tabs by Thomas Vander Stichele · 19 years ago
  67. 7fbfd29 Update for alloc_buffer changes. by Andy Wingo · 19 years ago
  68. 48520a4 Fixes for API changes by Jan Schmidt · 19 years ago
  69. a72e695 Fix for #321430: unresolved symbols due to incorrect linkage on inline functions in goom. by Michael Smith · 19 years ago
  70. 11c39ab More fractional framerate conversions by Jan Schmidt · 19 years ago
  71. bdeae7c ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame) ext/flac/gstflacdec.c (gst_flacdec_writ... by Andy Wingo · 19 years ago
  72. c8c73fd Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027) by Jan Schmidt · 19 years ago
  73. 6ff59b2 rework configure.ac; make asterisk rtp stuff compile on mingw by Thomas Vander Stichele · 19 years ago
  74. 97f39d4 gst/goom/: Make inline functions either 'static inline' or 'extern inline', otherwise the Forte compiler apparently w... by Tim-Philipp Müller · 19 years ago
  75. 3a6dd6c newsegment API update. by Wim Taymans · 19 years ago
  76. 0cf8e97 fix build of goom by Thomas Vander Stichele · 19 years ago
  77. 7593b38 fix build and use of GST_LIBS by Thomas Vander Stichele · 19 years ago
  78. 7ebd7b9 All plugins updated for element state changes. by Andy Wingo · 20 years ago
  79. 63efb53 add docs to build by Thomas Vander Stichele · 20 years ago
  80. c50893f Various event updates and cleanups. by Wim Taymans · 20 years ago
  81. 0f9c099 fix some CFLAGS by Thomas Vander Stichele · 20 years ago
  82. 2d109a1 configure.ac (GST_CFLAGS): GCC strikes back!!! Let the build breakage ensue!!! by Andy Wingo · 20 years ago
  83. 9cc3258 gst/: Bufferalloc changes. by Wim Taymans · 20 years ago
  84. a5d8b51 No need to take the lock anymore, core already did that before calling us. by Wim Taymans · 20 years ago
  85. b20d68a Make my automake version shut up about undefined variables by Jan Schmidt · 20 years ago
  86. 9a43a52 Ported goom. by Wim Taymans · 20 years ago
  87. 6e1fa8a as HAVE_LIBMMX went away from configure, don't use it in goom Makefile by Stéphane Loeuillet · 20 years ago
  88. 7df4af3 Use bytestream in goom for input samples by Jan Schmidt · 20 years ago
  89. e7045bd more working plugins by Steve Lhomme · 21 years ago
  90. 5e4e09c rename GStreamer-0.8.lib to libgstreamer.lib by Steve Lhomme · 21 years ago
  91. 48429b2 avoid problems with math.h, fix release dependancy by Steve Lhomme · 21 years ago
  92. 337ca13 more plugins supported under windows by Steve Lhomme · 21 years ago
  93. 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
  94. 6cc1c73 don't mix tabs and spaces by Thomas Vander Stichele · 21 years ago
  95. 5acffea *.h: Revert indenting by Johan Dahlin · 21 years ago
  96. 5d25c00 gst-indent by Thomas Vander Stichele · 21 years ago
  97. 79bc3eb change NULL to (NULL) for GST_ELEMENT_ERROR by Thomas Vander Stichele · 21 years ago
  98. 51e5863 GST_ELEMENT_ERROR by Thomas Vander Stichele · 21 years ago
  99. bb8b7fd gst/asfdemux/: lot's of fixes to make data extraction simpler and get the code architecture and compiler independant.... by Benjamin Otte · 21 years ago
  100. ff90353 ext/swfdec/gstswfdec.*: Fix negotiation. by David Schleef · 21 years ago