1. 02 Jan, 2008 3 commits
  2. 01 Jan, 2008 2 commits
  3. 31 Dec, 2007 4 commits
  4. 30 Dec, 2007 8 commits
  5. 29 Dec, 2007 6 commits
  6. 28 Dec, 2007 15 commits
  7. 27 Dec, 2007 2 commits
    • Diego Biurrun's avatar
      Fix make checkheaders. · 35562dc9
      Diego Biurrun authored
      Originally committed as revision 11331 to svn://svn.ffmpeg.org/ffmpeg/trunk
      35562dc9
    • Diego Biurrun's avatar
      Add necessary #include, fixes the warnings: · 3035cb67
      Diego Biurrun authored
      ppc/h264_altivec.c: In function ‘put_h264_qpel16_mc00_altivec’:
      ppc/h264_altivec.c:394: warning: implicit declaration of function ‘put_pixels16_altivec’
      ppc/h264_altivec.c: In function ‘avg_h264_qpel16_mc00_altivec’:
      ppc/h264_altivec.c:395: warning: implicit declaration of function ‘avg_pixels16_altivec’
      ppc/h264_altivec.c: In function ‘dsputil_h264_init_ppc’:
      ppc/h264_altivec.c:872: warning: implicit declaration of function ‘has_altivec’
      
      Originally committed as revision 11330 to svn://svn.ffmpeg.org/ffmpeg/trunk
      3035cb67