1. ccc7d7e tests: remove a wrong 'const' specifier by Josep Torra · 9 years ago
  2. 77585fd build: silence error about pthread for 'make check' in osx by Josep Torra · 9 years ago
  3. bc99a86 vp9enc: Fix build of unit test by letting it link to libgstvideo by Sebastian Dröge · 9 years ago
  4. 4fceb50 Revert "rtpmux: fix PROP_TIMESTAMP_OFFSET range problems" by Olivier Crête · 9 years ago
  5. 8bf77e3 rtpvp9depay: Support flexible mode by Stian Selnes · 9 years ago
  6. 195d181 vp9enc: Fix leak of vpx_image_t by Stian Selnes · 9 years ago
  7. 5f3b570 rtph263pdepay: Don't try to push empty frame by Stian Selnes · 9 years ago
  8. c7579d3 rtpmux: fix PROP_TIMESTAMP_OFFSET range problems by Havard Graff · 9 years ago
  9. 7ad7266 rtpbin: introduce max-streams property by Havard Graff · 9 years ago
  10. b33470f rtpsource: reordered packets are very normal, and should not be a warning by Havard Graff · 9 years ago
  11. babc591 rtpsession: degrade g_warning to GST_ERROR by Havard Graff · 9 years ago
  12. 11b7575 rtph263pdepay: Fix picture header for non-writable payload by Stian Selnes · 9 years ago
  13. 793327c rtph261depay: Fix check of valid payload length by Stian Selnes · 9 years ago
  14. 64f9d08 rtph263pay: Fix double free, invalid reads and leak by Stian Selnes · 9 years ago
  15. 61bc228 rtpsession: sanity check RTT before ignoring PLI/FIR by Stian Selnes · 11 years ago
  16. 85a56f8 rtpsession: handle sdes messages with non-utf8 more gracefully by Stian Selnes · 11 years ago
  17. 898d240 rtph263pay: change log level on bitstream parsing messages by Stian Selnes · 11 years ago
  18. 880f494 tests/rtprtx: refactor the tests to use gstharness by Mikhail Fludkov · 9 years ago
  19. e43dcd9 rtph265pay: Set RTP marker bit by Jonas Holmberg · 9 years ago
  20. 5698205 videoflip: added GstVideoDirection interface by Xabier Rodriguez Calvar · 9 years ago
  21. 1ef896b gstrtpsession: refactor duplicate code into a function by Havard Graff · 9 years ago
  22. 0fb0c0c rtpbin: fix typo in max-misorder-time property name by Vincent Penquerc'h · 9 years ago
  23. 78bb4cc splitmuxsink: fix printf format compiler warning in debug message by Tim-Philipp Müller · 9 years ago
  24. b09f478 Add support for Meson as alternative/parallel build system by Nirbheek Chauhan · 9 years ago
  25. 655856d Fixed splitmuxsink 32-bit overflow bug by Jie Jiang · 9 years ago
  26. 64fd099 isomp4: Fix coverity warning by Vivia Nikolaidou · 9 years ago
  27. 4048a4e v4l2: consistently check #ifdef HAVE_GUDEV instead of #if by Nirbheek Chauhan · 9 years ago
  28. af1d49d directsound: port away from old DirectX API by Nirbheek Chauhan · 9 years ago
  29. 0f41d0e Revert "flacparse: Add maximum bitrate tag" by Tim-Philipp Müller · 9 years ago
  30. a1eefe2 rtpjitterbuffer: Fix unit test by disabling adaptive misorder/dropout calculations by Sebastian Dröge · 9 years ago
  31. b9a8188 splitmuxsink: Add option to split at exactly max-size-time by Vivia Nikolaidou · 9 years ago
  32. 369d37d splitmuxsink: Allow time and bytes to reach their respective thresholds by Vivia Nikolaidou · 9 years ago
  33. 0b0a042 rtspsrc: Allow mimetypes with properties as long as they're application/sdp by Sebastian Dröge · 9 years ago
  34. cdb7649 qtmux: Added support for writing timecode track by Vivia Nikolaidou · 9 years ago
  35. 578e93c multiudpsink: Initialize bytes_sent field. by Thomas Bluemel · 9 years ago
  36. 4dff743 rtpjitterbuffer: Actually calculate the packet rate for max-dropout and max-misorder calculations. by Thomas Bluemel · 9 years ago
  37. e7d4ad7 rtpjitterbuffer: Don't warn for duplicate packets by Thomas Bluemel · 9 years ago
  38. 75b601b splitmux: Fix typo converting to running time. by Jan Schmidt · 9 years ago
  39. 5a71334 Revert "splitmuxsink: Use GstBin async-handling instead of our own." by Jan Schmidt · 9 years ago
  40. 89af379 splitmux: Recheck state after unlocking mutex. by Jan Schmidt · 9 years ago
  41. 69df65f splitmuxsrc: Don't stop and error on EOS flow return by Jan Schmidt · 9 years ago
  42. 7f0381f rtpjitterbuffer: avoid unref of null buffer by Thiago Santos · 9 years ago
  43. 91e302e wavparse: Add tags for container format and bitrate for uncompressed PCM by Carlos Rafael Giani · 9 years ago
  44. c703ab6 flacparse: Add maximum bitrate tag by Carlos Rafael Giani · 9 years ago
  45. 45db90f qtdemux: When receiving a DISCONT buffer that does not point to a sample, remember the offset by Sebastian Dröge · 9 years ago
  46. 3010d1e rtp: Filter with the filter caps in the payloader's getcaps by Sebastian Dröge · 9 years ago
  47. f94c4c0 souphttpsrc: include http-status-code in error message details by Vincent Penquerc'h · 9 years ago
  48. 8b4ceb2 splitmuxsink: Fix debug statement signedness. by Jan Schmidt · 9 years ago
  49. 6755691 splitmuxsink: Handle negative running time by Jan Schmidt · 9 years ago
  50. e2505dd splitmuxsink: Drop lock when sending dummy event by Jan Schmidt · 9 years ago
  51. a183892 rtph264pay: Intersect with filter caps in getcaps function. by Jan Schmidt · 9 years ago
  52. 7da2bac tests: qtdemux: fix element and pad leak by Guillaume Desmottes · 9 years ago
  53. 94232da tests: fix bus leaks by Guillaume Desmottes · 9 years ago
  54. 74177f9 configure: Call AG_GST_PKG_CONFIG_PATH to set GST_PKG_CONFIG_PATH by Ting-Wei Lan · 9 years ago
  55. 1d55fbc souphttpsrc: Don't drop final bytes of a range request by Edward Hervey · 9 years ago
  56. ab075b2 v4l2provider: Fix device type detection by Nicolas Dufresne · 9 years ago
  57. f0678d7 v4l2object: Don't assert when used by the monitor by Nicolas Dufresne · 9 years ago
  58. e62bd2f v4l2object: Indent very long line by Nicolas Dufresne · 9 years ago
  59. e6823e4 souphttpsrc: At the end of a range request, read another time to finalize the request by Sebastian Dröge · 9 years ago
  60. c18bb99 Automatic update of common submodule by Stefan Sauer · 9 years ago
  61. b1edc28 souphttpsrc: Fix keep-alive handling by Sebastian Dröge · 9 years ago
  62. f02b05a Also enable V4L2 probe on aarch64 (aka ARM 64bit) by Nicolas Dufresne · 9 years ago
  63. a390a67 rtp example: Fix leak by Olivier Crête · 9 years ago
  64. 6ca6a41 Enable v4l2 probe on Linux/ARM by Nicolas Dufresne · 9 years ago
  65. 833c530 rtph265pay: Accept array_completeness=1 by Jonas Holmberg · 9 years ago
  66. 5a9c0aa v4l2: Also copy device_caps in gst_v4l2_dup by Nicolas Dufresne · 9 years ago
  67. ccdd76f udpsrc: Use correct in6_pktinfo struct instead of in_pktinfo by Sebastian Dröge · 9 years ago
  68. eaa0107 v4l2: fix multiplanar capture by Luis de Bethencourt · 9 years ago
  69. 6fe88d8 multipartmux: Use PTS and DTS instead of timestamp by Mats Lindestam · 9 years ago
  70. 187d8ac jack: don't wait for callbacks if the jack server shut down by Thomas Scheuermann · 9 years ago
  71. 85b0c3a qtdemux: Let upstream events go through upstream by Edward Hervey · 9 years ago
  72. 781d3f0 avidemux: Let upstream events go through upstream by Edward Hervey · 9 years ago
  73. 14978d9 dvdemux: Let upstream events go through upstream by Edward Hervey · 9 years ago
  74. 67c2b93 v4l2: fix v4l2 probe build error by Luis de Bethencourt · 9 years ago
  75. dfdc15c v4l2src: use gst_caps_intersect_full in negotiate() by Reynaldo H. Verdejo Pinochet · 9 years ago
  76. 4b16b16 v4l2: use opened device caps instead of physical device ones by Reynaldo H. Verdejo Pinochet · 9 years ago
  77. f0ba7a5 matroskamux: Remove suspicious checks for pads being active and linked by Sebastian Dröge · 9 years ago
  78. dbb8ec4 matroskamux: Error out if we start writing data with some pads not having a codec id yet by Sebastian Dröge · 9 years ago
  79. cc63676 matroskamux: Consistently use gst_matroska_mux_set_codec_id() for setting the codec id by Sebastian Dröge · 9 years ago
  80. a06152c rtph265pay/depay: Sync against RFC 7798 by Jonas Holmberg · 9 years ago
  81. b3cfbe5 flvdemux: Push nominal bitrate tags by Jan Alexander Steffens (heftig) · 9 years ago
  82. ee44e60 flvdemux: Refactor metadata tag handling by Jan Alexander Steffens (heftig) · 9 years ago
  83. a85dbfc qtdemux: fix AAC codec_data values by Luis de Bethencourt · 9 years ago
  84. c00dc6f Back to development by Sebastian Dröge · 9 years ago
  85. a3fba2b Release 1.9.1 by Sebastian Dröge · 9 years ago
  86. ff28595 Update .po files by Sebastian Dröge · 9 years ago
  87. ec59291 rtspsrc: Fix error messages to first convert to doubles before division by Steven Hoving · 9 years ago
  88. 74af801 po: Update translations by Sebastian Dröge · 9 years ago
  89. b953252 rtspsrc: Set to PLAYING after a seek again after setting up the segment and everything else by Sebastian Dröge · 9 years ago
  90. 6289280 qtmux: Use complete AAC caps with codec_data in the tests by Sebastian Dröge · 9 years ago
  91. fd261e1 aacparse: Reject raw AAC if no codec_data is found in the caps by Sebastian Dröge · 9 years ago
  92. df454fa qtdemux: Invent AAC codec_data if none is present by Sebastian Dröge · 9 years ago
  93. 5b24841 qtmux: Reject raw AAC caps without codec_data by Sebastian Dröge · 9 years ago
  94. e3923df qtdemux: Handle upstream GAP in push-mode/time segment by Edward Hervey · 9 years ago
  95. 2d6c93e v4l2: fix potential double-free of error debug string by Tim-Philipp Müller · 9 years ago
  96. 6d3071f rtspsrc: Don't disable UDP protocols on redirecting by Brad Lackey · 9 years ago
  97. 231018b qtdemux: Push caps only when it was updated by Seungha Yang · 9 years ago
  98. 850a8bc rtph265depay: fix invalid memory access by Jonas Holmberg · 9 years ago
  99. 9abc31d shout2: Use a non-timer GstPoll by Sebastian Dröge · 9 years ago
  100. 11c61f1 souphttpsrc: dynamically adjust blocksize by Thiago Santos · 9 years ago