log libswscale/swscale_template.c @ 30230:2de25e76d331

age author description
Mon, 11 Jan 2010 07:30:28 +0000 ramiro cosmetics: {} placement.
Sat, 09 Jan 2010 14:44:20 +0000 zuxy Remove unused PREFETCHW macro
Fri, 01 Jan 2010 09:46:24 +0000 reimar Do not needlessly use the BP register in x86_64-specific code, there are
Mon, 28 Dec 2009 12:05:20 +0000 diego Remove unused variable, fixes the warning:
Mon, 21 Dec 2009 01:59:34 +0000 ramiro Remove parameters no longer used in h[yc]scale().
Mon, 21 Dec 2009 01:54:59 +0000 ramiro Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.
Mon, 21 Dec 2009 01:41:29 +0000 ramiro Rename function pointers used to convert from the input pixel format to the
Mon, 21 Dec 2009 01:34:45 +0000 ramiro Check if chroma horizontal scaler is needed in sws_init_swScale().
Sun, 20 Dec 2009 17:15:01 +0000 ramiro Indent.
Sun, 20 Dec 2009 17:09:46 +0000 ramiro Set fast_bilinear functions in sws_init_swScale().
Sun, 20 Dec 2009 16:32:58 +0000 ramiro Set horizontal scaler's range conversion in context in sws_init_swScale().
Sun, 20 Dec 2009 16:21:25 +0000 ramiro Set horizontal scaler's src offsets in context in sws_init_swScale().
Sun, 06 Dec 2009 22:01:25 +0000 ramiro Start using intermediate buffers at index 0.
Sat, 05 Dec 2009 09:44:19 +0000 ramiro Fix compilation with runtime cpu detection.
Thu, 03 Dec 2009 18:18:13 +0000 ramiro Add support for nv12/nv21 input.