Better ARM support for mplayer/ffmpeg, ported from atty fork
while playing with some new hardware, I found it's running a forked mplayer -- and it looks like they're following the GPL. The maintainer's page is here: http://atty.jp/?Zaurus/mplayer Unfortunately it's mostly in Japanese, so it's hard to figure out any details. Their code looks quite interesting (at least to those of us w/ ARM CPUs). The patches I've attached are the patches from atty.jp with a couple of modifications by myself: - ported to current CVS - reverted their change of removing SNOW support from ffmpeg - cleaned up their bswap mess - removed DOS-style linebreaks from various files patch by (Bernhard Rosenkraenzer: bero, arklinux org) Originally committed as revision 4311 to svn://svn.ffmpeg.org/ffmpeg/trunk
Showing
- libavcodec/Makefile 10 additions, 1 deletionlibavcodec/Makefile
- libavcodec/armv4l/dsputil_arm.c 211 additions, 0 deletionslibavcodec/armv4l/dsputil_arm.c
- libavcodec/armv4l/dsputil_arm_s.S 694 additions, 0 deletionslibavcodec/armv4l/dsputil_arm_s.S
- libavcodec/armv4l/dsputil_iwmmxt.c 168 additions, 0 deletionslibavcodec/armv4l/dsputil_iwmmxt.c
- libavcodec/armv4l/dsputil_iwmmxt_rnd.h 1093 additions, 0 deletionslibavcodec/armv4l/dsputil_iwmmxt_rnd.h
- libavcodec/armv4l/mpegvideo_arm.c 7 additions, 0 deletionslibavcodec/armv4l/mpegvideo_arm.c
- libavcodec/armv4l/mpegvideo_iwmmxt.c 97 additions, 0 deletionslibavcodec/armv4l/mpegvideo_iwmmxt.c
- libavcodec/avcodec.h 1 addition, 0 deletionslibavcodec/avcodec.h
- libavcodec/bswap.h 13 additions, 0 deletionslibavcodec/bswap.h
Loading
Please register or sign in to comment