Skip to content
Snippets Groups Projects
  1. Mar 19, 2018
  2. Mar 13, 2018
  3. Mar 12, 2018
  4. Mar 08, 2018
  5. Mar 03, 2018
  6. Mar 01, 2018
  7. Feb 28, 2018
  8. Feb 27, 2018
  9. Feb 21, 2018
  10. Feb 15, 2018
  11. Feb 08, 2018
  12. Feb 05, 2018
  13. Jan 30, 2018
  14. Jan 03, 2018
  15. Dec 26, 2017
  16. Dec 14, 2017
  17. Dec 08, 2017
  18. Dec 06, 2017
  19. Nov 27, 2017
  20. Nov 26, 2017
  21. Nov 13, 2017
    • Edward Hervey's avatar
      asfdemux: Fix prerolling files with "empty" streams · f86751d9
      Edward Hervey authored and Edward Hervey's avatar Edward Hervey committed
      This is a regression that was introduced by
      commit 1803b3c1
      "    asfdemux: Add support for dvr-ms"
      
      The problem is that some files/streams might contain stream definition
      but there is no actual packets for those streams.
      
      This was used to "define" streams with different bitrates for example.
      
      The first_ts calculation resulted in never ever finding a valid first_ts
      since some streams were empty, and therefore never "activating" itself.
      
      Instead of that we first check if we are prerolled. And if we are we
      unconditionally get the "first_ts"
      
      The preroll check has been adapted to check whether streams of
      each defined type (i.e. audio/video/sub) has been prerolled. This solves
      the problem of having different streams of a particular type where only
      one stream actually has data.
      f86751d9
    • Edward Hervey's avatar
      asfdemux: Store the stream type in streams · 2d9867b1
      Edward Hervey authored and Edward Hervey's avatar Edward Hervey committed
      The field was present but never set :)
      2d9867b1
  22. Sep 26, 2017
  23. Sep 18, 2017
  24. Sep 07, 2017
  25. Aug 31, 2017
  26. Aug 30, 2017
  27. Aug 26, 2017
  28. Aug 20, 2017
  29. Aug 17, 2017
Loading