1. 02 Mar, 2013 1 commit
  2. 10 Jan, 2013 2 commits
  3. 09 Jan, 2013 1 commit
  4. 08 Jan, 2013 4 commits
  5. 21 Dec, 2012 2 commits
    • Martin Storsjö's avatar
      rtpdec_vp8: Don't return known-broken packets · c7d4de3d
      Martin Storsjö authored
      This is built on the assumption that the first partition of each
      VP8 packet is essential for decoding any later packet - if this
      partition is broken/missed, the arithmetic coder gets out of sync
      and decoding the bitstream in further packet ends up with total
      garbage. If packets of a frame are lost, make sure the first
      partition is intact (return only this part of the packet, nothing
      else), otherwise stop returning data until the next keyframe is
      received.
      
      Alternatively, one would simply not return any packets at all
      until the next keyframe, if packet loss is detected.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      c7d4de3d
    • Martin Storsjö's avatar
      rtpdec: Pass the sequence number to depacketizers · 90c784cc
      Martin Storsjö authored
      This allows depacketizers to figure out if packets have been lost.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      90c784cc
  6. 16 Dec, 2012 1 commit
  7. 02 Nov, 2012 2 commits
  8. 08 Oct, 2012 1 commit
  9. 07 Aug, 2012 1 commit
  10. 15 Jul, 2011 1 commit
  11. 23 Apr, 2011 1 commit
  12. 03 Apr, 2011 2 commits
  13. 19 Mar, 2011 1 commit
  14. 22 Feb, 2011 1 commit
  15. 21 Feb, 2011 1 commit
  16. 20 Feb, 2011 2 commits
  17. 05 Dec, 2010 1 commit
  18. 16 Aug, 2010 1 commit