Skip to content
Snippets Groups Projects
  1. Mar 09, 2010
  2. Mar 08, 2010
  3. Mar 06, 2010
  4. Mar 03, 2010
  5. Mar 02, 2010
  6. Feb 27, 2010
  7. Feb 24, 2010
  8. Feb 23, 2010
  9. Feb 22, 2010
  10. Feb 19, 2010
  11. Feb 18, 2010
  12. Feb 17, 2010
    • Robert Swain's avatar
      qtdemux: add durations modulo 1<<32 · 2723de58
      Robert Swain authored
      For calculating the durations of each sample, we are supposed to add each
      duration modulo 1<<32 so make the elapsed time counter a uint32.
      
      Fixes #610280
      2723de58
  13. Feb 16, 2010
    • Anders Skargren's avatar
      multipartdemux: improve header mime-type parsing · 6a877b2e
      Anders Skargren authored
      Make the handing of the mime type within the "boundary" a bit less naive.
      The standard for MIME allows parameters to follow the "type" / "subtype"
      clause separated from the mime type by ';'.
      
      Modifies the multipartdemuxer's header parsing so it doesnt assume
      the whole line after "content-type:" is the mime type and thus makes it a bit
      more resilient to finding absurd mime types in the case where parameters are
      added.
      
      Fixes #604711
      6a877b2e
    • Wim Taymans's avatar
      rtspsrc: avoid stopping NULL tasks · a0b651bf
      Wim Taymans authored
      Check the task for NULL, it could be paused and set to NULL before.
      a0b651bf
Loading