1. 07 May, 2018 2 commits
  2. 02 Apr, 2018 1 commit
  3. 07 Mar, 2018 1 commit
    • Aurelien Jacobs's avatar
      sbcenc: add MMX optimizations · f1e490b1
      Aurelien Jacobs authored
      This was originally based on libsbc, and was fully integrated into ffmpeg.
      
      Rough speed test:
      C version:    speed= 592x
      MMX version:  speed= 785x
      f1e490b1
  4. 12 Feb, 2018 1 commit
  5. 28 Jan, 2018 1 commit
  6. 12 Jan, 2018 1 commit
  7. 10 Dec, 2017 2 commits
  8. 09 Dec, 2017 3 commits
  9. 02 Dec, 2017 1 commit
  10. 25 Nov, 2017 1 commit
  11. 23 Nov, 2017 1 commit
  12. 21 Nov, 2017 10 commits
  13. 20 Nov, 2017 1 commit
  14. 14 Nov, 2017 1 commit
  15. 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
  16. 06 Nov, 2017 2 commits
  17. 30 Oct, 2017 1 commit
  18. 29 Oct, 2017 1 commit
  19. 05 Oct, 2017 1 commit
  20. 04 Oct, 2017 2 commits
  21. 03 Oct, 2017 1 commit
  22. 01 Oct, 2017 1 commit
  23. 19 Sep, 2017 1 commit
  24. 17 Sep, 2017 2 commits