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