Skip to content
Snippets Groups Projects
  1. Nov 09, 2013
  2. Oct 29, 2013
  3. Oct 10, 2013
  4. Sep 30, 2013
    • Thiago Santos's avatar
      asfdemux: Parse last simple index entry · 980c195d
      Thiago Santos authored and Sebastian Dröge's avatar Sebastian Dröge committed
      The entry size is fixed at 6, fix typo to finish parsing the index
      correctly until the last sample
      980c195d
    • Thiago Santos's avatar
      asfdemux: Only use segment.start as seek_time if it is relative · a6b51021
      Thiago Santos authored and Sebastian Dröge's avatar Sebastian Dröge committed
      Relying on the gst_segment_do_seek results for getting the
      seeking time should not be used if seek type is SET because the
      do_seek function makes the 'cur` position of the seek normalized
      on the segment range. This means that seeking beyond the end of the
      file might not result in instant EOS as it will end up seeking to
      the final ts of the file.
      
      In asf seeking to the final timestamp can lead to seeking to the last
      keyframe, meaning a few seconds of video will still be played, which should
      not be the desired behavior when seeking beyong file limits.
      a6b51021
  5. Sep 24, 2013
  6. Sep 20, 2013
  7. Sep 19, 2013
  8. Sep 18, 2013
  9. Sep 10, 2013
  10. Sep 05, 2013
  11. Sep 04, 2013
  12. Aug 28, 2013
  13. Aug 27, 2013
  14. Aug 21, 2013
  15. Aug 17, 2013
  16. Aug 15, 2013
  17. Aug 08, 2013
  18. Aug 02, 2013
Loading