1. 17 Feb, 2014 1 commit
  2. 16 Feb, 2014 1 commit
  3. 19 Oct, 2013 1 commit
  4. 08 Apr, 2013 2 commits
  5. 14 Mar, 2013 1 commit
  6. 10 Oct, 2012 1 commit
  7. 27 Sep, 2012 1 commit
  8. 15 Sep, 2012 1 commit
  9. 18 Aug, 2012 2 commits
  10. 27 Jul, 2012 1 commit
  11. 20 Jun, 2012 1 commit
  12. 15 Jun, 2012 1 commit
  13. 18 Apr, 2012 1 commit
  14. 04 Apr, 2012 1 commit
  15. 13 Mar, 2012 1 commit
  16. 27 Jan, 2012 2 commits
  17. 12 Jan, 2012 1 commit
  18. 05 Jan, 2012 1 commit
  19. 21 Dec, 2011 1 commit
  20. 16 Dec, 2011 1 commit
  21. 10 Dec, 2011 2 commits
  22. 18 Nov, 2011 1 commit
  23. 13 Nov, 2011 2 commits
  24. 02 Jul, 2011 1 commit
    • Reinhard Tartler's avatar
      doxygen: Prefer member groups over grouping into modules · 21a19b79
      Reinhard Tartler authored
      Before this, almost all module groups have been used for grouping functions
      and fields in structures semantically. This causes them to not appear
      properly in the file documentation and needlessly clutters up the "Modules"
      index.
      
      Additionally, this commit streamlines some spelling and appearances.
      21a19b79
  25. 23 Jun, 2011 1 commit
  26. 21 May, 2011 1 commit
  27. 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
  28. 19 Apr, 2011 6 commits
  29. 13 Apr, 2011 2 commits