1. 23 Feb, 2011 2 commits
    • Martin Storsjö's avatar
      libavformat: Remove FF_NETERRNO() · c24a4034
      Martin Storsjö authored
      Map EAGAIN and EINTR from ff_neterrno to the normal AVERROR()
      error codes. Provide fallback definitions of other errno.h network
      errors, mapping them to the corresponding winsock errors.
      
      This eases catching these error codes in common code, without having
      to distinguish between FF_NETERRNO(EAGAIN) and AVERROR(EAGAIN).
      
      This fixes roundup issue 2614, unbreaking blocking network IO on
      windows.
      Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
      (cherry picked from commit 28c4741a)
      c24a4034
    • Benjamin Larsson's avatar
      Add more AVC Intra FOURCCs · 8e35f5d4
      Benjamin Larsson authored
      Also change the comments a bit since the FOURCCs aren't specific to Flip4Mac
      and different ones are used for 720 versus 1080 lines.
      Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
      (cherry picked from commit 8f935b92)
      8e35f5d4
  2. 22 Feb, 2011 25 commits
  3. 21 Feb, 2011 3 commits
  4. 20 Feb, 2011 10 commits