An error occurred fetching the project authors.
  1. 17 Jan, 2007 1 commit
  2. 16 Nov, 2006 2 commits
  3. 14 Nov, 2006 1 commit
  4. 12 Nov, 2006 1 commit
  5. 27 Oct, 2006 1 commit
  6. 24 Oct, 2006 1 commit
  7. 07 Oct, 2006 1 commit
  8. 28 Aug, 2006 1 commit
  9. 18 Aug, 2006 1 commit
  10. 08 Aug, 2006 1 commit
  11. 06 Jul, 2006 1 commit
  12. 19 Apr, 2006 1 commit
  13. 10 Apr, 2006 1 commit
  14. 31 Mar, 2006 1 commit
  15. 10 Mar, 2006 1 commit
  16. 12 Jan, 2006 1 commit
  17. 22 Dec, 2005 1 commit
  18. 17 Dec, 2005 1 commit
  19. 11 Jul, 2005 1 commit
  20. 12 Jan, 2005 1 commit
  21. 24 Nov, 2004 1 commit
  22. 27 Oct, 2004 1 commit
  23. 25 Oct, 2004 1 commit
  24. 22 Oct, 2004 1 commit
    • romansh's avatar
      · 50f4763b
      romansh authored
         * Introducing IIDC1394 grabbing interface.
           Use it with -grab dc1394
      
         * Introducing yet another packed pix_fmt in order to support some of
           the IIDC1394 modes: uyvy411 (Cb Y0 Y1 Cr Y2 Y3).
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3621 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      50f4763b
  25. 19 Aug, 2004 1 commit
  26. 25 Jul, 2004 1 commit
  27. 01 Nov, 2003 1 commit
  28. 11 Oct, 2003 1 commit
  29. 29 Sep, 2003 1 commit
  30. 26 Aug, 2003 1 commit
    • romansh's avatar
      · 9b3071d1
      romansh authored
          * ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problem
            is generic for any video with yuv411. Seems like a trivial fix,
            but we really have to clean up all of the pix_fmt business a bit more.
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2169 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      9b3071d1
  31. 09 Jul, 2003 1 commit
  32. 24 May, 2003 1 commit
  33. 12 May, 2003 1 commit
    • romansh's avatar
      · 7191272f
      romansh authored
         * fixing a bug in avpicture_layout (PAL8 wasn't handled properly)
         * adding regression tests for all pix_fmt conversions
         * making libavtest part of the default testsuite
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1855 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      7191272f
  34. 07 May, 2003 1 commit
    • 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
  35. 21 Apr, 2003 5 commits