Search found 4 matches
- Thu Jan 13, 2005 1:47 am
- Forum: PS2 Development
- Topic: Time to write my Hard drive based Divx player
- Replies: 28
- Views: 11029
Each file has a: ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunSoft, a Sun Microsystems, Inc. business. * Permission to use, copy, modify, and distribute this * software is freely granted, provided that th...
- Wed Jan 12, 2005 11:28 pm
- Forum: PS2 Development
- Topic: Time to write my Hard drive based Divx player
- Replies: 28
- Views: 11029
Last I checked (one year ago) ffmpeg needed ceil, floor, rint, exp, log, pow, sqrt, cos, cosh, sin, sinh, tan and tanh which is more than a few routines. IMHO it would be a good idea to add fdlibm, since its libm compatible, well tested (has been included in newlib for ages), not that bloated and AF...
- Wed Jan 12, 2005 4:04 am
- Forum: PS2 Development
- Topic: Time to write my Hard drive based Divx player
- Replies: 28
- Views: 11029
Hello pixel
Don't you also need a libm to compile libavcodec? Last time I tried to build libavcodec for my ps2 without using newlib (one year ago) I linked against a libm based on code from http://www.netlib.org/fdlibm/ (pretty much the same libm as in newlib but with some fixes).
Don't you also need a libm to compile libavcodec? Last time I tried to build libavcodec for my ps2 without using newlib (one year ago) I linked against a libm based on code from http://www.netlib.org/fdlibm/ (pretty much the same libm as in newlib but with some fixes).
- Wed Jan 12, 2005 3:37 am
- Forum: PS2 Development
- Topic: Time to write my Hard drive based Divx player
- Replies: 28
- Views: 11029
The BroadQ patches to ffmpeg and mad can be found here: http://www.broadq.com/open_source/
There might be some interesting stuff in the patch which is not included in the official ffmpeg release.
There might be some interesting stuff in the patch which is not included in the official ffmpeg release.