1. 15 Aug, 2014 1 commit
  2. 04 Jan, 2014 1 commit
  3. 14 Dec, 2013 1 commit
  4. 15 Jan, 2013 1 commit
  5. 14 Nov, 2012 1 commit
  6. 09 Oct, 2012 1 commit
  7. 08 Oct, 2012 1 commit
  8. 26 Sep, 2012 1 commit
  9. 23 Sep, 2012 1 commit
  10. 28 Aug, 2012 2 commits
  11. 07 Aug, 2012 1 commit
  12. 18 Jun, 2012 2 commits
  13. 28 Mar, 2012 1 commit
  14. 23 Feb, 2012 1 commit
    • Martin Storsjö's avatar
      rtpenc: Allow packetizing H263 according to the old RFC 2190 · c4584f3c
      Martin Storsjö authored
      According to newer RFCs, this packetization scheme should only
      be used for interfacing with legacy systems.
      
      Implementing this packetization mode properly requires parsing
      the full H263 bitstream to find macroblock boundaries (and knowing
      their macroblock and gob numbers and motion vector predictors).
      
      This implementation tries to look for GOB headers (which
      can be inserted by using -ps <small number>), but if the GOBs
      aren't small enough to fit into the MTU, the packetizer blindly
      splits packets at any offset and claims it to be a GOB boundary
      (by using Mode A from the RFC). While not correct, this seems
      to work with some receivers.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      c4584f3c
  15. 28 Jan, 2012 1 commit
  16. 27 Jan, 2012 1 commit
  17. 10 Dec, 2011 1 commit
  18. 01 Dec, 2011 1 commit
  19. 20 Oct, 2011 2 commits
  20. 26 Sep, 2011 1 commit
  21. 23 Sep, 2011 1 commit
  22. 10 Jun, 2011 3 commits
  23. 08 Jun, 2011 1 commit
  24. 08 Apr, 2011 2 commits
  25. 19 Mar, 2011 1 commit
  26. 17 Feb, 2011 1 commit
  27. 20 Dec, 2010 1 commit
  28. 19 Oct, 2010 1 commit
  29. 08 Oct, 2010 1 commit
  30. 07 Oct, 2010 2 commits
  31. 15 Sep, 2010 1 commit
  32. 25 Aug, 2010 2 commits