1. 8c49fbc dashdemux: Always create the adapter by Nicolas Dufresne · 6 years ago
  2. 5878f63 dashdemux: Fix sync of updated manifest from previous one by Seungha Yang · 7 years ago
  3. cbcc011 dashdemux: parse xs:dateTime's timezone indicator by Jun Xie · 7 years ago
  4. 77321f6 dashdemux: fix coredump issue with external AdaptationSet by Jun Xie · 7 years ago
  5. beb32ab dashdemux: remove duplicated code by Jun Xie · 7 years ago
  6. f31e91b dashdemux: fix memory leak by Jun Xie · 7 years ago
  7. 2877aac dashdemux: Handle bitrate > 2**31 by Edward Hervey · 7 years ago
  8. 7d06ecb isoff: Move isoff to gst-libs by Seungha Yang · 8 years ago
  9. a218a2a dashdemux: Add support webvtt subtitle stream by Seungha Yang · 7 years ago
  10. ead63a2 dashdemux: update manifest streams correctly if pads aren't exposed by Thiago Santos · 8 years ago
  11. 2b401de dashdemux: Implement a default presentation delay by Edward Hervey · 8 years ago
  12. 95a2786 mpdparser: remove duplicate free of client data by Thiago Santos · 8 years ago
  13. 34d8ddd dashdemux: Remove wrong assertion by Edward Hervey · 8 years ago
  14. be465a1 dashdemux: Use correct (sub) fragment start when clipping chunk size by Sebastian Dröge · 8 years ago
  15. d5eee31 dashdemux: Make sure to pass the next buffer after a seek with DISCONT flag by Sebastian Dröge · 8 years ago
  16. d884ec2 dashdemux: Ensure that we never ever download over the current SIDX entry by Sebastian Dröge · 8 years ago
  17. 71259d9 dashdemux: Take SIDX entry timestamp/duration into account for keyunit-only mode by Sebastian Dröge · 8 years ago
  18. c3fd905 dashdemux: Reset parsing state correctly in various places by Sebastian Dröge · 8 years ago
  19. 927c158 dashdemux: Reset previous target_time when seeking by Sebastian Dröge · 8 years ago
  20. e2a6573 dashdemux: Smooth out skip distances in keyframe-only trick modes by Sebastian Dröge · 8 years ago
  21. ddef518 dashdemux: Take configure max bitrate/framerate into account for keyframe skipping by Sebastian Dröge · 8 years ago
  22. 6a037a7 dashdemux: Try harder to not run into a loop over the same fragment over and over by Sebastian Dröge · 8 years ago
  23. ef8f194 dashdemux: Add some debug output to the target time selection by Sebastian Dröge · 8 years ago
  24. 6b6c738 dashdemux: Use the current clock running time in addition to the QoS earliest time by Sebastian Dröge · 8 years ago
  25. 133d1e8 dashdemux: Download keyframes from the current position if we're far enough ahead by Sebastian Dröge · 8 years ago
  26. 4efa318 dashdemux: Fix sync sample selection based on target time in reverse playback mode by Sebastian Dröge · 8 years ago
  27. b3e2657 dashdemux: Snap-seek for skipping ahead and use actual keyframe distance in the current fragment if applicable by Sebastian Dröge · 8 years ago
  28. b7f87e2 dashdemux: Don't adjust for fragment duration twice when seeking ahead in KEYUNITS mode by Sebastian Dröge · 8 years ago
  29. 5d09bc0 dashdemux: Add current fragment duration in reverse playback mode to the position by Sebastian Dröge · 8 years ago
  30. 9267b4a dashdemux: Never take more than the current fragment duration for estimations inside the fragment by Sebastian Dröge · 8 years ago
  31. df420cc dashdemux: Don't increase current position if we just downloaded the moof in KEYUNIT mode by Sebastian Dröge · 8 years ago
  32. 245d73e dashdemux: Improve key-unit trick mode downloading by Edward Hervey · 8 years ago
  33. 04224ad dashdemux: Store average download time by Edward Hervey · 8 years ago
  34. 2379dc3 dashdemux: Collect keyunit distance and size statistics by Sebastian Dröge · 8 years ago
  35. d8d1fc8 dashdemux: Disable bitrate switching in key-unit trick mode by Edward Hervey · 8 years ago
  36. 8f400c1 dashdemux: Use new adaptivedemux trickmode macro by Edward Hervey · 8 years ago
  37. 4261692 Remove plugin specific static build option by Nicolas Dufresne · 8 years ago
  38. 1c6cd54 dashdemux: Initialize sidx_position to GST_CLOCK_TIME_NONE by Seungha Yang · 8 years ago
  39. db57a3b dashdemux: Rewrite ISOBMFF & SIDX handling by Sebastian Dröge · 8 years ago
  40. 68ac724 mpdparser: Do sanity check of Segment Base Information only at Repesentation level by Seungha Yang · 8 years ago
  41. 6167dab mpdparser: Allow inherit Segment{Base,Template} from Period by Seungha Yang · 8 years ago
  42. e0e1db2 Revert "dashdemux: Fix issue when manifest update sets slow start without passing necessary header & caps changes downstream" by Sebastian Dröge · 8 years ago
  43. 78022a6 docs: Port all docstring to gtk-doc markdown by Thibault Saunier · 8 years ago
  44. 94fe5c6 mpdparser: Fix leak by Edward Hervey · 8 years ago
  45. 92ce999 mpdparser: Run gst-indent by Edward Hervey · 8 years ago
  46. 270f976 dashdemux/mpdparser: Fix wrong false sanity check for manifests with nested SegmentTemplate nodes by Jürgen Sachs · 8 years ago
  47. 67778ac dashdemux: Handle current SIDX before current position in normal mode like in keyunit-only trick mode by Sebastian Dröge · 8 years ago
  48. a3a12d0 mpdparser: Report error if Representation is invalid by Seungha Yang · 8 years ago
  49. 41996ad dashdemux: Fix SEEK of multi-period On-Demand profile by Seungha Yang · 8 years ago
  50. 2be93e4 dashdemux: fix typo in implementation notes by Luis de Bethencourt · 8 years ago
  51. b8b2946 dashdemux: In reverse playback mode, if seeking to the beginning of a fragment, start with the previous one instead by Sebastian Dröge · 8 years ago
  52. 19eba96 dashdemux: Implement SNAP_NEAREST seeks by Sebastian Dröge · 8 years ago
  53. 0cc777b dashdemux: Don't use ABS() for calculating differences by Sebastian Dröge · 8 years ago
  54. 7778e82 dashdemux: Only snap seeks forwards if the seek position does not happen to be the exact segment position by Sebastian Dröge · 8 years ago
  55. bcbf1f6 dashdemux: Use gst_mpdparser_get_segment_end_time() directly instead of calculating it again by Sebastian Dröge · 8 years ago
  56. 43d1dd3 mpdparser: Refactor to get rid of one level of indentation in seeking code by Sebastian Dröge · 8 years ago
  57. ffa63c5 dashdemux: Fix snap SIDX seeking and report if we're going outside the index by Sebastian Dröge · 8 years ago
  58. 7e21168 dashdemux: Just reset SIDX parser if the index is invalid for the current segment by Sebastian Dröge · 8 years ago
  59. 141f3b2 dashdemux: If a SIDX seek failed although we're in the correct segment, disable the SIDX usage for this segment by Sebastian Dröge · 8 years ago
  60. b76a220 dashdemux: Keep track of the PTS, not the SIDX index position between representations by Sebastian Dröge · 8 years ago
  61. b84f530 dashdemux: When clearing the sidx parser, reset all state by Sebastian Dröge · 8 years ago
  62. 644192a dashdemux: Drain buffer at the end of subfragment by Seungha Yang · 8 years ago
  63. 42a38b6 dashdemux: Do not advace subfragment after pending SIDX seek done by Seungha Yang · 8 years ago
  64. b65e6db dashdemux: Reset SIDX related variables per fragment by Seungha Yang · 8 years ago
  65. a599067 dashdemux: Two depth seeking for On-Demand profile by Seungha Yang · 8 years ago
  66. ad015ce dashdemux: Exception handle in _sidx_seek() by Seungha Yang · 8 years ago
  67. 0dcb1e4 dashdemux: Add assertion for preventing of access after the end of the sidx entries array by Sebastian Dröge · 8 years ago
  68. a9c34fb dashdemux: Advance subfragment only if any exist by Seungha Yang · 8 years ago
  69. fd8d352 Revert "adaptivedemux: answer duration queries for live streams" by Matthew Waters · 8 years ago
  70. e03e7e7 dash/smoothstreaming: Use GST_PLUGIN_LIBTOOLFLAGS by Nicolas Dufresne · 8 years ago
  71. 8eb87ce dashdemux: fix default suggestedPresentationDelay by Wojciech Przybyl · 9 years ago
  72. e1b68d9 adaptivedemux: answer duration queries for live streams by Alex Ashley · 9 years ago
  73. ef70cd4 dashdemux: Fix potential NULL pointer dereference by Sebastian Dröge · 8 years ago
  74. fe9d778 dashdemux: Do pending seek when SIDX is found by Seungha Yang · 8 years ago
  75. c9fbf34 dashdemux: Fix issue when manifest update sets slow start without passing necessary header & caps changes downstream by WeiChungChang · 8 years ago
  76. 5422728 mpdparser: Fix compilation with GST_DISABLE_GST_DEBUG by Edward Hervey · 8 years ago
  77. 72afd74 dash: Include debug of gstisoff on dashdemux category by Seungha Yang · 8 years ago
  78. 4523cff dashdemux: Add first_offset of sidx box to base offset by Seungha Yang · 8 years ago
  79. c0540fb dashdemux: Ensure sidx parsing when updating fragment info by Seungha Yang · 8 years ago
  80. 998c8ce dashdemux: Drain remaining buffer in adapter by Seungha Yang · 8 years ago
  81. 124e386 dashdemux: Always parsing sidx for On-Demand profile by Seungha Yang · 8 years ago
  82. dfa300c dash: Split gst_isoff_sidx_parser_add_buffer() function by Seungha Yang · 8 years ago
  83. 788bb67 dashdemux: Don't declare variables inside the for loop header by Sebastian Dröge · 8 years ago
  84. eef53ef dash: Fix stripping of space at the beginning/end of durations by Sebastian Dröge · 8 years ago
  85. 8d8661f mpdparser: Don't set variable just to overwrite it again later by Sebastian Dröge · 8 years ago
  86. 37e1349 mpdparser: Modify return of the function for loading external resources to void by Seungha Yang · 8 years ago
  87. 3c31c47 mpdparser: Handle invalid external xml link for SegmentList element by Seungha Yang · 8 years ago
  88. ae8759c mpdparser: Handle invalid external xml link for AdaptationSet element by Seungha Yang · 8 years ago
  89. e454694 mpdparser: Handle invalid external xml link for Period element by Seungha Yang · 8 years ago
  90. 2b44392 dashdemux: Fix leak in gst_dash_demux_stream_free by Seungha Yang · 8 years ago
  91. 68e4f91 mpdparser: Support multiple Period elements in external xml by Seungha Yang · 8 years ago
  92. 0fbd2ed mpdparser: wrap unmodified data in protection event by Philippe Normand · 8 years ago
  93. dd0c56b mpdparser: MS PlayReady ContentProtection parsing by Philippe Normand · 8 years ago
  94. f790863 Explicitly define float constants as float by Nirbheek Chauhan · 8 years ago
  95. a94eef9 dash: do not use invalid stream duration by Thiago Santos · 8 years ago
  96. 6eef997 dash: properly inherit segmentlist from period by Thiago Santos · 8 years ago
  97. 4734b10 dashdemux: Add properties to select maximum allowed width/height and framerate by Sebastian Dröge · 8 years ago
  98. 4f6ae1f adaptivedemux: Enable bitrate selection for trick mode streaming again by Sebastian Dröge · 8 years ago
  99. 42af2d6 Add support for Meson as alternative/parallel build system by Nirbheek Chauhan · 8 years ago
  100. e786f73 dashdemux: In KEY_UNITS trick mode, download all I-frames and not only IDR by Sebastian Dröge · 8 years ago