1. b09f478 Add support for Meson as alternative/parallel build system by Nirbheek Chauhan · 9 years ago
  2. 6b209ac videomixer: drop reference to videomixer 2 by Reynaldo H. Verdejo Pinochet · 9 years ago
  3. 1071309 good: use new gst_element_class_add_static_pad_template() by Vineeth TM · 9 years ago
  4. 13a9a75 win32: remove outdated build cruft by Tim-Philipp Müller · 9 years ago
  5. ae72944 videomixer: use GST_STIME_ARGS for GstClockTimeDiff by Luis de Bethencourt · 9 years ago
  6. a7faa3e Release 1.5.1 by Sebastian Dröge · 10 years ago
  7. d753a3e Remove obsolete Android build cruft by Tim-Philipp Müller · 10 years ago
  8. dbc142a videomixer: Drop custom latency querying logic by Arun Raghavan · 10 years ago
  9. f4b5107 Improve and fix LATENCY query handling by Sebastian Dröge · 10 years ago
  10. 5ff1229 videomixer: update orc files by Luis de Bethencourt · 10 years ago
  11. 84c44fc videomixer: fix illegal memory access in blend function with negative ypos by Vincent Penquerc'h · 10 years ago
  12. 0053ad0 videomixer: fix up QoS handling for live sources by Matthew Waters · 10 years ago
  13. 26d682d videomixer2: reverse order of params for converter by Wim Taymans · 10 years ago
  14. 1a2adf5 videomixer: Actually use the correct GstVideoInfo for conversion by Sebastian Dröge · 10 years ago
  15. c1a9611 videomixer: Revert the last commit and handle resolutions differences properly by Sebastian Dröge · 10 years ago
  16. af7916c videomixer: GstVideoConverter currently can't rescale and will assert by Sebastian Dröge · 10 years ago
  17. 84ec78b videomixer: use video library code instead of copy by Wim Taymans · 10 years ago
  18. 558f9a2 videomixer: Fix synchronization if dynamically changing the FPS by Andrei Sarakeev · 11 years ago
  19. ce1d4d9 videomixer: Use the best width/height/etc if downstream can handle that by Sebastian Dröge · 11 years ago
  20. 61fe02a videomixer: Avoid double free of VideoConvert by Ravi Kiran K N · 11 years ago
  21. 1fa6163 videomixer: Unref allowed caps after usage by Sebastian Rasmussen · 11 years ago
  22. deeef84 videomixer: fix double unlock in segment seek segment code path by Tim-Philipp Müller · 11 years ago
  23. bbb1a8d videomixer: reset QoS on segment event by Vincent Penquerc'h · 11 years ago
  24. c0f5644 videomixer: Update dist generated ORC files by Sebastian Dröge · 11 years ago
  25. db43a39 videomixer: Update videoconvert code from -base by Sebastian Dröge · 11 years ago
  26. 45b9ef1 videomixer: Declare as Compositor in 'klass' by Thibault Saunier · 11 years ago
  27. 4ed74d3 videomixer2: Solve segmentation fault when src caps are configured by David Fernandez · 11 years ago
  28. 1d4404d Release 1.3.1 by Sebastian Dröge · 11 years ago
  29. 77badda videomixer: name collectpads object based on videomixer name by Tim-Philipp Müller · 11 years ago
  30. f8d15b1 videomixer: better logging of incoming events by Tim-Philipp Müller · 11 years ago
  31. 2e120c9 videomixer: remove dead code by Vincent Penquerc'h · 11 years ago
  32. 74c23f0 videomixer: Create hashtable only when we actually use it by Sebastian Dröge · 11 years ago
  33. d3a2b3c videomixer: Chain up to the parent class' dispose function by Sebastian Dröge · 11 years ago
  34. 6cf0f19 videomixer: Port to new collectpads API by Mathieu Duponchelle · 11 years ago
  35. 373ecee videomixer2: store video info with buffers to keep it in sync by Thiago Santos · 11 years ago
  36. 220a947 videomixer: Simplify NV12/21 blending code macros by Sebastian Dröge · 11 years ago
  37. b0529e0 videomixer: Fix segfault when filling the background of a UYVY frame by Sebastian Dröge · 11 years ago
  38. 532598e videomixer: explicitly fail when alpha information would have been lost. by Mathieu Duponchelle · 11 years ago
  39. 83f8ee1 videomixer2: Merge tag events to send them in collected. by MathieuDuponchelle · 11 years ago
  40. 52d0588 videomixer: remove unneeded guint comparaison by Matthieu Bouron · 11 years ago
  41. ef548c2 videomixer: Update videoconvert copy by Mathieu Duponchelle · 11 years ago
  42. 3d780c5 videomixer: Check if the pad needs reconfiguration in collected by Mathieu Duponchelle · 11 years ago
  43. 7a76595 videomixer: link to libm for maths stuff by Tim-Philipp Müller · 11 years ago
  44. d646a34 videomixer: Update orc generated files by Sebastian Dröge · 11 years ago
  45. 9f4a8cc videomixer: Do not check if caps are empty when they are NULL by Thibault Saunier · 11 years ago
  46. 268058e videomixer: fix build if orc is not installed by Seán de Búrca · 11 years ago
  47. 8db40a8 videomixer: Add colorspace conversion by Mathieu Duponchelle · 12 years ago
  48. 707e39f videomixer: Don't send reconfigure event when formats or PAR are different by Mathieu Duponchelle · 12 years ago
  49. 8db3648 videomixer: Bundle private copies of videoconvert code by Mathieu Duponchelle · 12 years ago
  50. b68f419 videomixer: Don't set EOS to FALSE when the collectpad *is* EOS by Mathieu Duponchelle · 12 years ago
  51. 5d21f8f videomixer: don't send flush_stop twice. by Mathieu Duponchelle · 12 years ago
  52. e47ffb2 videomixer: Do not send flush_stop ourself after a flush_start by Thibault Saunier · 12 years ago
  53. 6c349d6 videomixer: Send EOS if buf_end >= segment.stop by Thibault Saunier · 12 years ago
  54. c5fa466 videomixer: Make sure to send EOS if the buffer end time equals the segment end time by Thibault Saunier · 12 years ago
  55. d67a671 videomixer: use gst_util_uint64_scale*_round. by Mathieu Duponchelle · 12 years ago
  56. 3d0988f videomixer: Fix handling of buffers without a duration by Sebastian Dröge · 12 years ago
  57. 9e9d2ce videomixer: Fix negotiation with 0/1 framerates by Sebastian Dröge · 12 years ago
  58. 01cc493 Revert "videomixer: When all sinkpads are eos, update output segment stop and forward it" by Sebastian Dröge · 12 years ago
  59. 6e23f1f videomixer: check last end_time after conversion to running segment by Mathieu Duponchelle · 12 years ago
  60. 4243714 videomixer: add mix->segment.start to output_end_time by Mathieu Duponchelle · 12 years ago
  61. 048866f Release 1.1.1 by Sebastian Dröge · 12 years ago
  62. e2e1d1a videomixer: Add FIXME comment about the DURATION query from adder by Sebastian Dröge · 12 years ago
  63. 5223868 videomixer: Set a reference to mix->current_caps as the QUERY_CAPS result. by Mathieu Duponchelle · 12 years ago
  64. cd30a81 videomixer: Maintain z-order when new pad are added by Nicolas Dufresne · 12 years ago
  65. 7a3df1a videomixer: Always handle flush_stop_pending atomically by Thibault Saunier · 12 years ago
  66. 608bd3e videomixer: Do not take COLLECT_PADS_STREAM_LOCK when unnecessary by Thibault Saunier · 12 years ago
  67. d8c5e31 videomixer: Don't hold stream-lock while pushing non-serialized events by Nicolas Dufresne · 12 years ago
  68. a7e0f25 videomixer: Don't hold object lock while sending events by Nicolas Dufresne · 12 years ago
  69. 18ef4f1 videomixer: Send a reconfigure event upstream if sinkpad caps are not usable by Thibault Saunier · 12 years ago
  70. 2d3910f videomixer: When all sinkpads are eos, update output segment stop and forward it by Mathieu Duponchelle · 12 years ago
  71. 521c9a7 videomixer: Don't reset the output segment on flush stop by Mathieu Duponchelle · 12 years ago
  72. 86b1060 videomixer: Send caps event from the streaming thread by Thibault Saunier · 12 years ago
  73. 718f900 videomixer: Do not send flush_stop when receiving a seek by Thibault Saunier · 12 years ago
  74. 85b6852 videomixer2: Protect flush_stop_pending with the collectpad stream lock by Thibault Saunier · 12 years ago
  75. 3110b7c Revert "videomixer2: Take into account new segments" by Sebastian Dröge · 12 years ago
  76. 84ae670 videomixer2: Take into account new segments by Mathieu Duponchelle · 12 years ago
  77. 1588cda videomixer2: Send stream-start before caps event by Sebastian Dröge · 12 years ago
  78. 6b153ce videomixer: send stream-start event. by Mathieu Duponchelle · 12 years ago
  79. 24bb263 videomixer: Don't unref query, we don't own it by Olivier Crête · 12 years ago
  80. b0b0557 gst: Add better support for static plugins by Sebastian Dröge · 12 years ago
  81. 3a5d17e videomixer2: avoid caps leak by Tim 'mithro' Ansell · 12 years ago
  82. b9151a9 videomixer: fix eos timestamp check by Matthew Waters · 12 years ago
  83. 230cf41 Fix FSF address by Tim-Philipp Müller · 12 years ago
  84. 0b898ab videoconvert: Compare y offset with height, not width, when testing for overlap by Douglas Bagnall · 12 years ago
  85. e3c77ba videomixer: get height via GST_VIDEO_FRAME_HEIGHT, not _WIDTH by Douglas Bagnall · 12 years ago
  86. 13328bc videomixer2: Fix race condition where a src setcaps is ignored by Youness Alaoui · 12 years ago
  87. f5e0321 videomixer: clear video frame more correctly by Tim-Philipp Müller · 12 years ago
  88. 626e025 videomixer: fix warnings when using transparent background by Tim-Philipp Müller · 12 years ago
  89. ac9394d videomixer: Fix leak by Edward Hervey · 12 years ago
  90. eda9c8b videomixer: init videoinfo by Mark Nauwelaerts · 12 years ago
  91. 8c28a60 videomixer: chain up to collectpads query function by Mark Nauwelaerts · 12 years ago
  92. 76da367 videomixer: Don't let GstCollectPad shadow custom sink pad query func by Nicolas Dufresne · 12 years ago
  93. f874922 collectpads: remove gst_collect_pads_add_pad_full by Stefan Sauer · 12 years ago
  94. c3d619b videomixer2: Adding nv12 and nv21 support by Youness Alaoui · 13 years ago
  95. e4cb67f docs: gst-launch-0.11 -> gst-launch-1.0 by Tim-Philipp Müller · 13 years ago
  96. 6ea5d31 videomixer: fix endianness check on systems where non-glib endianness defines are not set by Michael Rubinstein · 13 years ago
  97. 6f74b2a gst: Set alignment at the correct place of GstAllocationParams by Sebastian Dröge · 13 years ago
  98. 0e6b66a gst: update disted orc files by Tim-Philipp Müller · 13 years ago
  99. f448083 videomixer: prefix orc functions with video_mixer_orc_ by Wim Taymans · 13 years ago
  100. ea17c45 childproxy: update api use by Stefan Sauer · 13 years ago