1. 29 11月, 2003 1 次提交
  2. 11 11月, 2003 1 次提交
  3. 04 11月, 2003 1 次提交
  4. 01 11月, 2003 1 次提交
  5. 31 10月, 2003 1 次提交
  6. 21 10月, 2003 4 次提交
  7. 18 10月, 2003 1 次提交
  8. 14 10月, 2003 1 次提交
  9. 07 10月, 2003 1 次提交
  10. 04 10月, 2003 1 次提交
  11. 03 10月, 2003 1 次提交
  12. 23 9月, 2003 1 次提交
  13. 17 9月, 2003 1 次提交
  14. 12 9月, 2003 1 次提交
  15. 10 9月, 2003 1 次提交
  16. 09 9月, 2003 1 次提交
  17. 04 9月, 2003 1 次提交
  18. 03 9月, 2003 2 次提交
  19. 02 9月, 2003 1 次提交
  20. 30 8月, 2003 1 次提交
    • C
      stdin patch by (Charles Yates <charles dot yates at pandora dot be>) · d9a916e2
      Charles Yates 提交于
      * removes use of read_key and getchar when input is received on stdin
      (this was corrupting the packet reading)
      * terminates av_encode when a termination signal is received (use of
      ctrl-c issued a term_exit and subsequent uses of q failed)
      * specific correction to yuv4mpeg pipe reading - the defined header was
      too short to allow for extended yuv4mpeg flags [as used by smil2yuv and
      y4mscaler and accepted by mjpeg tools]
      
      Originally committed as revision 2183 to svn://svn.ffmpeg.org/ffmpeg/trunk
      d9a916e2
  21. 29 8月, 2003 1 次提交
  22. 25 8月, 2003 2 次提交
  23. 24 8月, 2003 1 次提交
  24. 20 8月, 2003 1 次提交
  25. 09 8月, 2003 1 次提交
  26. 31 7月, 2003 1 次提交
  27. 29 7月, 2003 1 次提交
  28. 12 7月, 2003 1 次提交
  29. 10 7月, 2003 1 次提交
  30. 04 7月, 2003 1 次提交
  31. 25 6月, 2003 1 次提交
  32. 08 6月, 2003 1 次提交
  33. 15 5月, 2003 2 次提交
  34. 08 5月, 2003 1 次提交
    • R
      * introducing new public interface in imgconvert.c · 63167088
      Roman Shaposhnik 提交于
             + avcodec_get_pix_fmt
               converts textual representation of pixel format into
      	 the actual id. Complements avcodec_get_pix_fmt_name.
             + avpicture_layout
               serializes given picture into a flat array.
      	 Complements avpicture_fill.
      
         * adding a new option -pix_fmt to the ffmpeg, in order to control
           pixel format for the codecs that do support it, like rawvideo,
           for example.
      
         * reducing complexity of the rawvideo codec by splitting it in two
           and making it more reliable via hooking up to the avpicture_layout.
           Plus adding new FourCC as described here: http://www.fourcc.org
      
         * A tiny fix for avienc.c that makes avih and video strf consistent
           regarding codec FourCC.
      
      Originally committed as revision 1842 to svn://svn.ffmpeg.org/ffmpeg/trunk
      63167088