1. e5eceaa mpegtsdemux: First push EOS, then destroy all programs by Sebastian Dröge · 12 years ago
  2. 578861a replace gst_element_class_set_details_simple with gst_element_class_set_metadata by Mark Nauwelaerts · 12 years ago
  3. 2483c82 video/x-dvd-subpicture -> subpicture/x-dvd by Tim-Philipp Müller · 13 years ago
  4. 9abedc9 tsdemux: Always use current PTS/DTS by Edward Hervey · 13 years ago
  5. d54624a tsdemux: Remove useless code by Edward Hervey · 13 years ago
  6. 4f55cc1 tsdemux: Calculate pcr/time/offset separately per program by Edward Hervey · 13 years ago
  7. bdc4689 gst: Add stream-id to stream-start events by Sebastian Dröge · 13 years ago
  8. afd50a7 tag: Update for taglist/tag event API changes by Sebastian Dröge · 13 years ago
  9. 76aedf5 tsdemux: more correctly determine expected PES packet payload size by Mark Nauwelaerts · 13 years ago
  10. 006fe18 tsdemux: correctly determine expected PES packet payload size by Mark Nauwelaerts · 13 years ago
  11. b5967d2 tsdemux: Fix AAC LATM caps by Edward Hervey · 13 years ago
  12. b98ec32 update for tag event change by Wim Taymans · 13 years ago
  13. 8aa64c5 tsdemux: Make sure we have a language code before using it by Edward Hervey · 13 years ago
  14. a0a1849 tsdemux: Add language code to taglist. by Julian Scheel · 13 years ago
  15. 6bf54ff tsdemux: Adapt to new packetizer API by Edward Hervey · 13 years ago
  16. 5536bcf tsdemux: flush on pusi only for payload packets by Julian Scheel · 13 years ago
  17. e75612c tsdemux: Don't queue data for streams that don't have a pad by Edward Hervey · 13 years ago
  18. fa4b92e tsdemux: Emit no-more-pads when all pads are activated by Edward Hervey · 13 years ago
  19. 93ad7a4 Fix printf format compiler warnings on mingw-w64 by Raimo Järvi · 13 years ago
  20. b56ab4b tsdemux: reset the state of the stream when flushing by Wim Taymans · 13 years ago
  21. fcd8155 mpegtsdemux: port to 0.11 by Gil Pedersen · 13 years ago
  22. 095a17a mpegtsdemux: fix memory leaks by Gil Pedersen · 13 years ago
  23. 1059905 tsdemux: Set currentlist to NULL after free. by Julian Scheel · 13 years ago
  24. f4b292f tsdemux: set correct newsegment fields on _TIME seeks by Alessandro Decina · 13 years ago
  25. 3b525d1 tsdemux: reset iterator to NULL after it's free by Alessandro Decina · 13 years ago
  26. 6800d0c tsdemux: Clear bufferlist/iterator when removing streams by Edward Hervey · 13 years ago
  27. 881350f tsdemux: Fix several leaks by Edward Hervey · 13 years ago
  28. 85878c1 mpegts: Switch rank of mpegtsdemux and tsdemux by Edward Hervey · 13 years ago
  29. c557f71 tsdemux: Push packets as early as possible by Edward Hervey · 13 years ago
  30. 01f5f62 tsdemux: Fix segment start position by Edward Hervey · 13 years ago
  31. ece4dfc tsdemux: Activate pads only when receiving data for the stream by Thibault Saunier · 13 years ago
  32. 097f09b mpegtsbase/tsdemux: Refactor seek and segment handling by Edward Hervey · 13 years ago
  33. d920d9d tsdemux: Remove all seeking code by Edward Hervey · 13 years ago
  34. f977d7e tsdemux: Avoid unlinkely leaks and segfault by Thibault Saunier · 13 years ago
  35. b6d98ae tsdemux: Use new clock skew estimation for outgoing timestamps by Edward Hervey · 13 years ago
  36. e6ff2f7 tsdemux: Various code cleanup and dead code removal by Edward Hervey · 13 years ago
  37. 48a6998 tsdemux: Clean up AAC caps mess by Thibault Saunier · 13 years ago
  38. 67fd590 tsdemux: Support more DTS/AC3 descriptors by Thibault Saunier · 13 years ago
  39. 6ef0ae4 tsdemux: Remove useless finalize() by Edward Hervey · 13 years ago
  40. 8b73bae tsdemux: Use incoming timestamps in live mode by Edward Hervey · 13 years ago
  41. 8f433e1 tsdemux: Report latency (700ms) by Edward Hervey · 13 years ago
  42. 1182dd0 tsdemux: Avoid throwing FLOW_ERROR on last PCR processing error by Thibault Saunier · 13 years ago
  43. cda0d3a tsdemux: Add AAC latm support by Thibault Saunier · 13 years ago
  44. 6094ec2 tsdemux: Minor refactoring/code cleaning by Thibault Saunier · 13 years ago
  45. 2dec095 tsdemux: add explicit supported AAC stream-format in template caps by Vincent Penquerc'h · 13 years ago
  46. d8fdd34 mpegtsdemux: break out when stream identified by Mark Nauwelaerts · 13 years ago
  47. fcf511a tsdemux: Don't provide bogus values in non-TIME push-mode by Edward Hervey · 13 years ago
  48. 24408bc tsdemux: Handle rollover in PTS and DTS by Edward Hervey · 13 years ago
  49. 7521b59 various: fix pad template ref leaks by Vincent Penquerc'h · 13 years ago
  50. e500ec5 tsdemux: Add notes on synchronization and scheduling by Edward Hervey · 13 years ago
  51. 894ac8f hlsdemux/tsdemux: Add HP copyright on work done on HLS by Youness Alaoui · 13 years ago
  52. 59c6120 tsdemux: Need to flush all streams when we receive a flush-start by Youness Alaoui · 13 years ago
  53. c86aba346 tsdemux: Use FALSE instead of 0 for bool parameter by Sebastian Dröge · 13 years ago
  54. 744101a tsdemux: Need to send a newsegment after a seek by Youness Alaoui · 13 years ago
  55. cfd28a6 tsdemux: Forward seek/duration query/event to the sinkpad by Youness Alaoui · 13 years ago
  56. 66dbdfd tsdemux: do not try to compare a PCR with itself for statistics by Vincent Penquerc'h · 14 years ago
  57. b19a5ea tsdemux: do not keep a dangling pointer by Vincent Penquerc'h · 14 years ago
  58. a27b7b6 tsdemux: First send SEEKING queries upstream by Sebastian Dröge · 13 years ago
  59. ca0df16 tsdemux: Send DURATION query upstream first by Sebastian Dröge · 13 years ago
  60. 818762e tsdemux: do not send a new-segment on stream removal by Youness Alaoui · 14 years ago
  61. 382710e tsdemux: Fix newsegment when switching programs by Youness Alaoui · 14 years ago
  62. 4cc1dfb tsdemux: interpolate gap and fix timestamps depending on upstream segment by Youness Alaoui · 14 years ago
  63. 5c77682 tsdemux: Take into account upstream newsegment events by Edward Hervey · 14 years ago
  64. 57279cd tsdemux: Refactor stream/program removal by Edward Hervey · 14 years ago
  65. 634d29c mpegtsbase/tsdemux: Fix stream/pad activation order by Edward Hervey · 14 years ago
  66. a960e72 mpegtsbase/tsdemux: Add more comments and removal unused variable by Edward Hervey · 14 years ago
  67. b170b20 mpegtsbase: Add a GList of streams to the program by Edward Hervey · 14 years ago
  68. dc18e2b mpegtsbase: Use a bit array instead of an array of gboolean by Edward Hervey · 14 years ago
  69. 177e00f tsdemux: Use standalone PES parser by Edward Hervey · 14 years ago
  70. f6f885d tsdemux: whoops, tsdemux isn't ready yet for primary rank :) by Edward Hervey · 14 years ago
  71. a009003 mpegtsbase/tsdemux: Cleanups and comments by Edward Hervey · 14 years ago
  72. 9f1511e tsdemux: Fix newsegment creation for push mode by Edward Hervey · 14 years ago
  73. d7a774c mpegdemux: Fix unused-but-set warnings by Olivier Crête · 14 years ago
  74. ca8ea19 tsdemux: only free the index array if it exists by Thiago Santos · 14 years ago
  75. b3ef72f tsdemux: Don't free unexistent PAT by Edward Hervey · 14 years ago
  76. e1a7d71 tsdemux: More fixes to handle non-188 byte packets by Edward Hervey · 14 years ago
  77. 6c0254b mpegts: Stop scanning for keyframes as early as possible by Edward Hervey · 14 years ago
  78. ae2e762 mpegtsdemux: always try to seek for to a keyframe by Janne Grunau · 14 years ago
  79. 9352cfc mpegtsdemux: fix timestamps in newsegement event after seeking by Janne Grunau · 14 years ago
  80. cde65d6 mpegtsdemux: payload parsing for H.264 by Janne Grunau · 14 years ago
  81. ff15d6f mpegtsdemux: implement key_unit seeking for MPEG2 video by Janne Grunau · 14 years ago
  82. 3ce1ec7 mpegtsdemux: accurate seeking by Janne Grunau · 14 years ago
  83. 15391b2 mpegtsdemux: push based seeking based on PCR by Janne Grunau · 14 years ago
  84. f89a0ab mpegtsdemux: create function for pcr parsing by Janne Grunau · 14 years ago
  85. f4c96f1 tsdemux: Fix scanning on small files by Edward Hervey · 14 years ago
  86. ffc9303 tsdemux: Protect against program being removed by Edward Hervey · 14 years ago
  87. 79e3b5b various: fix author tag in element details by Stefan Kost · 14 years ago
  88. 21add20 tsdemux: Don't leak bufferlist on streams without pads by Edward Hervey · 14 years ago
  89. 390502a tsdemux: Free packet buffer even if it doesn't have a payload by Edward Hervey · 14 years ago
  90. 40f3b4a mpegtsdemux,tsdemux: Add byte-stream to h264 caps by David Schleef · 14 years ago
  91. 3ebc8a4 mpegtsdemux: do not try to parse packets containing section data as PES by Janne Grunau · 14 years ago
  92. bf04671 mpegtsdemux: add stream types for DSM CC A, B, C, D by Janne Grunau · 14 years ago
  93. 22ecf13 mpegtsdemux: add MPEG TS demuxer rewrite from Edward Hervey by Janne Grunau · 14 years ago