1. 10 Jun, 2013 1 commit
  2. 03 Jun, 2013 1 commit
  3. 28 May, 2013 2 commits
  4. 24 May, 2013 1 commit
  5. 18 May, 2013 1 commit
  6. 17 May, 2013 1 commit
  7. 07 May, 2013 1 commit
    • Anton Khirnov's avatar
      avconv: remove -deinterlace · 481575d2
      Anton Khirnov authored
      It is incompatible with refcounted frames and since it's been deprecated
      for a long time now, fixing it is not worth the effort.
      481575d2
  8. 03 May, 2013 1 commit
  9. 30 Apr, 2013 4 commits
  10. 22 Apr, 2013 1 commit
  11. 11 Apr, 2013 1 commit
  12. 09 Apr, 2013 1 commit
  13. 28 Mar, 2013 1 commit
  14. 08 Mar, 2013 2 commits
  15. 09 Feb, 2013 1 commit
  16. 25 Jan, 2013 1 commit
  17. 15 Jan, 2013 1 commit
    • Martin Storsjö's avatar
      rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES) · 424da308
      Martin Storsjö authored
      This only takes care of decrypting incoming packets; the outgoing
      RTCP packets are not encrypted. This is enough for some use cases,
      and signalling crypto keys for use with outgoing RTCP packets
      doesn't fit as simply into the API. If the SDP demuxer is hooked
      up with custom IO, the return packets can be encrypted e.g. via the
      SRTP protocol.
      
      If the SRTP keys aren't available within the SDP, the decryption
      can be handled externally as well (when using custom IO).
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      424da308
  18. 13 Jan, 2013 1 commit
  19. 04 Jan, 2013 1 commit
  20. 03 Jan, 2013 1 commit
  21. 31 Dec, 2012 2 commits
    • Martin Storsjö's avatar
      rtmp: Add support for limelight authentication · c1ea44c5
      Martin Storsjö authored
      Limelight is a not too uncommon CDN. The authentication scheme is
      pretty similar to the adobe authentication, but is even closer to
      normal http digest authentication (but not close enough to warrant
      sharing code) than the adobe version.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      c1ea44c5
    • Martin Storsjö's avatar
      rtmp: Add support for adobe authentication · 08225d01
      Martin Storsjö authored
      This is mostly used to authenticate the client when publishing.
      Tested with wowza and akamai.
      
      Some but not all servers support resending a new connect invoke
      within the same connection, so always reconnect for sending a new
      connection attempt. This matches what other applications do as well.
      
      The authentication scheme is structurally pretty similar to http
      digest authentication, but uses base64 instead of hex strings.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      08225d01
  22. 29 Dec, 2012 1 commit
  23. 18 Dec, 2012 1 commit
  24. 07 Dec, 2012 1 commit
  25. 06 Dec, 2012 1 commit
  26. 05 Dec, 2012 2 commits
  27. 15 Nov, 2012 1 commit
    • Mans Rullgard's avatar
      avserver: remove daemon mode · ada51a33
      Mans Rullgard authored
      This code spews a multitude of warnings with glibc (unchecked
      return values), some of them possibly warranted.  Furthermore,
      the deamonisation is not suitable for use with typical startup
      scripts as it does not provide the PID of the daemon in any way.
      Users wishing to run avserver as a daemon can still do so using
      start-stop-daemon or equivalent tools.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      Signed-off-by: 's avatarJanne Grunau <janne-libav@jannau.net>
      ada51a33
  28. 08 Nov, 2012 1 commit
  29. 29 Oct, 2012 1 commit
  30. 18 Oct, 2012 1 commit
  31. 16 Oct, 2012 1 commit
  32. 11 Oct, 2012 1 commit
  33. 09 Oct, 2012 1 commit
    • Anton Khirnov's avatar
      avconv: remove -same_quant · fb722a90
      Anton Khirnov authored
      It has not worked for anything other than fringe codecs (asv1/2, mdec,
      mjpeg[b]) since about 2003 and nobody ever noticed or complained. This
      sufficiently proves that there are no users of this option who have a
      clue of what they are doing, so it is completely useless.
      fb722a90