1. e73f31a quartz: Don't crash if sample allocation fails. by Juan Lang · 16 years ago
  2. 74c07a1 quartz: Data may be incomplete at the end of file so do not assert if we have less data than expected. by Christian Costa · 16 years ago
  3. cc7fc4a quartz: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  4. a19ff5f quartz: Sign-compare warnings fix. by Andrew Talbot · 16 years ago
  5. a35431a quartz: Use memcmp instead of strncmp in MPEGSplitter_pre_connect. by Rob Shearman · 17 years ago
  6. 98f0b5f quartz: Reset time when rejecting sample in the mpeg splitter. by Maarten Lankhorst · 17 years ago
  7. 633ee95 Assorted spelling fixes. by Francois Gouget · 17 years ago
  8. 0f73bba quartz: Get rid of the sample holding code in the mpeg splitter. by Maarten Lankhorst · 17 years ago
  9. 512ee92 quartz: Add a function that can be called when stopping processing data. by Maarten Lankhorst · 17 years ago
  10. 1f136a5 quartz: Add a vtable argument to Parser_Create that individual filters can override. by Maarten Lankhorst · 17 years ago
  11. 523552f quartz: Remove unused variables. by Andrew Talbot · 17 years ago
  12. 3a39805 quartz: Make wave parser and mpeg splitter zero copy by getting rid of the seperate allocator for the output pin. by Maarten Lankhorst · 17 years ago
  13. a022467 quartz: Optimize the processing thread to fetch one sample while processing another. by Maarten Lankhorst · 17 years ago
  14. c1a4acd quartz: Add more seek entries and fix a time continuity bug. by Maarten Lankhorst · 17 years ago
  15. 313a85f Spelling fixes. by Austin English · 17 years ago
  16. 6165d87 quartz: Add a Disconnect function to the parser and use it to clean up allocated memory in avisplitter. by Maarten Lankhorst · 17 years ago
  17. 2734e63 quartz: Implement stop position in the mpeg splitter. by Maarten Lankhorst · 17 years ago
  18. 24cac93 quartz: Generate a seek table for the mpeg splitter. by Maarten Lankhorst · 17 years ago
  19. 4bc4457 quartz: Make mpeg splitter keep track of play position and keep last sample if sending was not successful. by Maarten Lankhorst · 17 years ago
  20. 553fe85 quartz: Add seeking to mpeg splitter. by Maarten Lankhorst · 17 years ago
  21. b1b7524 quartz: Prepare mpeg splitter code for seeking by making most splitter parsing locked. by Maarten Lankhorst · 17 years ago
  22. 1544e52 quartz: Allow parser filters to implement their own seeking methods. by Maarten Lankhorst · 17 years ago
  23. 6fd90f1 quartz: Small mpeg splitter fixes. by Maarten Lankhorst · 17 years ago
  24. 4a68b33 quartz: Break processing loop when shutting down. by Chris Robinson · 17 years ago
  25. 714e807 quartz: Check against a null dereference and don't read beyond the end of file. by Maarten Lankhorst · 17 years ago
  26. 6af76b3 quartz: Avoid %ll printf formats. by Alexandre Julliard · 17 years ago
  27. b0c6a34 quartz: Parse audio packets in mpeg splitter to obtain the duration. by Maarten Lankhorst · 17 years ago
  28. 796bb92 quartz: Move IMediaSeeking from the parser pin to the parser filter. by Maarten Lankhorst · 17 years ago
  29. 6c1d089 quartz: Detect and skip id3v2 header in mpeg splitter. by Maarten Lankhorst · 17 years ago
  30. 442f29a quartz: Assign to structs instead of using memcpy. by Andrew Talbot · 17 years ago
  31. 5ded3a9 quartz: Exclude unused headers. by Andrew Talbot · 18 years ago
  32. b3fab14 quartz: Partially implement the MPEG 1 Stream Splitter filter. by Chris Robinson · 18 years ago