Is there Any open source, fast H263 decoder library for ARM9 than ffmpeg?
Asked
Active
Viewed 1,489 times
3 Answers
1
I've ported the Telenor H.263 decoder to ARM9. It seemed to run fine. Telenor doesn't distribute it any more, but the files here look like what I used.

ctd
- 1,693
- 12
- 27
-
I didn't benchmark it against anything - the main reason for choosing it was that it was really small. I do remember that I/O was the constraint for frame rate. – ctd Dec 04 '09 at 19:42
-
1happen to have this laying around anywhere? the link is broken now. – morissette Apr 19 '16 at 10:31
-
morisette, this looks like the encoder and decoder source: http://www.linuxmedialabs.com/Downloads/LSI/h263/H.263/telenor/ The filenames and README text match my recollection. There are probably better options by now - like using just the Baseline Profile with H.264. There must be an optimized version floating around. But in any event, good luck! – ctd Apr 19 '16 at 22:58