OpenCores
URL https://opencores.org/ocsvn/oc-h264-encoder/oc-h264-encoder/trunk

Subversion Repositories oc-h264-encoder

[/] [oc-h264-encoder/] [trunk/] [or1ksim/] [patches/] [README] - Blame information for rev 51

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 51 julius
These are patches for or1ksim, aimed at customising it for the development of an x264 port/hardware adaption.
2
 
3
 
4
For details on applying the patches, see the entire or1ksim/x264 setup guide in the OpenCores H.264 project forum: http://opencores.org/forum,OC%20H.264%20project,0,3557
5
 
6
An outline of the basic steps follows:
7
# wget ftp://ocuser:oc@orsoc.se/toolchain/or1ksim-0.3.0.tar.bz2
8
# tar xjf or1ksim-0.3.0.tar.bz2
9
# wget ftp://ocuser:oc@orsoc.se/toolchain/or1ksim-0.3.0-fp-patch.bz2
10
# cd or1ksim-0.3.0
11
# bzcat -dc ../or1ksim-0.3.0-fp-patch.bz2 | -patch -p1
12
# ./configure --target=or32-elf --prefix=/opt/or32-newlib
13
# make all install
14
 
15
File description:
16
 
17
or1ksim-0.3.0-fp.patch.bz2
18
 
19
Patch for or1ksim-0.3.0 implementing floating point (single precision) support to the simulator, as well as tweaking its boot address to start from 0x100 instead of 0xf0000100.
20
 
21
or1ksim-0.3.0-fp-sadssdmod.patch.bz2
22
 
23
Patch to be applied ontop of or1ksim-0.3.0-fp.patch.bz2, implementing an example SAD/SSD calculation module in the video_enc/ subdirectory. It is a little large because each time a subdirectory is added to or1ksim each automake and autoconf file must be updated.
24
 
25
 
26
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.