OSDN Git Service

png: move DSP functions to their own DSP context.
authorRonald S. Bultje <rsbultje@gmail.com>
Fri, 27 Jan 2012 15:00:36 +0000 (23:00 +0800)
committerRonald S. Bultje <rsbultje@gmail.com>
Sun, 29 Jan 2012 16:11:18 +0000 (08:11 -0800)
commite92003514d7aab25d56e2d827820f47755d397ec
tree3cdd3b2425cef3a7d91f998cc6a3d4e0d6ad9921
parentf9708e9a0e76d3dfa89f175edde68d8cadb02763
png: move DSP functions to their own DSP context.
libavcodec/Makefile
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/pngdec.c
libavcodec/pngdsp.c [new file with mode: 0644]
libavcodec/pngdsp.h [new file with mode: 0644]
libavcodec/x86/Makefile
libavcodec/x86/dsputil_mmx.c
libavcodec/x86/pngdsp-init.c [new file with mode: 0644]