AshwanthSelvam / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Port libyuv to C #303

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
tools and libraries that use just c, not c++ can not integrate libyuv as easily.

Original issue reported on code.google.com by fbarch...@google.com on 6 Jan 2014 at 3:54

GoogleCodeExporter commented 9 years ago
r960 builds in c99.  

Original comment by fbarch...@google.com on 10 Jan 2014 at 6:57

GoogleCodeExporter commented 9 years ago
r971 builds with c89 for all files except 3 components - convert, scale and 
jpeg.

Original comment by fbarch...@chromium.org on 14 Jan 2014 at 3:25

GoogleCodeExporter commented 9 years ago
r972 ports argb scale to c.

Original comment by fbarch...@chromium.org on 15 Jan 2014 at 3:18

GoogleCodeExporter commented 9 years ago
r974 ports yuv scale to c.  2 functional areas remain: convert and jpeg.

Original comment by fbarch...@chromium.org on 18 Jan 2014 at 2:47

GoogleCodeExporter commented 9 years ago
Builds as C for Visual C 2013.  Work needed for VS2012/2010.

Original comment by fbarch...@chromium.org on 21 Mar 2014 at 6:34

GoogleCodeExporter commented 9 years ago
r1030 ports conversion functions to c.
1 functional area remains: jpeg.
jpeg is optional using HAVE_JPEG

Next step is providing .c files.

Original comment by fbarch...@chromium.org on 8 Jul 2014 at 6:49