Search found 44 matches
- Wed Apr 29, 2009 4:40 am
- Forum: Patch Submissions
- Topic: [PSP] sceJpeg Sample
- Replies: 1
- Views: 6581
[PSP] sceJpeg Sample
I have prepared a sample for usage of sceJpeg instead of Jpeglib. Thanks to J.K. for his help.... And thanks to DXLibraryPortable Creators for their useful library... If you add this to PSPSDK, it may help someone for his/her new app. :) main.c /* * PSP Software Development Kit - http://www....
- Wed Apr 29, 2009 3:31 am
- Forum: PSP Development
- Topic: sceJpeg decoding problem...
- Replies: 7
- Views: 3359
- Wed Apr 29, 2009 3:02 am
- Forum: PSP Development
- Topic: upload a pspsdk for ppc?
- Replies: 12
- Views: 4243
- Wed Apr 29, 2009 3:01 am
- Forum: PSP Development
- Topic: sceJpeg decoding problem...
- Replies: 7
- Views: 3359
#include <pspkernel.h> #include <pspdebug.h> #include <pspsdk.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <pspdisplay.h> #include <pspnet_inet.h> #include <pspnet_apctl.h> #include <pspnet_resolver.h> #include <psputility.h> #include <netinet/in.h> #include <kubridge.h> ...
- Tue Apr 28, 2009 2:51 am
- Forum: PSP Development
- Topic: sceJpeg decoding problem...
- Replies: 7
- Views: 3359
- Mon Apr 27, 2009 2:20 am
- Forum: PSP Development
- Topic: Image load failed... (prx)
- Replies: 6
- Views: 2942
- Mon Apr 27, 2009 2:17 am
- Forum: PSP Development
- Topic: sceJpeg decoding problem...
- Replies: 7
- Views: 3359
- Sun Apr 26, 2009 6:12 am
- Forum: PSP Development
- Topic: sceJpeg decoding problem...
- Replies: 7
- Views: 3359
sceJpeg decoding problem...
This is the small part of my app. It doesn't decode JPEG to RGB... I think there is a problem on reading the image... It loads avcodec.prx and inits JPEG library but doesn't decode... Could you please help me? int StartJpegPsp() { printf("Loading 'flash0:...
- Sun Dec 14, 2008 9:38 pm
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 665770
- Sat Nov 29, 2008 8:57 pm
- Forum: PSP Development
- Topic: WMV Decoding...
- Replies: 2
- Views: 2160
WMV Decoding...
Hi,
I couldn't find the PSPlayer MT's source code... I need this because of wmv/mpg decoding... In PSPlayer 2.0, wmv and all of avi videos aren't supported...
What should i do?
Thanks for replies...
I couldn't find the PSPlayer MT's source code... I need this because of wmv/mpg decoding... In PSPlayer 2.0, wmv and all of avi videos aren't supported...
What should i do?
Thanks for replies...
- Fri Nov 28, 2008 11:31 pm
- Forum: PSP Development
- Topic: PlayMpeg PSP Port: It gives error....
- Replies: 4
- Views: 2518
- Fri Nov 28, 2008 7:07 pm
- Forum: PSP Development
- Topic: PlayMpeg PSP Port: It gives error....
- Replies: 4
- Views: 2518
Yes i solved this program with rename plaympeg.c to plaympeg.cpp.. And i edited Makefile. As a result, i compiled it without any errors. For argv variable, i added it to irshell as a plugin. But when i try open a mpeg-1 video(With sound), it only plays sound(for 10 sec) and crash. plaympeg.cpp /* pl...
- Thu Nov 27, 2008 5:09 am
- Forum: PSP Development
- Topic: PlayMpeg PSP Port: It gives error....
- Replies: 4
- Views: 2518
PlayMpeg PSP Port: It gives error....
I'm trying to port PlayMpeg to PSP... Plaympeg uses smpeg-psp library... But when i try build it, Toolchain shows this error... psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -O2 -Wall -g `/usr/local/pspdev /psp/bin/sdl-config --cflags` -D_PSP_FW_VERSION=150 -c -o plaympeg.o plaympeg. c plaympeg.c&...
- Thu Nov 27, 2008 4:28 am
- Forum: PSP Development
- Topic: PSPlayer 2.0 Release
- Replies: 22
- Views: 33043
- Mon Nov 24, 2008 5:53 am
- Forum: PSP Development
- Topic: PMP VLC Player v1.1 By Team P86: Watching TV on PSP
- Replies: 2
- Views: 2518
- Sat Nov 22, 2008 3:05 am
- Forum: PSP Development
- Topic: PMP VLC Player v1.1 By Team P86: Watching TV on PSP
- Replies: 2
- Views: 2518
PMP VLC Player v1.1 By Team P86: Watching TV on PSP
http://img92.imageshack.us/img92/4281/b6951cf1faa25042fd61287dc2415acctn5.jpg PMP VLC Player v1.1 By Team P86: PMP VLC Player is a homebrew which plays streaming media with VLC Player without TV Card. This may be TV or a Film etc. We will integrate it to TVSP but first of all we released alpha rele...
- Sat Nov 01, 2008 5:57 am
- Forum: PSP Development
- Topic: TVSP 4.xx version...
- Replies: 7
- Views: 4020
- Sun Oct 26, 2008 4:29 am
- Forum: PSP Development
- Topic: TVSP 4.xx version...
- Replies: 7
- Views: 4020
- Sun Oct 19, 2008 6:46 pm
- Forum: PSP Development
- Topic: TVSP 4.xx version...
- Replies: 7
- Views: 4020
i added heap size but it didn't run again.
and gave same error.
I'm thinking of wifi libraries. In this source code, 1.50 wifi libraries used. I can't change it to 3.xx ones...
I need to help for this.
Thanks..
Code: Select all
PSP_HEAP_SIZE_MAX();
I'm thinking of wifi libraries. In this source code, 1.50 wifi libraries used. I can't change it to 3.xx ones...
I need to help for this.
Thanks..
- Fri Oct 17, 2008 4:45 am
- Forum: PSP Development
- Topic: TVSP 4.xx version...
- Replies: 7
- Views: 4020
TVSP 4.xx version...
I've just downloaded TVSP source code. But it is for 1.50 kernel... I tried to port it for 4.xx kernel but i couldn't. It succesfully built but when i tried to run this. it gives 8002013C error! This is source code: http://rapidshare.com/files/154660296/tvpsp.rar.html What should i do? Could you hel...
- Sun May 11, 2008 4:21 am
- Forum: PSP Lua Player Development
- Topic: PSP ReactOS
- Replies: 3
- Views: 35093
- Wed Mar 26, 2008 4:10 am
- Forum: PSP Development
- Topic: dosbox, now with 100% less drama
- Replies: 484
- Views: 665770
crazyc, I succesfully built Dosbox-psp. But when i try it on psp, it gives error(8002013c). What should I do? edit: because of that, i rebuilt dosbox-psp but when i try to create with this link; psp-gcc -L/usr/local/pspdev/psp/sdk/lib -o dosbox dosbox.o cpu/libcpu.a debug/libdebug.a dos/libdos.a fpu...
- Sat Feb 09, 2008 8:14 am
- Forum: PSP Development
- Topic: DBS 1.5 Released(Dosbox OS Loader, Windows 95, Windows 98)
- Replies: 2
- Views: 3653
- Thu Feb 07, 2008 7:06 pm
- Forum: PSP Development
- Topic: DBS 1.5 Released(Dosbox OS Loader, Windows 95, Windows 98)
- Replies: 2
- Views: 3653
DBS 1.5 Released(Dosbox OS Loader, Windows 95, Windows 98)
Installation: Install CrazyC's latest build on PSP>GAME>dosboxpsp folder. And copy this files on the same folder. http://www.sendspace.com/file/4nr4zq/ Finally, Copy Windows 95 image to dosboxpsp folder as w95. Or Copy Windows 98 image to dosboxpsp folder as w98. And execute DosboxPSP. Enter number...
- Thu Feb 07, 2008 5:50 pm
- Forum: PSP Development
- Topic: NT-kernel on PSP
- Replies: 11
- Views: 6193
- Thu Feb 07, 2008 3:04 am
- Forum: PSP Development
- Topic: NT-kernel on PSP
- Replies: 11
- Views: 6193
- Thu Feb 07, 2008 1:42 am
- Forum: PSP Development
- Topic: NT-kernel on PSP
- Replies: 11
- Views: 6193
- Wed Feb 06, 2008 11:58 pm
- Forum: PSP Development
- Topic: NT-kernel on PSP
- Replies: 11
- Views: 6193
NT-kernel on PSP
Hi everyone, ReactOS is open source based on NT Kernel operating system. Slim can run this OS. ReactOS's System Requirements are: * 32 MB RAM * IDE hard disk of at least 150 MB * FAT16/FAT32 boot partition * 2 MB VGA graphics adapter (4 MB recommended) * CD-ROM drive * Standard keyboard * PS/2 compa...
- Wed Feb 06, 2008 11:53 pm
- Forum: PSP Development
- Topic: mipsel-linux toolchain for Cygwin/Win32
- Replies: 0
- Views: 1541
mipsel-linux toolchain for Cygwin/Win32
I couldn't find mipsel-linux toolchain for cygwin on the net. Please help me.
- Tue Feb 05, 2008 12:42 am
- Forum: PSP Development
- Topic: Palm Wireless Keyboard On Dosbox
- Replies: 0
- Views: 1884
Palm Wireless Keyboard On Dosbox
Hello I have a fat psp. Its version is 3.52 M33-4. I use my keyboard with XMB. But I can't use it with dosbox I added this code to dosbox.conf. [KEYBOARD] mapfile_dir = 'ms0:/seplugins/piKey/Keymap'; # change this to your needs map = 'Palm.ini'; # change this to your needs ke...