1. 04 Jun, 2013 1 commit
  2. 13 May, 2013 1 commit
    • Stefano Sabatini's avatar
      lavu/mem: add av_dynarray2_add() · e3984166
      Stefano Sabatini authored
      Based on a patch by Clément Bœsch.
      
      See thread:
      From: Clément Bœsch <ubitux@gmail.com>
      Subject: [FFmpeg-devel] [PATCH 1/5] lavu: add av_dynarray_alloc_elem().
      Date: Sun, 14 Apr 2013 03:07:54 +0200
      e3984166
  3. 10 May, 2013 1 commit
  4. 07 May, 2013 2 commits
  5. 02 May, 2013 1 commit
  6. 25 Oct, 2012 1 commit
  7. 20 Oct, 2012 1 commit
  8. 09 Sep, 2012 1 commit
  9. 15 Aug, 2012 1 commit
  10. 14 Jul, 2012 1 commit
  11. 25 Dec, 2011 1 commit
  12. 22 Nov, 2011 1 commit
  13. 28 Sep, 2011 2 commits
  14. 24 Sep, 2011 1 commit
  15. 15 Jul, 2011 1 commit
  16. 29 Apr, 2011 1 commit
  17. 19 Apr, 2011 1 commit
  18. 23 Mar, 2011 1 commit
  19. 19 Mar, 2011 1 commit
  20. 02 Mar, 2011 2 commits
  21. 31 Jan, 2011 2 commits
  22. 22 Dec, 2010 1 commit
  23. 04 Dec, 2010 1 commit
  24. 10 Nov, 2010 1 commit
  25. 30 Jun, 2010 1 commit
  26. 26 Jun, 2010 1 commit
  27. 16 Jun, 2010 1 commit
  28. 20 Apr, 2010 1 commit
  29. 09 Mar, 2010 1 commit
  30. 06 Mar, 2010 2 commits
  31. 22 Jan, 2010 1 commit
    • Måns Rullgård's avatar
      DECLARE_ALIGNED macro for TMS470 compiler · 34e52abb
      Måns Rullgård authored
      This compiler supports gcc-style alignment attributes for struct,
      but not for global variables.  For the latter, alignment can be
      specified with a pragma, which does not work for struct members or
      local variables.  By using both pragma and attribute, one or the
      other will always take effect.
      
      Unfortunately, no means exists for aligning stack variables.
      
      Originally committed as revision 21379 to svn://svn.ffmpeg.org/ffmpeg/trunk
      34e52abb
  32. 21 Jan, 2010 1 commit
  33. 01 Jan, 2010 1 commit
  34. 09 Jul, 2009 1 commit
  35. 27 Jun, 2009 1 commit