1. 4fe02ad Now build xvideosink if Xwindows is available, and properly #ifdef the by Brian Cameron · 22 years ago
  2. e6995d8 Fix missing config.h and unistd.h includes which were apparently removed from gst/gst.h recently by Ronald S. Bultje · 22 years ago
  3. 909a77f add pango and gtk by David Schleef · 22 years ago
  4. bc02d66 add gst/videofilter and ext/pango by David Schleef · 22 years ago
  5. 9aa6e28 fix type punning by David Schleef · 22 years ago
  6. f4a7caa compatibility fix for new GST_DEBUG stuff. by Benjamin Otte · 22 years ago
  7. 813b3a5 Re-add int2float/float2int, someone told me audioconvert handled all this, but it doesn't. oops by Ronald S. Bultje · 22 years ago
  8. 3c1f0c5 some state change fixes by Thomas Vander Stichele · 22 years ago
  9. 0edcf0e Plugins cleanup: by Ronald S. Bultje · 22 years ago
  10. efc87d7 Added gst/realmedia gst/debug and ext/gdk_pixbuf by David Schleef · 22 years ago
  11. eb0068e Add gdkpixbuf subdir. Alphabetize a few others. by David Schleef · 22 years ago
  12. c751023 "My way" turned out to cause seg faults. :) Fixed, and added more fourcc to caps conversions. by David Schleef · 22 years ago
  13. 52340ac Revert last two changes and do it my way. :) by David Schleef · 22 years ago
  14. fc881eb Support ISO-style variable argument macros. by Brian Cameron · 22 years ago
  15. efe2736 Add missing } by David Schleef · 22 years ago
  16. 8a98f83 New ffmpeg version fixes mpeg decoding segfaults (mpeg1) by Ronald S. Bultje · 22 years ago
  17. 37877a9 which causes a segfault. I'm working on that by Ronald S. Bultje · 22 years ago
  18. 7e76125 + simplifying the filter's structure, but it's still not working perfectly + starting to wonder if/how midi integrati... by Leif Johnson · 22 years ago
  19. bea8637 Handle compressed headers. Fix inappropriate use of bytestream_flush(). by David Schleef · 22 years ago
  20. 4a65aa2 caps refcounting fixes for float2int fixed wrt setting of caps on int pad with dynamic number of sink pads in float2i... by Andy Wingo · 22 years ago
  21. c7cc73b Fixing indentation by Julien Moutte · 22 years ago
  22. 3982154 Fix some of the fourcc to caps conversions. reenable setting of rate and n channels on audio caps. by David Schleef · 22 years ago
  23. 1586276 gcc 3.3 and ppc fixes by Benjamin Otte · 22 years ago
  24. f6b5a3f hack removal by Wim Taymans · 22 years ago
  25. 6762691 Removed ugly caps fixed flag hack, will be done automatically in core soon by Wim Taymans · 22 years ago
  26. 9de3937 Add videoflip by David Schleef · 22 years ago
  27. 10697c2 Fix 114948 - adds some autotools magic that makes sure that we only make install ffmpeg if its actually there by Ronald S. Bultje · 22 years ago
  28. 7ee7835 Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVS by David Schleef · 22 years ago
  29. 0361771 Complete rewrite. Not finished, nothing to see here. by David Schleef · 22 years ago
  30. 57f9db5 warn on state change failures by Thomas Vander Stichele · 22 years ago
  31. 7535a42 Remove NEW_MEDIA from plugins by Ronald S. Bultje · 22 years ago
  32. b09a0f4 Make sure buffer is long enough in type_find. Attempt to fix #114580 by David Schleef · 22 years ago
  33. 8aa4cad g_warning -> GST_DEBUG by Thomas Vander Stichele · 22 years ago
  34. 704d768 Add ranking to divx/xvid plugins by Ronald S. Bultje · 22 years ago
  35. aac0adf Make these compile with both solaris as well as lunix-based stuffies by Ronald S. Bultje · 22 years ago
  36. e87e59e Somewhat improve error reporting by Ronald S. Bultje · 22 years ago
  37. 401ae2b This fixes a segfault on exit by Ronald S. Bultje · 22 years ago
  38. 4740481 Fixing error message when a plugin is missing (gst-player -> libgstplay). by Julien Moutte · 22 years ago
  39. a8b0a79 CPPFLAGS -> CXXFLAGS by Jeremy Simon · 22 years ago
  40. f1a6f67 Error handling is inside and works :) by Julien Moutte · 22 years ago
  41. 9abd17b Hm, let's not quit on these since the divx libs seem totally hosed by Ronald S. Bultje · 22 years ago
  42. c4eefdd Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?) by Ronald S. Bultje · 22 years ago
  43. 8e1ee45 pkgconfig checks for mad, audiofile, fix for mcopidl by Thomas Vander Stichele · 22 years ago
  44. c2c374b Use new ffmpeg revision by Ronald S. Bultje · 22 years ago
  45. f6f7d44 don't warn on recoverable problems by Thomas Vander Stichele · 22 years ago
  46. 2c98438 I'm too lazy to comment this by Ronald S. Bultje · 22 years ago
  47. bbd6f98 I'm too lazy to comment this by Thomas Vander Stichele · 22 years ago
  48. 5f51e20 - some of my pending cleanups by Wim Taymans · 22 years ago
  49. 4d96d4a - removed UNITS by Wim Taymans · 22 years ago
  50. 328cce2 - UNITS -> DEFAULT by Wim Taymans · 22 years ago
  51. ed75cd4 UNITS -> DEFAULT by Wim Taymans · 22 years ago
  52. fe40d42 - UNITS -> DEFAULT by Wim Taymans · 22 years ago
  53. 0faa83d removed UNITS by Wim Taymans · 22 years ago
  54. ecbb3f8 better state change/link function by Wim Taymans · 22 years ago
  55. 940740d fix Makefiles for C++ libraries. They should now work with Forte. This needs a new libtool, update autogen.sh to refl... by Benjamin Otte · 22 years ago
  56. f3e0b84 remove '__inline' stuff and take normal 'inline' instead by Benjamin Otte · 22 years ago
  57. f4e4c4b Forte is more picky about how the pow() and log() functions are called. by Brian Cameron · 22 years ago
  58. 349abb3 Actually, I didn't read the spec correctly. doh by Ronald S. Bultje · 22 years ago
  59. c60afcb Fix for bttv driver (which doesn't seem to follow the v4l2 spec 100%? by Ronald S. Bultje · 22 years ago
  60. ec45be3 Corrected modplug and monkeyaudio to build with non-gcc compilers. by Brian Cameron · 22 years ago
  61. 6d19f51 Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were causing non-gcc compilers to break. by Brian Cameron · 22 years ago
  62. 37d8612 change required to build on solaris. by Brian Cameron · 22 years ago
  63. 2e570bd Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using typeof(), since typeof() is a gcc-extensio... by Brian Cameron · 22 years ago
  64. debf9fe This ISO_VARARGS macro is more consistant with the others. by Brian Cameron · 22 years ago
  65. 4c3c8f6 Corrected the configure.ac so it actually works. Updated some c files so that they build on Solaris. This mostly in... by Brian Cameron · 22 years ago
  66. a62ca00 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
  67. 5198587 Links also against libgstcontrol by David Schleef · 22 years ago
  68. 6588850 Some final fixes for the v4lsrc elements. remove software sync thread (use GST_ELEMENT_THREAD_SUGGESTED instead) make... by Ronald S. Bultje · 22 years ago
  69. 7777638 remove creation of makefile in nonexistent (sys/x11) directory by David Schleef · 22 years ago
  70. ad93ad3 update libflac check by Jeremy Simon · 22 years ago
  71. 38a61ca make error signal use the right types by Benjamin Otte · 22 years ago
  72. 8252b54 uh, maybe putting new signals before LAST_SIGNAL might help against memory corruption? by Benjamin Otte · 22 years ago
  73. f85aa36 fixes 107967 by Thomas Vander Stichele · 22 years ago
  74. 58fcf76 Some bugfixes: by Christian Schaller · 22 years ago
  75. ed779ea This implements filtered-caps negotiation for all the v4l*src elements, and removes the accompanying properties since... by Ronald S. Bultje · 22 years ago
  76. 1bdef6b remove bashisms by David Schleef · 22 years ago
  77. 2ecac90 deep-notify can come from pads too, replacing GstElement by GstObject. by Julien Moutte · 22 years ago
  78. 5b879bd Implement element synchronization (#108301) by Ronald S. Bultje · 22 years ago
  79. 1cf42a0 Gcc < 3.0 fix by Ronald S. Bultje · 22 years ago
  80. d06b679 Make vis_video_thread play when connected afterwards by Julien Moutte · 22 years ago
  81. 077be4c more uninstalled fixes by Thomas Vander Stichele · 22 years ago
  82. 0cf957d more uninstalled fixes by Thomas Vander Stichele · 22 years ago
  83. c1576a2 uninstalled pkgconfig fixes by Thomas Vander Stichele · 22 years ago
  84. 24b7a18 ignore .pc files by Steve Baker · 22 years ago
  85. e45fb6b Removing avifile and http plugins, also fixing some disting issues by Christian Schaller · 22 years ago
  86. 08889d7 Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs by Ronald S. Bultje · 22 years ago
  87. cb4ce3d Rewrote much of the code. Hopefully will work with gst-player now. by David Schleef · 22 years ago
  88. ab57fbc Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, closed-source) by Ronald S. Bultje · 22 years ago
  89. 7ca8563 Made a theorical libgstplay which refs/unrefs elements before putting them in AsyncQueue. by Julien Moutte · 22 years ago
  90. b87a472 Changed sanity checks according to BBB feedback by Julien Moutte · 22 years ago
  91. b8ef2ab Fix compilation errors by David Schleef · 22 years ago
  92. d39ef5d Added initial version of audioconvert, a generic converter of integer audio/raw formats. by Benjamin Otte · 22 years ago
  93. 5e5437a Change autoconf_2.52d_check to 2_52 to make bash happy by David Schleef · 22 years ago
  94. 0b13c0f make Company happy : Changed visualisation pipeline structure.. audio sink is directly connected to tee so no queue b... by Julien Moutte · 22 years ago
  95. 058e00e Update dvdnav plugin to latest version by Ronald S. Bultje · 22 years ago
  96. a9bd477 Adding a lot of sanity checks by Julien Moutte · 22 years ago
  97. 646db37 fixes to mp3 typefinding: by Benjamin Otte · 22 years ago
  98. 3021d27 Grrr... another fix, to make gst_artsio.idl dist correctly. by David Schleef · 22 years ago
  99. 27b2ebd Refix #104689 by David Schleef · 22 years ago
  100. 5ae196b This one needs to be adapted too by Ronald S. Bultje · 22 years ago