Skip to content
Snippets Groups Projects
  1. Oct 01, 2004
  2. Sep 10, 2004
  3. Aug 13, 2004
  4. Jul 30, 2004
  5. Jul 23, 2004
  6. Jul 16, 2004
  7. Jul 14, 2004
  8. Jul 05, 2004
  9. Jun 06, 2004
  10. Jun 04, 2004
  11. May 17, 2004
  12. May 08, 2004
  13. Apr 30, 2004
  14. Apr 24, 2004
  15. Apr 22, 2004
  16. Apr 16, 2004
  17. Apr 14, 2004
  18. Apr 09, 2004
  19. Mar 24, 2004
  20. Feb 19, 2004
  21. 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
  22. Feb 06, 2004
    • Tinic Uro's avatar
      - made --extra-cflags option work on darwin · 747a0554
      Tinic Uro authored
      - allow INTER4V macroblocks for FLV1 codec
      - fixed issue in flv file format saving 8 mp3 frames per packet instead of 1
      - fixed crasher in flv file format involving mp3 buffer handling
      - added FLV1 codec support for swf file format (FlashPlayer6 or above
      required) and made it default
      - fixed broken mp3 support in swf file format
      patch by (Tinic Uro <turo at macromedia dot com>)
      cleanup by me
      
      Originally committed as revision 2756 to svn://svn.ffmpeg.org/ffmpeg/trunk
      747a0554
  23. Jan 10, 2004
  24. Jan 09, 2004
  25. Jan 08, 2004
  26. Jan 06, 2004
  27. Nov 04, 2003
  28. Nov 03, 2003
  29. Nov 01, 2003
  30. Oct 31, 2003
  31. Oct 24, 2003
  32. Oct 19, 2003
  33. Oct 18, 2003
  34. Oct 04, 2003
  35. Sep 28, 2003
  36. Sep 15, 2003
Loading