1. 28 Sep, 2019 1 commit
  2. 13 Nov, 2017 1 commit
    • Thomas Köppe's avatar
      Fix missing used attribute for inline assembly variables · 43171a2a
      Thomas Köppe authored
      Variables used in inline assembly need to be marked with attribute((used)).
      Static constants already were, via the define of DECLARE_ASM_CONST.
      But DECLARE_ALIGNED does not add this attribute, and some of the variables
      defined with it are const only used in inline assembly, and therefore
      appeared dead. This change adds a macro DECLARE_ASM_ALIGNED that marks
      variables as used.
      
      This change makes FFMPEG work with Clang's ThinLTO.
      Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      43171a2a
  3. 12 Oct, 2016 2 commits
  4. 27 Sep, 2016 1 commit
  5. 31 Aug, 2016 1 commit
  6. 27 Jun, 2016 1 commit
  7. 28 May, 2016 1 commit
  8. 31 Mar, 2016 1 commit
  9. 08 Sep, 2015 1 commit
  10. 19 Aug, 2015 1 commit
  11. 18 Aug, 2015 1 commit
  12. 17 Aug, 2015 1 commit
  13. 10 May, 2015 1 commit
  14. 27 Feb, 2015 1 commit
  15. 09 Nov, 2014 1 commit
  16. 17 Sep, 2014 1 commit
  17. 04 Aug, 2014 1 commit
    • Vittorio Giovara's avatar
      avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 · e96c3b81
      Vittorio Giovara authored
      The rationale is that you have a packed format in form
      <greyscale sample> <alpha sample> <greyscale sample> <alpha sample>
      and shortening greyscale to 'G' might make one thing about Greenscale instead.
      An alias pixel format and color space name are provided for compatibility.
      e96c3b81
  18. 19 Jun, 2014 1 commit
  19. 16 Mar, 2014 1 commit
  20. 15 Mar, 2014 1 commit
  21. 13 Jan, 2014 1 commit
  22. 22 Nov, 2013 1 commit
  23. 28 Aug, 2013 1 commit
  24. 15 Apr, 2013 1 commit
  25. 27 Mar, 2013 1 commit
  26. 15 Feb, 2013 1 commit
  27. 13 Nov, 2012 1 commit
  28. 31 Oct, 2012 1 commit
  29. 30 Oct, 2012 1 commit
  30. 20 Oct, 2012 1 commit
  31. 08 Oct, 2012 1 commit
  32. 30 Sep, 2012 1 commit
  33. 11 Sep, 2012 1 commit
  34. 08 Sep, 2012 1 commit
  35. 01 Sep, 2012 1 commit
  36. 30 Aug, 2012 2 commits
  37. 20 Aug, 2012 1 commit
  38. 08 Aug, 2012 1 commit