0

Is there Any open source, fast H263 decoder library for ARM9 than ffmpeg?

SunnyShah
  • 28,934
  • 30
  • 90
  • 137

3 Answers3

1

may be x263 from Xirlink?

vitaly.v.ch
  • 2,485
  • 4
  • 26
  • 36
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
  • 1
    happen 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