1. 10 Nov, 2011 4 commits
  2. 28 Oct, 2011 17 commits
  3. 29 Jul, 2011 1 commit
  4. 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
  5. 19 Mar, 2011 1 commit
  6. 16 Feb, 2011 1 commit
  7. 15 Feb, 2011 1 commit
    • Reinhard Tartler's avatar
      Merge libavcore into libavutil · 737eb597
      Reinhard Tartler authored
      It is pretty hopeless that other considerable projects will adopt
      libavutil alone in other projects. Projects that need small footprint
      are better off with more specialized libraries such as gnulib or rather
      just copy the necessary parts that they need. With this in mind, nobody
      is helped by having libavutil and libavcore split. In order to ease
      maintenance inside and around FFmpeg and to reduce confusion where to
      put common code, avcore's functionality is merged (back) to avutil.
      Signed-off-by: 's avatarReinhard Tartler <siretart@tauware.de>
      737eb597
  8. 06 Feb, 2011 2 commits
  9. 28 Jan, 2011 1 commit
  10. 26 Jan, 2011 1 commit
  11. 12 Nov, 2010 1 commit
  12. 30 Jun, 2010 1 commit
  13. 20 Apr, 2010 1 commit
  14. 30 Mar, 2010 1 commit
  15. 19 Feb, 2010 1 commit
  16. 05 Dec, 2009 1 commit
    • Loren Merritt's avatar
      refactor and optimize scalarproduct · b1159ad9
      Loren Merritt authored
      29-105% faster apply_filter, 6-90% faster ape decoding on core2
      (Any x86 other than core2 probably gets much less, since this is mostly due to ssse3 cachesplit avoidance and I haven't written the full gamut of other cachesplit modes.)
      9-123% faster ape decoding on G4.
      
      Originally committed as revision 20739 to svn://svn.ffmpeg.org/ffmpeg/trunk
      b1159ad9
  17. 04 Dec, 2009 2 commits
  18. 03 Dec, 2009 2 commits