1. 21 Jan, 2016 4 commits
  2. 05 Dec, 2015 2 commits
  3. 22 Oct, 2015 1 commit
    • Vittorio Giovara's avatar
      lavc: Deprecate AVPicture structure and related functions · dca23ffb
      Vittorio Giovara authored
      This structure served as a bridge between data pointers and frames,
      but it suffers from several limitations:
      - it is not refcounted and data must be copied to every time
      - it cannot be expanded without ABI break due to being used on the stack
      - its functions are just wrappers to imgutils which add a layer of
        unneeded indirection, and maintenance burden
      - it allows hacks like embedding uncompressed data in packets
      - its use is often confusing to our users
      
      AVFrame provides a much better API, and, if a full blown frame is not
      needed, it is just as simple and more straightfoward to use data and
      linesize arrays directly.
      Signed-off-by: 's avatarVittorio Giovara <vittorio.giovara@gmail.com>
      dca23ffb
  4. 19 Sep, 2015 1 commit
  5. 07 Sep, 2015 1 commit
  6. 28 Aug, 2015 1 commit
  7. 21 Aug, 2015 1 commit
  8. 12 Jun, 2015 1 commit
  9. 18 Dec, 2014 1 commit
  10. 21 Jul, 2014 1 commit
  11. 30 Apr, 2014 1 commit
  12. 10 Apr, 2014 1 commit
  13. 22 Mar, 2014 2 commits
  14. 13 Mar, 2014 1 commit
  15. 02 Oct, 2013 1 commit
  16. 11 Sep, 2013 1 commit
  17. 10 Sep, 2013 1 commit
  18. 03 Jul, 2013 1 commit
    • Stefano Sabatini's avatar
      configure: rename have_incompatible_fork_abi -> have_incompatible_libav_abi · 5efbeae3
      Stefano Sabatini authored
      "Fork" is an ambiguous term, since there may be more than one fork, also
      "fork" could be confused with the corresponding function. Also it seems
      important to point the name of the referenced fork in the symbol.
      
      Note: the old --enable-incompatible-fork-abi command is retained for
      compatibility, although it should be considered deprecated.
      5efbeae3
  19. 29 Jun, 2013 2 commits
  20. 15 May, 2013 2 commits
  21. 13 May, 2013 1 commit
  22. 12 May, 2013 1 commit
  23. 08 Apr, 2013 1 commit
  24. 09 Mar, 2013 1 commit
  25. 07 Mar, 2013 1 commit
  26. 03 Mar, 2013 1 commit
  27. 10 Feb, 2013 2 commits
  28. 07 Feb, 2013 1 commit
  29. 26 Dec, 2012 2 commits
  30. 23 Nov, 2012 1 commit
  31. 21 Nov, 2012 1 commit