1. c7e0e8d dshowsrcwrapper: fix DirectShow caps negotiation and set capture pin caps by Jerome Laheurte · 9 years ago
  2. 26dfb7d dshowsrcwrapper: add support for RGB32, RGB555, RGB565 and RGB8 color spaces by Jerome Laheurte · 9 years ago
  3. 9752997 dshowsrcwrapper: fix include path and link error by Jerome Laheurte · 9 years ago
  4. 8cdfb13 bad: use new gst_element_class_add_static_pad_template() by Vineeth TM · 9 years ago
  5. 86ec812 Remove unnecessary NULL checks before g_free() by Reynaldo H. Verdejo Pinochet · 9 years ago
  6. 8a78e78 dshow: fix GList leak by Tim-Philipp Müller · 9 years ago
  7. 0fc5543 dshowsrcwrapper: Added support for image/jpeg and h264 by Matthew Bader · 10 years ago
  8. d627f4b dshowsrcwrapper: Fixed null caps comparison by Matthew Bader · 10 years ago
  9. 27eb655 dshowsrcwrapper: avoid error when set_caps called twice by Joshua M. Doe · 10 years ago
  10. 4f60ecd dshowsrcwrapper: Port to 1.0 by Jerome Laheurte · 10 years ago
  11. c450a15 dshowaudiosrc: fix audiocapture producing silence by Andoni Morales Alastruey · 12 years ago
  12. d7c6d24 dshowsrcwrapper: Added Graph Builder and Capture Builder to correctly create upstream needed filters by Analog TV Capture Devices. by Fabricio Costa Alisedo · 14 years ago
  13. d4c3fd8 dshowsrcwrapper: Add support for UYVY by Andoni Morales Alastruey · 12 years ago
  14. 9e1b75f Fix FSF address by Tim-Philipp Müller · 12 years ago
  15. 32ba17c Use gst_element_class_set_static_metadata() by Tim-Philipp Müller · 12 years ago
  16. 578861a replace gst_element_class_set_details_simple with gst_element_class_set_metadata by Mark Nauwelaerts · 13 years ago
  17. ffb4007 winks: define STATIC_KSPROPSETID_Wave_Queued if not defined by Andoni Morales Alastruey · 13 years ago
  18. cda192b gst: Update for GST_PLUGIN_DEFINE() API changes by Sebastian Dröge · 13 years ago
  19. de1f89b GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING by Wim Taymans · 13 years ago
  20. f09f27a dshow: fix list iteration code by Tim-Philipp Müller · 14 years ago
  21. 0390f0d dshowvideosrc: don't make a range if min==max by Andoni Morales · 15 years ago
  22. b65da8ea dshowvideosrc: Add support for YUY2 input format by Andoni Morales · 15 years ago
  23. 775c758 gst_element_class_set_details => gst_element_class_set_details_simple by Benjamin Otte · 15 years ago
  24. db3bd77 dshowsrcwrapper: cleanup push buffer callback by Julien Isorce · 15 years ago
  25. 3063de4 Revert "dshowsrcwrapper: cleanup push buffer callback" by Jan Schmidt · 15 years ago
  26. 2e41319 dshowsrcwrapper: cleanup push buffer callback by Julien Isorce · 15 years ago
  27. 76e96c7 dshowvideosrc: cache device caps by Julien Isorce · 16 years ago
  28. 7630416 dshowvideosrc: use IEnumMediaTypes when IAMStreamConfig is not usable by Julien Isorce · 16 years ago
  29. 503091a dshowsrcwrapper: add support both Unicode and MBCS by Julien Isorce · 16 years ago
  30. a768a83 dshowsrcwrapper: indent dshowsrcwrapper.cpp by Julien Isorce · 16 years ago
  31. 01bbe03 Revert "dshowsrcwrapper: remove unused extern C" by Julien Isorce · 16 years ago
  32. 0518509 dshowsrcwrapper: indent by Julien Isorce · 16 years ago
  33. 9844d73 dshowsrcwrapper: convert line ended characters to LF by Julien Isorce · 16 years ago
  34. d3c88d6 dshowsrcwrapper: remove unused extern C by Julien Isorce · 16 years ago
  35. 910376e dshowsrcwrapper: go back to previous mode by Julien Isorce · 16 years ago
  36. e806e7a dshowvideosrc: move VIDEO_STREAM_CONFIG_CAPS to GstCapturePinMediaType by Julien Isorce · 16 years ago
  37. d321799 dshowvideosrc: move default video caps into GstCapturePinMediaType by Julien Isorce · 16 years ago
  38. 9a1597e dshowvideosrc: factorize dshow format to gst caps conversion by Julien Isorce · 16 years ago
  39. a22eca4 dshowsrcwrapper: remove cplusplus condition by Julien Isorce · 16 years ago
  40. 0f10b76 dshowvideosrc: factorize dshow video format parsing by Julien Isorce · 16 years ago
  41. 2004db2 dshowsrcwrapper: use of default debug category and better dshow errors readability by Julien Isorce · 16 years ago
  42. 1691621 Remove execute flags from source files by Tim-Philipp Müller · 16 years ago
  43. 8c37eed dshowsrcwrapper: can list more than 1 device by Julien Isorce · 16 years ago
  44. ae6935e dshowaudiosrc: handles device-name property by Julien Isorce · 16 years ago
  45. 67dd669 dshowsrcwrapper: add a helper function to check a media type by Julien Isorce · 16 years ago
  46. 0a7c30f dshowvideosrc: can use other video sizes and framerates than the defaults by Julien Isorce · 16 years ago
  47. dabb692 dshowsrcwrapper: remove use of IGstDshowInterface by Julien Isorce · 16 years ago
  48. 021f66d dshowsrcwrapper: update Makefile.am for source file renames as well by Tim-Philipp Müller · 16 years ago
  49. 4d926e3 dshowaudiosrc: do not remove a range of length 0 by Julien Isorce · 16 years ago
  50. 0efde4c dshowaudiosrc: converts code to C++ by Julien Isorce · 16 years ago
  51. 779ac0d dshowvideosrc: converts code to C++ by Julien Isorce · 16 years ago
  52. 30469d4 start refactoring of dshowsrcwrapper by Julien Isorce · 16 years ago
  53. a14e8e0 Don't install static libs for plugins. Fixes #550851 for -bad. by Stefan Kost · 16 years ago
  54. 0a8be35 gst/rtpmanager/gstrtpbin.c: Print the pad-name in debug log. by Stefan Kost · 17 years ago
  55. 53e5f02 sys/dshowsrcwrapper/gstdshowvideosrc.*: Don't increase latency by queuing buffers in an async queue when the streamin... by Ole André Vadla Ravnås · 17 years ago
  56. 104ec74 Add Makefiles to win32 plugins and lib. by Sébastien Moutte · 17 years ago
  57. 37915fa ext\neon\gstneonhttpsrc.c: Include unistd.h only if _HAVE_UNISTD_H is defined by Sébastien Moutte · 17 years ago
  58. 209d610 gst-libs/gst/dshow/gstdshowfakesink.*: Fix crasher in constructor due to the base class's constructor not necessarily... by Ole André Vadla Ravnås · 17 years ago
  59. 1af510f Massive leak fixing, plus code cleanups. by Stefan Kost · 17 years ago
  60. 0a0c136 docs/plugins/gst-plugins-bad-plugins.args: Remove directsoundsink property doc as this sink use the mixer interface now. by Sébastien Moutte · 18 years ago