[MPlayer-cvslog] r22490 - trunk/etc/codecs.conf

Diego Biurrun diego at biurrun.de
Mon Mar 12 16:26:39 CET 2007


On Thu, Mar 08, 2007 at 08:36:53PM +0200, Ivan Kalvachev wrote:
> 2007/3/8, diego <subversion at mplayerhq.hu>:
> >
> >Modified:
> >   trunk/etc/codecs.conf
> >
> >Log:
> >Add more FourCC values for the Xvid decoder.
> >patch by Carl Eugen Hoyos, cehoyos ag.or at
> >
> >--- trunk/etc/codecs.conf       (original)
> >+++ trunk/etc/codecs.conf       Thu Mar  8 14:45:35 2007
> >@@ -633,9 +633,22 @@ videocodec ffwv1f
> > videocodec xvid
> >   info "XviD (MPEG-4)"
> >   status working
> >+  fourcc FMP4,fmp4
> >   fourcc DIVX,divx
> >-  fourcc xvid,XVID,XviD
> >+  fourcc xvid,XVID,XviD,XVIX
> >+  fourcc DIV1,div1 divx
> >+  fourcc MP4S,mp4s      ; ISO MPEG-4 Video V1
> >+  fourcc M4S2,m4s2
> >+  fourcc DX50,dx50,BLZ0 DX50
> >+  fourcc mp4v,MP4V
> >   format 0x4
> >+  fourcc UMP4
> >+  fourcc RMP4
> >+  fourcc 3IV2,3iv2  ; 3ivx Delta 4
> >+  fourcc DXGM
> >+  fourcc SEDG ; diskless camcorder Samsung Miniket VP-M110
> >+  fourcc SMP4,smp4 ; Samsung SMP4 video codec
> >+  format 0x10000004  ; mpeg 4 es
> >   driver xvid
> >   out YV12
> >   out I420
> 
> Don't forget to update the "release" number when you do functional
> changes in codecs.conf

Where is such a requirement documented?  It sure is news to me.  From
DOCS/tech/codecs.conf.txt:

  Your codecs.conf now requires a release number to avoid codec release
  incompatibilities. The format is simple: (YYYYMMDD)

  release 20020520

  Whenever changes are made to the codecs that *require* an updated
  codecs.conf, then MPlayer will no longer accept outdated versions.
  It is not recommended to change this line unless you know exactly
  what you are doing.

Diego



More information about the MPlayer-cvslog mailing list