Skip to content
Snippets Groups Projects
  1. Mar 03, 2018
  2. Mar 01, 2018
  3. Feb 28, 2018
  4. Feb 27, 2018
  5. Feb 21, 2018
  6. Feb 15, 2018
  7. Feb 08, 2018
  8. Feb 05, 2018
  9. Jan 30, 2018
  10. Jan 03, 2018
  11. Dec 26, 2017
  12. Dec 14, 2017
  13. Dec 08, 2017
  14. Dec 06, 2017
  15. Nov 27, 2017
  16. Nov 26, 2017
  17. 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
  18. Sep 26, 2017
  19. Sep 18, 2017
  20. Sep 07, 2017
  21. Aug 31, 2017
  22. Aug 30, 2017
  23. Aug 26, 2017
  24. Aug 20, 2017
  25. Aug 17, 2017
  26. Aug 10, 2017
  27. Aug 09, 2017
  28. Jul 25, 2017
  29. Jul 15, 2017
Loading