[FFmpeg-cvslog] commit: H.264/SVQ3: make chroma DC work the same way as luma DC ( Jason Garrett-Glaser )
git at videolan.org
git
Sat Jan 15 13:06:36 CET 2011
ffmpeg | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Sat Jan 15 01:10:46 2011 +0000| [2a1f431d38ea9c05abb215d70c7dc09cdb6888ab] | committer: Jason Garrett-Glaser
H.264/SVQ3: make chroma DC work the same way as luma DC
No speed improvement, but necessary for some future stuff.
Also opens up the possibility of asm chroma dc idct/dequant.
Originally committed as revision 26349 to svn://svn.ffmpeg.org/ffmpeg/trunk
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2a1f431d38ea9c05abb215d70c7dc09cdb6888ab
---
libavcodec/dsputil.h | 1 +
libavcodec/h264.c | 97 +++--------------------------------------------
libavcodec/h264.h | 1 +
libavcodec/h264_cabac.c | 3 +-
libavcodec/h264_cavlc.c | 3 +-
libavcodec/h264data.h | 3 +-
libavcodec/h264dsp.c | 1 +
libavcodec/h264dsp.h | 1 +
libavcodec/h264idct.c | 22 +++++++++++
libavcodec/svq3.c | 9 ++--
10 files changed, 42 insertions(+), 99 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commitdiff;h=2a1f431d38ea9c05abb215d70c7dc09cdb6888ab
More information about the ffmpeg-cvslog
mailing list