1. 04 May, 2011 8 commits
  2. 03 May, 2011 2 commits
  3. 02 May, 2011 4 commits
  4. 01 May, 2011 13 commits
  5. 29 Apr, 2011 12 commits
  6. 28 Apr, 2011 1 commit
    • Martin Storsjö's avatar
      avio: Fix the deprecated fallback URL-prefixed open flags · 5b81e295
      Martin Storsjö authored
      While deprecated, they're totally useless as long as their values
      are different from the AVIO_FLAG values that are used internally.
      Currently, this leads to old libav applications still compiling
      correctly (since we haven't removed the fallback wrappers), but
      failing since the functions internally compare to the new AVIO_FLAG
      values.
      
      These should be removed at some point, but they aren't removed yet.
      The intent is to be able to recompile an old application against
      the new ABI without modifying the code, and this doesn't work
      currently.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      5b81e295