1. 07 Sep, 2014 1 commit
    • Martin Storsjö's avatar
      libavformat: Check mkdir return error codes · 803e8227
      Martin Storsjö authored
      Previously, the returned error codes were intentionally ignored
      (see fadd3a68), to avoid aborting if the directory already
      existed. If the mkdir actually failed, this was caught when
      opening files within the directory fails anyway.
      
      By handling the error code here (but explicitly ignoring EEXIST),
      the error messages and return codes in these cases are more
      appropriate and less confusing.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      803e8227
  2. 06 Sep, 2014 1 commit
  3. 05 Sep, 2014 5 commits
  4. 04 Sep, 2014 6 commits
  5. 03 Sep, 2014 11 commits
  6. 02 Sep, 2014 8 commits
  7. 01 Sep, 2014 4 commits
  8. 31 Aug, 2014 1 commit
  9. 28 Aug, 2014 3 commits