Skip to content
Snippets Groups Projects
  1. Mar 04, 2004
  2. Mar 03, 2004
  3. Feb 25, 2004
  4. Feb 22, 2004
  5. 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
  6. Feb 12, 2004
  7. Feb 01, 2004
  8. Jan 23, 2004
  9. Jan 10, 2004
  10. Jan 05, 2004
  11. Nov 26, 2003
    • Roberto Togni's avatar
      - Add reget_buffer() function to AVCodecContext · e1c2a5a0
      Roberto Togni authored
      - Add default reget_buffer implementation in libavcodec/utils.c
      - Remove AVCodecContext.cr_available, no longer needed
      - Remove CODEC_CAP_CR, no longer used
      - Add img_copy() prototype to avcodec.h (function from imgconvert.c)
      - Rename img_copy() to jpeg_img_copy() in libavformat/jpeg.c to avoid
      conflict
      - Updated msrle, msvideo1, rpza, smc to use reget_buffer
      
      Originally committed as revision 2531 to svn://svn.ffmpeg.org/ffmpeg/trunk
      e1c2a5a0
  12. Nov 07, 2003
  13. Nov 03, 2003
  14. Oct 30, 2003
  15. Oct 29, 2003
  16. Oct 20, 2003
  17. Oct 16, 2003
  18. Oct 15, 2003
  19. Oct 07, 2003
  20. Sep 10, 2003
  21. Sep 09, 2003
  22. Sep 08, 2003
  23. Aug 05, 2003
  24. Jul 29, 2003
  25. Jul 17, 2003
  26. Jul 09, 2003
  27. May 30, 2003
  28. May 24, 2003
  29. May 14, 2003
  30. May 12, 2003
  31. Apr 25, 2003
  32. Apr 20, 2003
  33. Apr 02, 2003
  34. Mar 22, 2003
Loading