Skip to content
Snippets Groups Projects
  1. Aug 27, 2014
  2. Aug 26, 2014
  3. Aug 18, 2014
  4. Aug 13, 2014
  5. Aug 11, 2014
  6. Jul 31, 2014
  7. Jul 30, 2014
  8. Jul 19, 2014
  9. Jul 18, 2014
  10. Jul 17, 2014
  11. Jul 16, 2014
  12. Jul 12, 2014
  13. Jul 11, 2014
  14. Jul 04, 2014
  15. Jul 03, 2014
    • Sebastian Rasmussen's avatar
      riff: Print invalid fourcc in error message in hex · 7807e2e6
      Sebastian Rasmussen authored and Sebastian Dröge's avatar Sebastian Dröge committed
      Previously this was printed as characters which caused later processing
      of the error message to sometimes warn about non-UTF-8 characters.
      
      Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732697
      7807e2e6
    • Gwenole Beauchesne's avatar
      videodecoder: parse any source data that is still available. · fb44ec96
      Gwenole Beauchesne authored
      Fix gst_video_decoder_parse_available() to really parse any pending
      source data that is still available in the adapter. This is a memory
      optimization to avoid expansion of video packed added to the adapter,
      but also a fix to EOS condition when the subclass parse() function
      ultimately only needed to call into gvd_have_frame() and no additional
      source bytes were consumed, i.e. gvd_add_to_frame() is not called.
      
      This situation can occur when decoding H.264 streams in byte-stream/nal
      mode for instance. A decoder always requires the next NAL unit to be
      parsed so that to determine picture boundaries. When a new picture is
      found, no byte is consumed (i.e. gvd_add_to_frame() is not called)
      but gvd_have_frame() is called (i.e. priv->current_frame is gone).
      
      Also make sure to avoid infinite loops caused by incorrect subclass
      parse() implementations. This can occur when no byte gets consumed
      and no appropriate indication (GST_VIDEO_DECODER_FLOW_NEED_DATA) is
      returned.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=731974
      
      
      
      Signed-off-by: default avatarGwenole Beauchesne <gwenole.beauchesne@intel.com>
      fb44ec96
  16. Jul 02, 2014
  17. Jul 01, 2014
  18. Jun 28, 2014
  19. Jun 27, 2014
Loading