summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* cosmetics: Move static and inline attributes to more standard places.Diego Biurrun2012-01-14
* swscale: change yuv2yuvX code to use cpuflag().Ronald S. Bultje2012-01-13
* rgb2rgb: rgb12to15()Paul B Mahol2012-01-12
* swscale-test: fix stack overread.Ronald S. Bultje2012-01-12
* swscale: fix invalid conversions and memory problems.Ronald S. Bultje2012-01-12
* rgb2rgb: rgb12tobgr12()Paul B Mahol2012-01-11
* swscale: fix crash in fast_bilinear code when compiled with -mred-zone.Ronald S. Bultje2012-01-10
* swscale: specify register type.Oka Motofumi2012-01-10
* rgb2rgb: allow conversion for <15 bppPaul B Mahol2012-01-09
* swscale: RGB4444 and BGR444 inputPaul B Mahol2012-01-08
* swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm.Ronald S. Bultje2012-01-08
* swscale: K&R formatting cosmetics for code examplesDiego Biurrun2012-01-08
* swscale: K&R reformatting cosmetics for header filesDiego Biurrun2012-01-08
* swscale: remove unused U/V arguments from yuv2rgb_write().Ronald S. Bultje2012-01-05
* swscale: Use standard multiple inclusion guards in ppc/ header files.Diego Biurrun2012-01-04
* swscale: remove obsolete comment.Ronald S. Bultje2012-01-03
* swscale: split scale.asm.Ronald S. Bultje2012-01-03
* swscale: don't show full-chroma-int warning for non-RGB output.Ronald S. Bultje2012-01-03
* swscale: add MMX files to MMX-OBJS instead of OBJS.Ronald S. Bultje2012-01-03
* Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun2012-01-02
* swscale: prevent invalid writes in packed_16bpc_bswapJanne Grunau2011-12-26
* sws: readd PAL8 to isPacked()Anton Khirnov2011-12-22
* swscale: fix formatting and indentation of unscaled conversion routines.Nathan Adil Maxson2011-12-18
* swscale: fix overflows in vertical scaling at top/bottom edges.Ronald S. Bultje2011-12-18
* swscale: fix overflow in gray16 vertical scaling.Ronald S. Bultje2011-12-17
* swscale: fix integer overflows in RGB pixel writing.Mans Rullgard2011-12-17
* swscale: add endian conversion for RGB555 and RGB444 pixel formatsJanne Grunau2011-12-17
* swscale: fix overflows in output of RGB48 pixels.Ronald S. Bultje2011-12-17
* swscale: add rgb565 endianess conversionJanne Grunau2011-12-17
* swscale: fix overflows in RGB rounding constants.Ronald S. Bultje2011-12-17
* swscale: add unscaled packed 16 bit per component endianess conversionJanne Grunau2011-12-16
* swscale_mmx: drop no longer required parameters from VSCALEX macrosDiego Biurrun2011-12-14
* swscale: Mark yuv2planeX_8_mmx as MMX2; it contains MMX2 instructions.Diego Biurrun2011-12-14
* build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-13
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* Remove extraneous semicolonsMans Rullgard2011-12-11
* swscale: #include "libavutil/mathematics.h"Reinhard Tartler2011-12-01
* swscale: fix signed overflow in yuv2mono_X_c_templateMans Rullgard2011-11-26
* swscale: Readd #define _SVID_SOURCEMartin Storsjö2011-11-25
* swscale: fix failing fate tests.Ronald S. Bultje2011-11-24
* swscale: add support for planar RGB input.Ronald S. Bultje2011-11-24
* Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].Ronald S. Bultje2011-11-24
* swscale: Fix stack alignment for SSEJohn Stebbins2011-11-19
* swscale: handle unaligned buffers in yuv2plane1Ronald S. Bultje2011-11-13
* swscale: add padding to conversion buffer.Sean McGovern2011-11-11
* swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.Ronald S. Bultje2011-11-05
* swscale: align vertical filtersize by 2 on x86.Ronald S. Bultje2011-11-05
* swscale: add missing colons to x86 assembly yuv2planeX.Ronald S. Bultje2011-10-23
* swscale: update altivec yuv2planeX asm to new per-plane API.Ronald S. Bultje2011-10-22
* swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.Ronald S. Bultje2011-10-22