summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAgeFilesLines
* swscale: remove misplaced comment.Ronald S. Bultje2011-06-141-1/+0
* swscale: split out RGB48 output functions from yuv2packed[12X]_c().Ronald S. Bultje2011-06-141-88/+235
* swscale: fix JPEG-range YUV scaling artifacts.Michael Niedermayer2011-06-141-5/+5
* libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje2011-06-101-1/+13
* swscale: split YUYV output out of yuv2packed[12X]_c().Ronald S. Bultje2011-06-091-44/+137
* swscale: extract monowhite/black output from yuv2packed[12X]_c().Ronald S. Bultje2011-06-091-59/+113
* swscale: de-macro'ify RGB15/16/32 input functions.Ronald S. Bultje2011-06-091-109/+169
* swscale: rearrange code.Ronald S. Bultje2011-06-091-83/+83
* swscale: change 48bit RGB input macros to inline functions.Ronald S. Bultje2011-06-091-44/+71
* swscale: change 9/10bit YUV input macros to inline functions.Ronald S. Bultje2011-06-091-23/+41
* swscale: extract gray16 output functions from yuv2packed[12X]().Ronald S. Bultje2011-06-091-55/+142
* swscale: use standard clipping functions.Ronald S. Bultje2011-06-091-33/+20
* swscale: merge macros that are used only once.Ronald S. Bultje2011-06-091-10/+4
* swscale: fix function declarations in swscale.c.Ronald S. Bultje2011-06-091-33/+34
* swscale: remove unused function.Ronald S. Bultje2011-06-081-29/+0
* swscale: remove duplicate conversion routine in swScale().Ronald S. Bultje2011-06-071-73/+53
* swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers.Ronald S. Bultje2011-06-071-15/+12
* swscale: extract SWS_FULL_CHR_H_INT conditional into init code.Ronald S. Bultje2011-06-071-39/+21
* swscale: cosmetics.Ronald S. Bultje2011-06-071-2/+1
* swscale: remove alp/chr/lumSrcOffset.Ronald S. Bultje2011-06-071-125/+76
* swscale: un-special-case yuv2yuvX16_c().Ronald S. Bultje2011-06-071-28/+35
* swscale: split swscale.c in unscaled and generic conversion routines.Ronald S. Bultje2011-06-031-839/+0
* swscale: cosmetics.Ronald S. Bultje2011-06-031-260/+236
* swscale: integrate (literally) swscale_template.c in swscale.c.Ronald S. Bultje2011-06-031-1/+930
* swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje2011-06-031-37/+2
* swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje2011-06-031-10/+2
* swscale: remove indirections in ppc/swscale_template.c.Ronald S. Bultje2011-06-031-1/+1
* swscale: split out unscaled altivec YUV converters in their own file.Ronald S. Bultje2011-06-031-15/+5
* swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.Ronald S. Bultje2011-06-021-3/+0
* sws: replace all long with int.Anton Khirnov2011-05-281-26/+26
* swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje2011-05-261-30/+38
* swscale: remove swScale_{c,MMX,MMX2} duplication.Ronald S. Bultje2011-05-241-10/+5
* swscale: remove AMD3DNOW "optimizations".Ronald S. Bultje2011-05-241-22/+0
* swscale: remove duplicate code in ppc/ subdirectory.Ronald S. Bultje2011-05-241-3/+1
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-241-109/+25
* Fix 9/10 bit in swscale.Kieran Kunhya2011-05-231-4/+4
* swscale: properly inline bits/endianness in yuv2yuvX16inC().Ronald S. Bultje2011-05-131-4/+25
* swscale: fix clipping of 9/10bit YUV420P.Ronald S. Bultje2011-05-131-17/+18
* swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-111-33/+142
* Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-101-1/+22
* libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-281-0/+57
* sws: remove disabled cruft.Anton Khirnov2011-04-191-8/+0
* swscale: fix "ISO C90 forbids mixed declarations and code" warningJanne Grunau2011-04-151-6/+4
* swscale: simplify initialization codeJosh Allmann2011-04-141-7/+2
* swscale: further cleanup swscale.cJosh Allmann2011-04-141-57/+0
* swscale: partially move the arch specific code leftLuca Barbato2011-04-141-15/+10
* swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato2011-04-131-2/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* 100l fix if conditionBaptiste Coudurier2010-09-271-1/+1
* Y400A (gray alpha) input support in libswscaleBaptiste Coudurier2010-09-271-2/+40
OpenPOWER on IntegriCloud