1. 14 May, 2003 11 commits
  2. 13 May, 2003 4 commits
  3. 12 May, 2003 12 commits
  4. 11 May, 2003 5 commits
  5. 10 May, 2003 4 commits
  6. 09 May, 2003 1 commit
  7. 08 May, 2003 1 commit
  8. 07 May, 2003 2 commits
    • michaelni's avatar
      8614a0f0
    • romansh's avatar
      · c2556f67
      romansh authored
         * introducing new public interface in imgconvert.c
             + 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.
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1842 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      c2556f67