Skip to content
Snippets Groups Projects
  1. Dec 07, 2004
  2. Nov 28, 2004
  3. Nov 22, 2004
  4. Nov 16, 2004
  5. Nov 12, 2004
  6. Oct 28, 2004
  7. Sep 22, 2004
  8. Jul 28, 2004
  9. Jul 27, 2004
  10. Jun 14, 2004
  11. May 31, 2004
  12. May 29, 2004
  13. May 12, 2004
  14. Apr 24, 2004
  15. Mar 26, 2004
  16. Mar 23, 2004
  17. Mar 22, 2004
  18. Mar 18, 2004
  19. Mar 09, 2004
  20. Feb 28, 2004
  21. Feb 18, 2004
  22. Feb 13, 2004
    • 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
  23. Feb 08, 2004
  24. Feb 07, 2004
  25. Jan 02, 2004
  26. Jan 01, 2004
  27. Dec 30, 2003
    • Michael Niedermayer's avatar
      interlaced motion estimation · bb198e19
      Michael Niedermayer authored
      interlaced mpeg2 encoding
        P & B frames
        rate distored interlaced mb decission
        alternate scantable support
      4mv encoding fixes (thats also why the regression tests change)
      passing height to most dsp functions
      interlaced mpeg4 encoding (no direct mode MBs yet)
      various related cleanups
      disabled old motion estimaton algorithms (log, full, ...) they will either be fixed or removed
      
      Originally committed as revision 2638 to svn://svn.ffmpeg.org/ffmpeg/trunk
      bb198e19
  28. Dec 14, 2003
  29. Dec 10, 2003
  30. Dec 08, 2003
  31. Nov 28, 2003
  32. Nov 04, 2003
  33. Nov 03, 2003
  34. Oct 01, 2003
  35. Sep 01, 2003
  36. Aug 26, 2003
  37. Aug 24, 2003
  38. Jul 16, 2003
Loading