1. 01 Jun, 2013 1 commit
  2. 30 Apr, 2013 1 commit
  3. 23 Jan, 2013 4 commits
  4. 31 Dec, 2012 1 commit
  5. 02 Aug, 2012 1 commit
  6. 14 Jun, 2012 1 commit
    • Samuel Pitoiset's avatar
      rtmp: Read and handle incoming packets while writing data · 7dc747f5
      Samuel Pitoiset authored
      This makes sure all incoming packets are read and handled (and reacted
      to) while sending an FLV stream over RTMP to a server. If there were
      enough incoming data to fill the TCP buffers, this could potentially
      make things block at unexpected places. For the upcoming RTMPT support,
      we need to consume all incoming data before we can send the next
      request.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      7dc747f5
  7. 24 May, 2012 1 commit
  8. 23 May, 2012 1 commit
  9. 11 Dec, 2011 1 commit
    • Mans Rullgard's avatar
      lavu: replace int/float punning functions · 3383a53e
      Mans Rullgard authored
      The existing functions defined in intfloat_readwrite.[ch] are
      both slow and incorrect (infinities are not handled).
      
      This introduces a new header with fast, inline conversion
      functions using direct union punning assuming an IEEE-754
      system, an assumption already made throughout the code.
      
      The one use of Intel/Motorola extended 80-bit format is
      replaced by simpler code sufficient under the present
      constraints (positive normal values).
      
      The old functions are marked deprecated and retained for
      compatibility.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      3383a53e
  10. 03 Jul, 2011 1 commit
  11. 25 May, 2011 2 commits
  12. 04 Apr, 2011 3 commits
  13. 19 Mar, 2011 1 commit
  14. 07 Mar, 2010 1 commit
  15. 30 Jan, 2010 2 commits
  16. 24 Dec, 2009 1 commit
  17. 11 Dec, 2009 1 commit
  18. 04 Dec, 2009 1 commit
  19. 03 Dec, 2009 1 commit
  20. 01 Dec, 2009 5 commits
  21. 22 Nov, 2009 1 commit
  22. 08 Nov, 2009 1 commit
  23. 18 Oct, 2009 2 commits
  24. 31 Jul, 2009 1 commit