index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libswscale
/
x86
Age
Commit message (
Expand
)
Author
2010-05-30
Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.
Diego Biurrun
2010-05-30
Remove GPL-licensed YUV to RGB MMX routines.
Diego Biurrun
2010-05-19
13% faster yuv420 to rgb15 mmx.
Loren Merritt
2010-05-19
40% faster yuv420 to rgb24 mmx.
Loren Merritt
2010-05-04
alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines
Diego Biurrun
2010-01-15
Const correctness for src pointer. Remove all constness related warnings in
Zuxy Meng
2010-01-12
/nop is illegal with Apple's older version of gas, this was fixed elsewhere
David Conrad
2010-01-12
Make sure that sfence is used after any non temporal stores.
Zuxy Meng
2010-01-11
Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for
Zuxy Meng
2010-01-09
MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just
Zuxy Meng
2010-01-07
Remove const to avoid a bunch of GCC warnings against discarded qualifiers and
Zuxy Meng
2009-08-16
Cosmetics:
Ramiro Polla
2009-08-14
BGR32 MMX special convertor.
Peter Schlaile
2009-03-26
Move yuv2rgb code to subdirs.
Ramiro Polla