Difference between revisions of "X264 SOCIS"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
= ESA SOCIS x264Main Page  =
 
= ESA SOCIS x264Main Page  =
  
==Plans==
+
== Plans ==
 +
First of all x264 is profiled (this has been done and a link to the profiles are below)
  
First of all x264 is profiled (this has been done and a link to the profiles are below)
+
=== Profiles ===
 +
http://wiki.videolan.org/X264_SOCIS/profiles
  
===Profiles===
+
===Conversions===
http://wiki.videolan.org/X264_SOCIS/profiles
+
Functions that are normally C that are intended for asm will have NEON implementations by the end of the project
 +
Every DSP function will also have a NEON implementation
 +
 
 +
===Initial list of functions===
  
 
==Timeline==
 
==Timeline==

Revision as of 21:37, 15 August 2011

ESA SOCIS x264Main Page

Plans

First of all x264 is profiled (this has been done and a link to the profiles are below)

Profiles

http://wiki.videolan.org/X264_SOCIS/profiles

Conversions

Functions that are normally C that are intended for asm will have NEON implementations by the end of the project Every DSP function will also have a NEON implementation

Initial list of functions

Timeline

Progress

Git Access

My git can be accessed here

https://github.com/samdunne/x264/tree/socis-dev


Or if you wish to add me as a remote

git remote add socis git://github.com/samdunne/x264.git

Contact