1. 13 Feb, 2004 1 commit
    • michael's avatar
      multithreaded/SMP motion estimation · fb1addda
      michael 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
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2772 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      fb1addda
  2. 12 Feb, 2004 1 commit
  3. 11 Feb, 2004 1 commit
  4. 10 Feb, 2004 1 commit
    • romansh's avatar
      · 9d80f0d3
      romansh authored
          * gotta setup coded_frame for encoding. avcodec.h says that for decoding
            lavc is supposed to set it up as well and I don't think I see any
            reason not to.
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2769 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      9d80f0d3
  5. 09 Feb, 2004 1 commit
  6. 08 Feb, 2004 3 commits
  7. 07 Feb, 2004 8 commits
  8. 06 Feb, 2004 7 commits
  9. 05 Feb, 2004 3 commits
  10. 04 Feb, 2004 2 commits
  11. 03 Feb, 2004 1 commit
  12. 02 Feb, 2004 2 commits
  13. 01 Feb, 2004 2 commits
  14. 31 Jan, 2004 7 commits