[svn] / branches / dev-api-3 / xvidcore / src / xvid.c Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/xvid.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 579, Sat Oct 5 21:37:44 2002 UTC revision 582, Sun Oct 6 07:05:51 2002 UTC
# Line 37  Line 37 
37   *  - 22.12.2001  API change: added xvid_init() - Isibaar   *  - 22.12.2001  API change: added xvid_init() - Isibaar
38   *  - 16.12.2001        inital version; (c)2001 peter ross <pross@cs.rmit.edu.au>   *  - 16.12.2001        inital version; (c)2001 peter ross <pross@cs.rmit.edu.au>
39   *   *
40   *  $Id: xvid.c,v 1.33.2.6 2002-10-05 21:33:39 Isibaar Exp $   *  $Id: xvid.c,v 1.33.2.7 2002-10-06 07:05:50 suxen_drol Exp $
41   *   *
42   ****************************************************************************/   ****************************************************************************/
43    
# Line 252  Line 252 
252          yv12_to_rgb565 = yv12_to_rgb565_c;          yv12_to_rgb565 = yv12_to_rgb565_c;
253          yv12_to_rgb24  = yv12_to_rgb24_c;          yv12_to_rgb24  = yv12_to_rgb24_c;
254          yv12_to_rgb32  = yv12_to_rgb32_c;          yv12_to_rgb32  = yv12_to_rgb32_c;
255            yv12_to_abgr  = yv12_to_abgr_c;
256            yv12_to_rgba  = yv12_to_rgba_c;
257          yv12_to_yuv    = yv12_to_yuv_c;          yv12_to_yuv    = yv12_to_yuv_c;
258          yv12_to_yuyv   = yv12_to_yuyv_c;          yv12_to_yuyv   = yv12_to_yuyv_c;
259          yv12_to_uyvy   = yv12_to_uyvy_c;          yv12_to_uyvy   = yv12_to_uyvy_c;

Legend:
Removed from v.579  
changed lines
  Added in v.582

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4