1. 15 5月, 2010 1 次提交
  2. 11 5月, 2010 1 次提交
  3. 09 5月, 2010 1 次提交
  4. 07 5月, 2010 4 次提交
  5. 03 5月, 2010 2 次提交
  6. 27 4月, 2010 1 次提交
  7. 24 4月, 2010 2 次提交
  8. 20 4月, 2010 2 次提交
  9. 19 4月, 2010 3 次提交
  10. 31 3月, 2010 1 次提交
  11. 28 3月, 2010 1 次提交
  12. 26 3月, 2010 1 次提交
  13. 17 3月, 2010 2 次提交
  14. 16 3月, 2010 2 次提交
    • M
      Move H264 dsputil functions into their own struct · 4693b031
      Måns Rullgård 提交于
      This moves the H264-specific functions from DSPContext to the new
      H264DSPContext.  The code is made conditional on CONFIG_H264DSP
      which is set by the codecs requiring it.
      
      The qpel and chroma MC functions are not moved as these are used by
      non-h264 code.
      
      Originally committed as revision 22565 to svn://svn.ffmpeg.org/ffmpeg/trunk
      4693b031
    • M
      Add FATE tests · 2fad0977
      Måns Rullgård 提交于
      This adds a "fate" make target which runs the full FATE test suite.
      Individual tests can be run with "make fate-$testname".
      
      The location of the FATE test samples must be specified with the
      --samples=PATH option to configure.
      
      The tests/fate-update.sh script regenerates the references files and
      test list from the online FATE database.  These are checked in since
      generating them requires non-standard tools.
      
      Originally committed as revision 22552 to svn://svn.ffmpeg.org/ffmpeg/trunk
      2fad0977
  15. 15 3月, 2010 2 次提交
  16. 13 3月, 2010 1 次提交
    • D
      Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD. · 2138dc99
      Diego Biurrun 提交于
      This make NetBSD compile out of the box at the cost of a hack, but a
      locally contained one that is preferable to the one used in the wild.
      Currently the NetBSD FATE box adds -D_NETBSD_SOURCE to CPPFLAGS to work
      around broken system headers. Since it is unlikely for NetBSD to fix their
      headers, it is better to use a standard flag instead of a system-specific one.
      
      As a sideeffect, this allows getting rid of a local _NETBSD_SOURCE definition.
      
      Originally committed as revision 22486 to svn://svn.ffmpeg.org/ffmpeg/trunk
      2138dc99
  17. 12 3月, 2010 1 次提交
  18. 11 3月, 2010 4 次提交
  19. 10 3月, 2010 1 次提交
  20. 09 3月, 2010 3 次提交
  21. 08 3月, 2010 1 次提交
  22. 07 3月, 2010 3 次提交