1. 12 Jan, 2005 1 commit
  2. 29 Dec, 2004 1 commit
  3. 18 Dec, 2004 1 commit
  4. 27 Nov, 2004 1 commit
  5. 24 Oct, 2004 1 commit
  6. 11 Oct, 2004 1 commit
  7. 06 Oct, 2004 1 commit
  8. 26 Jul, 2004 1 commit
  9. 01 Jul, 2004 1 commit
  10. 26 Jun, 2004 1 commit
  11. 25 Jun, 2004 1 commit
  12. 11 May, 2004 1 commit
  13. 26 Apr, 2004 1 commit
  14. 24 Apr, 2004 3 commits
  15. 22 Apr, 2004 1 commit
  16. 16 Apr, 2004 1 commit
  17. 04 Apr, 2004 1 commit
  18. 20 Mar, 2004 1 commit
  19. 18 Mar, 2004 1 commit
  20. 14 Mar, 2004 1 commit
  21. 12 Mar, 2004 1 commit
  22. 29 Feb, 2004 1 commit
  23. 28 Feb, 2004 1 commit
  24. 22 Feb, 2004 2 commits
  25. 13 Feb, 2004 1 commit
    • Michael Niedermayer's avatar
      multithreaded/SMP motion estimation · 9c3d33d6
      Michael Niedermayer authored
      multithreaded/SMP encoding for MPEG1/MPEG2/MPEG4/H263
      all pthread specific code is in pthread.c
      to try it, run configure --enable-pthreads and ffmpeg ... -threads <num>
      the internal thread API is a simple AVCodecContext.execute() callback which executes a given function pointer with different arguments and returns after finishing all, that way no mutexes or other thread-mess is needed outside pthread.c
      
      Originally committed as revision 2772 to svn://svn.ffmpeg.org/ffmpeg/trunk
      9c3d33d6
  26. 08 Feb, 2004 1 commit
    • Michael Niedermayer's avatar
      2 byte shorter userdata for mpeg4 · 99683a30
      Michael Niedermayer authored
      in the past it was startcode,string,00,7F,startcode
      now it is startcode,string,stratcode
      both are mpeg4 compliant, as according to the standard the userdata lasts until the next 00 00 01 (startcode prefix) but some very primitive decoders which simply skip until the first 00 byte and then expect the next valid startcode might fail with the old variant, just a theory though (didnt test if quicktime can decode it now)
      
      Originally committed as revision 2767 to svn://svn.ffmpeg.org/ffmpeg/trunk
      99683a30
  27. 06 Feb, 2004 1 commit
  28. 26 Jan, 2004 1 commit
  29. 25 Jan, 2004 1 commit
  30. 24 Jan, 2004 1 commit
  31. 10 Jan, 2004 1 commit
  32. 09 Jan, 2004 1 commit
  33. 05 Dec, 2003 1 commit
  34. 04 Nov, 2003 1 commit
  35. 03 Nov, 2003 1 commit
  36. 20 Oct, 2003 1 commit
  37. 19 Oct, 2003 1 commit