1. 30 8月, 2002 1 次提交
  2. 27 8月, 2002 1 次提交
  3. 26 8月, 2002 1 次提交
  4. 07 8月, 2002 1 次提交
  5. 27 7月, 2002 1 次提交
  6. 26 7月, 2002 1 次提交
  7. 21 7月, 2002 1 次提交
    • F
      beos/mov/adpcm patch by François Revol <revol at free dot fr> · 0147f198
      François Revol 提交于
      * Some BeOS fixes:
      - errno stuff
      - nanosleep() replacement
      - added a doc/README.beos
      
      * mov reader still has problems with most videos (skips many chunks),
      - It should now read .mov files with zlib-compressed moov headers (aka cmov)
      - added SVQ1 support.
      - removed mapping 'raw ' and 'yuv2' to h263, was my mistake.
      - added IMA4 support. (tested)
      - fixed frame rate (it reported 0 fps or something before)
      - extended file probing ('wide' and 'free' atoms)
      - improved .mov/.mp4 detection (or so I think)
      
      * adpcm
      * added zlib support, with header file and lib check
      
      Originally committed as revision 780 to svn://svn.ffmpeg.org/ffmpeg/trunk
      0147f198
  8. 15 7月, 2002 2 次提交
  9. 10 7月, 2002 1 次提交
  10. 18 6月, 2002 1 次提交
  11. 11 6月, 2002 1 次提交
  12. 09 6月, 2002 1 次提交
  13. 03 6月, 2002 2 次提交
  14. 02 6月, 2002 1 次提交
  15. 22 5月, 2002 1 次提交
  16. 21 5月, 2002 1 次提交
  17. 15 5月, 2002 1 次提交
  18. 14 5月, 2002 1 次提交
  19. 13 5月, 2002 1 次提交
  20. 12 5月, 2002 4 次提交
  21. 09 5月, 2002 1 次提交
  22. 07 5月, 2002 1 次提交
  23. 05 5月, 2002 1 次提交
  24. 02 5月, 2002 1 次提交
  25. 27 4月, 2002 1 次提交
  26. 24 4月, 2002 1 次提交
  27. 23 4月, 2002 1 次提交
  28. 22 4月, 2002 1 次提交
  29. 21 4月, 2002 1 次提交
  30. 17 4月, 2002 1 次提交
    • M
      fixed mpeg4 time stuff on encoding · 9dbcbd92
      Michael Niedermayer 提交于
      mpeg4 b-frame enoding support
      removed old, out-commented ratecontrol
      reuse motion compensation code between encoding & decoding
      prefix newly added global functions with ff_ to reduce namespace polution
      b-frame ME (unfinished, but working)
      added some comments to mpegvideo.h
      do MC on encoding only once if possible
      bugs? ;)
      
      Originally committed as revision 403 to svn://svn.ffmpeg.org/ffmpeg/trunk
      9dbcbd92
  31. 15 4月, 2002 3 次提交
  32. 09 4月, 2002 2 次提交