1. 30 Jan, 2012 2 commits
    • Rafaël Carré's avatar
      avio: EOVERFLOW is not defined on windows · aa77af74
      Rafaël Carré authored
      Define it to EFBIG (file too big), it's close enough in this specific use
      aa77af74
    • Rafaël Carré's avatar
      avio access: use new API · cca698a0
      Rafaël Carré authored
      - fix bug in ACCESS_GET_PTS_DELAY where it would fall through the next case
      - print error messages from libavformat
      - remove useless strdup
      - check for exclusive access to avio when context open succeeded
      - support for multiple input / output at the same time with libavformat > 54 (untested)
      cca698a0
  2. 29 Jan, 2012 38 commits