Skip to content
Snippets Groups Projects
  1. Apr 18, 2014
  2. Apr 04, 2014
    • Vincent Penquerc'h's avatar
      mpeg2dec: do not reset the whole video info when setting size · 463bc49e
      Vincent Penquerc'h authored
      New changes to gstvideo will reset all the video info state
      when calling _set_format, overwriting what was previously set
      in the preceding code.
      
      The comment says the following code is meant to preserve the
      pre-crop size, so let's just keep the size and related data
       as this does not seem to break anything else (this is what
      the _set_format call would have set before the change that
      reset all data, except the colorimetry).
      463bc49e
  3. Feb 23, 2014
  4. Feb 08, 2014
  5. Feb 04, 2014
  6. Dec 26, 2013
  7. Dec 13, 2013
  8. Nov 26, 2013
  9. Nov 09, 2013
  10. Oct 29, 2013
  11. Oct 10, 2013
  12. 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
  13. Sep 24, 2013
  14. Sep 20, 2013
  15. Sep 19, 2013
  16. Sep 18, 2013
  17. Sep 10, 2013
  18. Sep 05, 2013
  19. Sep 04, 2013
  20. Aug 28, 2013
Loading