Search found 15 matches
- Thu May 25, 2006 3:01 am
- Forum: PSP Development
- Topic: screen flickering
- Replies: 7
- Views: 2510
- Wed Apr 05, 2006 4:01 am
- Forum: PSP Development
- Topic: PMP Mod V1.02 / small mods
- Replies: 254
- Views: 1174229
- Sat Apr 01, 2006 6:31 am
- Forum: PSP Development
- Topic: PiMPStreamer Video Streamer released
- Replies: 19
- Views: 8185
- Wed Mar 08, 2006 8:30 pm
- Forum: PSP Development
- Topic: hex codes for colours
- Replies: 6
- Views: 2419
- Thu Mar 02, 2006 2:34 pm
- Forum: PSP Development
- Topic: [Release] Pong+ (Better than it sounds)
- Replies: 10
- Views: 8779
- Tue Feb 21, 2006 10:37 am
- Forum: PSP Development
- Topic: Is there a guide somewhere on how to write homebrew for 1.5?
- Replies: 4
- Views: 1873
http://www.scriptscribbler.com/psp/ Tutorials from setting up CygWin and the PSPSDK on Windows to Image Processing, to adding Sound (currently). Perhaps this is more of what you were looking for. I also recomend http://www.cprogramming.com if you're new to C/C++ programming -- or just need to refres...
- Thu Feb 09, 2006 2:15 pm
- Forum: PSP Development
- Topic: Problem getting Image to display.
- Replies: 5
- Views: 2099
- Sat Feb 04, 2006 1:37 pm
- Forum: PSP Development
- Topic: libpng png_set_read_fn troubles
- Replies: 6
- Views: 2714
Heh, got it working! Incase someone was wondering HOW -- I realized that since fread wasn't being rewound that it's likely I need to add an offset option so that it will read from it's last position. It worked further but still had a problem so what I ended up doing was using png_memcpy instead of s...
- Sat Feb 04, 2006 7:29 am
- Forum: PSP Development
- Topic: libpng png_set_read_fn troubles
- Replies: 6
- Views: 2714
libpng png_set_read_fn troubles
I am attempting to modify libpng and Lua's graphics.cpp file to allow the useage of extracting an image from a rar file directly into libpng without ever writing anything to the memory stick. Image* loadPngImage(const char* filename, const char* rarfile) { png_structp png_pt...
- Mon Jan 09, 2006 8:45 pm
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 8841381
- Tue Nov 08, 2005 1:03 pm
- Forum: PSP Development
- Topic: Learning C
- Replies: 6
- Views: 4121
Learning C
Hey there. I've been reading the forums here for a long while now -- since I got my psp in March -- and I just recently decided to compile the SDK and toolchain in CygWin and try my hand at programming for the PSP. I had figured that since I had already programmed in several different languages, and...
- Thu Jul 28, 2005 7:52 am
- Forum: PSP Development
- Topic: Sony 2.0 firmware update
- Replies: 64
- Views: 31839
- Thu Jul 28, 2005 5:22 am
- Forum: PSP Development
- Topic: Sony 2.0 firmware update
- Replies: 64
- Views: 31839
It's just a normal firmware update -- browser is installed into the firmware and a new icon is added to the XMB. The browser does have a Cache file -- which is defaulted at 512kb but you can make it as big as 2 megs. The browser is very basic, but atleast 10x faster than the wipeout browser. You can...
- Thu Feb 24, 2005 6:10 am
- Forum: PSP Development
- Topic: MP4 Video Name
- Replies: 8
- Views: 5894
- Wed Feb 23, 2005 7:32 pm
- Forum: PSP Development
- Topic: MP4 Video Name
- Replies: 8
- Views: 5894
MP4 Video Name
I don't have a PSP however from what I can tell the file will be shown on the PSP named as it was before you encoded it to MP4. Is there a way, using 3GP or any other method, to change the name of what the video will be displayed as on the PSP?