1. 03 4月, 2004 1 次提交
  2. 25 3月, 2004 1 次提交
  3. 22 3月, 2004 1 次提交
  4. 15 3月, 2004 1 次提交
  5. 14 3月, 2004 1 次提交
  6. 05 3月, 2004 1 次提交
  7. 04 3月, 2004 3 次提交
  8. 03 3月, 2004 2 次提交
  9. 01 3月, 2004 1 次提交
  10. 29 2月, 2004 1 次提交
  11. 27 2月, 2004 1 次提交
  12. 26 2月, 2004 4 次提交
  13. 18 2月, 2004 1 次提交
    • M
      flac fixes: · ac2570a8
      Michael Niedermayer 提交于
      fix data types of residual&decoded
      fix twos complement bitfields
      fix utf8 (no, utf8 is not the same as the simple and compact uvlc used in nut)
      add truncated bitstream support, both ogg and flac demuxers in mplayer cvs provide incomplete frames, and furthermore it isnt possible to find frameboundaries in flac without decoding it completly
      add escape-less golomb rice decoder (=flac style golomb rice) (ultra efficient, the longest vlc code is just 2^32-1 bits)
      printf->av_log
      fix bps for non independant channels
      fix a few +-1 bugs
      fix sample order for independant channels
      fix data_size
      
      Originally committed as revision 2791 to svn://svn.ffmpeg.org/ffmpeg/trunk
      ac2570a8
  14. 14 2月, 2004 1 次提交
    • M
      multithreaded/SMP motion estimation · 9c3d33d6
      Michael Niedermayer 提交于
      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
  15. 07 2月, 2004 1 次提交
  16. 05 2月, 2004 2 次提交
  17. 03 2月, 2004 1 次提交
  18. 02 2月, 2004 1 次提交
  19. 23 1月, 2004 1 次提交
  20. 13 1月, 2004 1 次提交
  21. 09 1月, 2004 1 次提交
  22. 06 1月, 2004 1 次提交
  23. 04 1月, 2004 1 次提交
  24. 02 1月, 2004 1 次提交
  25. 31 12月, 2003 1 次提交
    • M
      interlaced motion estimation · bb198e19
      Michael Niedermayer 提交于
      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
  26. 30 12月, 2003 1 次提交
  27. 16 12月, 2003 1 次提交
  28. 14 12月, 2003 1 次提交
  29. 13 12月, 2003 1 次提交
  30. 09 12月, 2003 1 次提交
  31. 07 12月, 2003 1 次提交
  32. 03 12月, 2003 1 次提交
  33. 01 12月, 2003 1 次提交