Skip to content
Snippets Groups Projects
  1. Oct 26, 2020
  2. Oct 22, 2020
  3. Oct 17, 2020
  4. Oct 14, 2020
  5. Oct 12, 2020
    • Will Miller's avatar
      gstrtpbuffer: fix header extension length validation · 8b601ee3
      Will Miller authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
      We validate the header extensions length of an RTP buffer by comparing
      it against the block size. Since we multiply the length in words by 4 to
      get the length in bytes, a suitably large length could cause a wrapround
      of the uint16, giving a lower length which erroneously passes the check
      and allows the buffer to be mapped.
      
      Part-of: <!865>
      8b601ee3
  6. Oct 11, 2020
  7. Oct 10, 2020
  8. Oct 04, 2020
  9. Oct 03, 2020
  10. Oct 02, 2020
  11. Oct 01, 2020
  12. Sep 30, 2020
  13. Sep 08, 2020
  14. Sep 07, 2020
  15. Sep 02, 2020
  16. Aug 30, 2020
    • Sebastian Dröge's avatar
      audio/video: Copy more metas by default in the codec base classes · 391d09dc
      Sebastian Dröge authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
      For audio we copy metas that have no tags at all, or that only have the
      "audio" and/or "audio-channels" tag. Audio codecs don't change the
      audio aspect of the stream and in almost all cases don't change the
      number of channels. They might however change the sample rate (e.g.
      Opus). Subclasses that change the number of channels will have to
      override ::transform_meta() accordingly.
      
      For video we copy metas that have no tags at all, or that only have the
      "video" and/or "video-size" and/or "video-orientation" tag. Video codecs
      don't change the "video" aspect of the stream and in almost all cases
      don't change the resolution or orientation. Subclasses that rescale or
      change the orientation will have to override ::transform_meta()
      accordingly.
      
      See gstreamer/gst-plugins-good!576 (comment 610581)
      
      Part-of: <gstreamer/gst-plugins-base!801>
      391d09dc
  17. Aug 28, 2020
  18. Aug 27, 2020
  19. Aug 26, 2020
Loading