History | View | Annotate | Download (11.5 KB)
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
xmm_clobbers: list xmm registers first in clobber list
suncc does not like the leading commas inside the macro, but it has no problemwith trailing commas.
Originally committed as revision 25615 to svn://svn.ffmpeg.org/ffmpeg/trunk
dct32: mark xmm registers in clobber list in ff_dct32_float_sse()
Originally committed as revision 25569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASMdisabled.
Originally committed as revision 24078 to svn://svn.ffmpeg.org/ffmpeg/trunk