1. 01 12月, 2004 1 次提交
  2. 09 11月, 2004 1 次提交
  3. 13 8月, 2004 1 次提交
  4. 27 7月, 2004 1 次提交
  5. 21 7月, 2004 1 次提交
  6. 21 5月, 2004 1 次提交
  7. 15 5月, 2003 1 次提交
  8. 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
  9. 18 4月, 2003 1 次提交
  10. 27 3月, 2003 1 次提交
  11. 17 3月, 2003 2 次提交