1. 13 May, 2010 7 commits
  2. 12 May, 2010 6 commits
  3. 11 May, 2010 18 commits
  4. 10 May, 2010 6 commits
  5. 09 May, 2010 3 commits
    • Francesco Lavra's avatar
      Add FourCC MJPG for CODEC_ID_JPEGLS. · f10d3d34
      Francesco Lavra authored
      Patch by Francesco Lavra, francescolavra interfree it
      
      Originally committed as revision 23076 to svn://svn.ffmpeg.org/ffmpeg/trunk
      f10d3d34
    • Stefano Sabatini's avatar
      Reorder nut specific codec tags and add a comment for marking them as · 658e7576
      Stefano Sabatini authored
      such.
      
      Also put the [3][0][0][0] codec tag, mapped to rgb565le, in a special
      section. It needs to be specified *after* the nut RGB[16] codec tag,
      otherwise it will be used by default when encoding normal non-flipped
      rgb565le, and will be decoded like a flipped format (see
      rawdec.c:raw_init_decoder()).
      
      Originally committed as revision 23075 to svn://svn.ffmpeg.org/ffmpeg/trunk
      658e7576
    • Stefano Sabatini's avatar
      Add missing nut-specific codec tags for rawvideo pixel formats. · 43451ec2
      Stefano Sabatini authored
      Add codec tags for the formats:
      [15]BGR Packed RGB 5:5:5, 16bpp, (msb)1A 5R 5G 5B(lsb), big-endian [NOT in AVI]
      [15]RGB Packed BGR 5:5:5, 16bpp, (msb)1A 5B 5G 5R(lsb), big-endian [NOT in AVI]
      [16]BGR Packed RGB 5:6:5, 16bpp, (msb)   5R 6G 5B(lsb), big-endian [NOT in AVI]
      [16]RGB Packed BGR 5:6:5, 16bpp, (msb)   5B 6G 5R(lsb), big-endian [NOT in AVI]
      RGBA    Packed RGBA 8:8:8:8, 32bpp, RGBA [NOT in AVI]
      BGRA    Packed RGBA 8:8:8:8, 32bpp, BGRA [NOT in AVI]
      ABGR    Packed RGBA 8:8:8:8, 32bpp, ABGR [NOT in AVI]
      ARGB    Packed RGBA 8:8:8:8, 32bpp, ARGB [NOT in AVI]
      RGB[24] Packed RGB 8:8:8, 24bpp RGB [NOT in AVI]
      BGR[24] Packed RGB 8:8:8, 24bpp BGR [NOT in AVI]
      
      which are listed in the nut4cc.txt spec.
      
      Originally committed as revision 23074 to svn://svn.ffmpeg.org/ffmpeg/trunk
      43451ec2