1. 4f6ae1f adaptivedemux: Enable bitrate selection for trick mode streaming again by Sebastian Dröge · 9 years ago
  2. 42af2d6 Add support for Meson as alternative/parallel build system by Nirbheek Chauhan · 9 years ago
  3. 7d46d67 smoothstreaming: update fps calculation for h264 codec parser API changes by Tim-Philipp Müller · 9 years ago
  4. 8cdfb13 bad: use new gst_element_class_add_static_pad_template() by Vineeth TM · 10 years ago
  5. 8d445ee mssdemux: remove unnecessary check by Luis de Bethencourt · 10 years ago
  6. ac2734f mssdemux: implement snap seeking by Thiago Santos · 10 years ago
  7. c01d266 mssdemux: use correct seek position on reverse seeks by Thiago Santos · 10 years ago
  8. 1b12d7f mssdemux: only update download position if the seek requests to by Thiago Santos · 10 years ago
  9. 86fb14f mssdemux: do not assert on fragment reloads for non-live by Thiago Santos · 10 years ago
  10. 731ab94 adaptivedemux: handle snap seeks by Thiago Santos · 10 years ago
  11. be03c0a smoothstreaming: remove unused dependency on uridownloader by Tim-Philipp Müller · 10 years ago
  12. b7a0be2 adaptivedemux: replace ghostpad with a standard pad by Thiago Santos · 10 years ago
  13. b902c4a mssdemux: add depth field to audio caps if available by Maroš Ondrášek · 10 years ago
  14. 734d5a7 Fix code indentation by Tim-Philipp Müller · 10 years ago
  15. bf1246c mssdemux: activate streams before configuring bitrate by Philippe Normand · 10 years ago
  16. ae7d938 mssdemux: PlayReady WRM parsing support by Philippe Normand · 10 years ago
  17. 5d4388b mssdemux: always use timescale for gst timestamp calculation by Philippe Normand · 10 years ago
  18. 699452e Remove obsolete Android build cruft by Tim-Philipp Müller · 10 years ago
  19. 0cd3938 adaptivedemux: Allow subclasses to override how a new manifest would be downloaded by Sebastian Dröge · 10 years ago
  20. 2526c7b mssdemux: use correct function to clear fragment info by Thiago Santos · 11 years ago
  21. f7a1649 adaptivedemux: add bitrate-limit property by Thiago Santos · 11 years ago
  22. e9ab79d adaptivedemux: add connection-speed property by Thiago Santos · 11 years ago
  23. de246c6 mssdemux: fix crash while setting bitrate in caps structure by Rajat Verma · 11 years ago
  24. 8b63a16 mssdemux: fix reverse playback fragment tracking by Thiago Santos · 11 years ago
  25. 8c49c79 mssdemux: add live support by Thiago Santos · 11 years ago
  26. a105af2 mssdemux: fix getting current position in segments when after last one by Thiago Santos · 11 years ago
  27. a2c31e3 mssdemux: support manifests with repetition fragments by Thiago Santos · 11 years ago
  28. b418c88 mssdemux: port to adaptivedemux base class by Thiago Santos · 11 years ago
  29. 613b110 mssdemux: seeks in the manifest never fail by Thiago Santos · 11 years ago
  30. efbae70 smoothstreaming: initialise new GstH264NalUnit fields by Tim-Philipp Müller · 11 years ago
  31. f216b7b Sprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE_DEPRECATED by Tim-Philipp Müller · 11 years ago
  32. a38ada6 mssdemux: add type of stream to debug log by Thiago Santos · 11 years ago
  33. e644b5e mssdemux: do not unlock not locked mutex by Thiago Santos · 11 years ago
  34. e289ab0 mssdemux: synchronize with the download loop thread to signal it to continue by George Kiagiadakis · 11 years ago
  35. 01ccac2 mssdemux: fix clearing of eos state in pads by Thiago Santos · 11 years ago
  36. bce21e7 mssdemux: improve position detection when a download restart by Matthieu Bouron · 11 years ago
  37. bda4eae mssdemux: Don't send flush events to deactivated pads by Sebastian Dröge · 11 years ago
  38. 546feae mssdemux: Always use the redirect target to resolve relative URIs by Sebastian Dröge · 11 years ago
  39. ce7319c mssdemux: avoid deadlocking when erroring by Thiago Santos · 11 years ago
  40. a1f87d0 mssdemux: fix caps leak by Thiago Santos · 11 years ago
  41. 6b8448c mssdemux: handle error messages from internal source by Thiago Santos · 11 years ago
  42. b627d7d mssdemux: Always accept the latency configure event by Thiago Santos · 11 years ago
  43. b54367e mssdemux: reenable segment tracking for streams by Thiago Santos · 11 years ago
  44. 45d5859 mssdemux: deprecate unused max-queue-size-buffers by Thiago Santos · 11 years ago
  45. 99a2e42 mssdemux: measure bitrate similarly to hlsdemux by Thiago Santos · 11 years ago
  46. 90577c3 mssdemux: remove uridownloader in favor of internal source by Thiago Santos · 11 years ago
  47. 3c2fe80 mssdemux: Update for uri downloader API changes by Sebastian Dröge · 11 years ago
  48. 5d34b07 mssdemux: Update for URI downloader API changes by Sebastian Dröge · 11 years ago
  49. 14f8172 smoothstreaming: avoid using an uninitialized manifest by Vincent Penquerc'h · 11 years ago
  50. 8887965 smoothstreaming: remove unnecessary check by Vincent Penquerc'h · 11 years ago
  51. b47a4fa ext: Use Codec/Demuxer/Adaptive for the adaptive streaming demuxers by Sebastian Dröge · 12 years ago
  52. a11c664 mssdemux: Download the manifest with compression, the fragments without by Sebastian Dröge · 12 years ago
  53. 3a5abc2 ext: Update for GstUriDownloader API changes by Sebastian Dröge · 12 years ago
  54. 6348113 mssdemux: updating docs explaining how it works by Thiago Santos · 12 years ago
  55. ff1e88c mssdemux: do not push event holding object lock by Thiago Santos · 12 years ago
  56. aa61251 mssdemux: lock around 'cancelled' flag by Thiago Santos · 12 years ago
  57. 628461b mssdemux: fix segfault when trying to access codec_data by Thiago Santos · 12 years ago
  58. 5948a07 mssdemux: also generate caps from audiotag attribute by Thiago Santos · 12 years ago
  59. 26acbbc mssdemux: make sure streams stop properly on cancelled by Thiago Santos · 12 years ago
  60. 99c8fb7 mssdemux: track segments per stream by Thiago Santos · 12 years ago
  61. f44c6ed mssdemux: push language code tag by Guillaume Desmottes · 12 years ago
  62. d6a9f17 mssmanifest: store the language of the stream by Guillaume Desmottes · 12 years ago
  63. 67f3190 mssdemux: remove the stream loop task by Thiago Santos · 12 years ago
  64. 4e6e131 mssdemux: Improve logging by Thiago Santos · 12 years ago
  65. 0564209 mssdemux: improve flow return handling by Thiago Santos · 12 years ago
  66. e847bea mssdemux: remove stream locks by Thiago Santos · 12 years ago
  67. 2ce4f6a mssdemux: avoid downloading not-linked streams by Thiago Santos · 12 years ago
  68. c4fbff5 mssdemux: fix setting codec_data when using WaveFormatEx by Antonio Ospite · 12 years ago
  69. f02e7a2 mssdemux: use mssdemux_debug debug category for gstmssmanifest.c too by Antonio Ospite · 12 years ago
  70. 8345c5a mssdemux: fix coding style by Antonio Ospite · 12 years ago
  71. 27b0086 mssdemux: do not try to deinit the downloadrate while it is used by Thiago Santos · 12 years ago
  72. fe77ee4 mssdemux: also consider /manifest by Thiago Santos · 12 years ago
  73. fef9ef6 dash/smoothstreaming: Remove unused debug category with the same name by Sebastian Dröge · 12 years ago
  74. 1b1332c mssdemux: use gst_data_queue_push_force for adding events to queue by Thiago Santos · 12 years ago
  75. 97426a1 all: Fix for GST_DISABLE_GST_DEBUG by Edward Hervey · 12 years ago
  76. 5b702b8 mssdemux: Add support for group-id in the stream-start event by Sebastian Dröge · 12 years ago
  77. 750137c mssdemux: fix wma pro caps creation by Thiago Santos · 12 years ago
  78. 504142e mssdemux: fix assertions when a stream caps can't be created by Thiago Santos · 12 years ago
  79. 27d726f mssdemux: parse block_align, channels and rate from waveformatex if possible by Thiago Santos · 12 years ago
  80. f74f9cd mssdemux: add bitrate info to audio streams by Thiago Santos · 12 years ago
  81. 62860f4 mssdemux: send stream id and newsegment before pushing data by Thiago Santos · 12 years ago
  82. 43fea50 smoothstreaming: pass width, height, channels and rate as integer by Tim-Philipp Müller · 12 years ago
  83. 99c1dce smoothstreaming: fix WMV caps by Tim-Philipp Müller · 12 years ago
  84. 4711da2 mssdemux: fixing compiler warnings about print formats by Thiago Santos · 12 years ago
  85. 4545f4b smoothstreaming: port to 1.0 by Thiago Santos · 12 years ago
  86. 001da5a mssdemux: remove already fixed TODO comment by Thiago Santos · 12 years ago
  87. 210f6c5 mssdemux: replace gst_value_deserialize with simpler function by Thiago Santos · 12 years ago
  88. 1458500 mssdemux: fix newsegment event leak by Thiago Santos · 12 years ago
  89. e541ec7 mssdemux: replace unused parameter by Thiago Santos · 12 years ago
  90. 6d56eba mss: avoid GValue leak by Wim Taymans · 13 years ago
  91. f0b6b79 mssdemux: fix a small memory leak by Louis-Francis Ratté-Boulianne · 13 years ago
  92. 00400a8 mssdemux: avoid streaming to fail when download is cancelled by Louis-Francis Ratté-Boulianne · 13 years ago
  93. b579cb1 mssdemux: removing unused functions by Thiago Santos · 13 years ago
  94. 1d28c57 mssdemux: switch bitrates without switching pads by Thiago Santos · 13 years ago
  95. c8367a3 mssdemux: Check if pads are valid before removing. by Andre Moreira Magalhaes (andrunko) · 13 years ago
  96. bf0ea5d mssdemux: add a maximum error count for downloads by Thiago Santos · 13 years ago
  97. 255eb4b mssdemux: use streams bitrate individually by Thiago Santos · 13 years ago
  98. 52c9783 mssdemux: use downloadbitrate utility for measuring bitrate by Thiago Santos · 13 years ago
  99. 68308b3 mssdemux: Properly compute new bitrate and use bitrate_limit. by Andre Moreira Magalhaes (andrunko) · 13 years ago
  100. 706b127 mssdemux: Avoid a possible division by zero by Andre Moreira Magalhaes (andrunko) · 13 years ago