Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-27swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm.Ronald S. Bultje
2012-01-27config.asm: change %ifdef directives to %if directives.Ronald S. Bultje
2012-01-27Revert "sws/pixfmt/pixdesc: add support for yuva444p"Alex Converse
2012-01-27sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol
2012-01-25cosmetics: Remove some unnecessary block braces.Diego Biurrun
2012-01-14cosmetics: Move static and inline attributes to more standard places.Diego Biurrun
2012-01-14swscale: change yuv2yuvX code to use cpuflag().Ronald S. Bultje
2012-01-13rgb2rgb: rgb12to15()Paul B Mahol
2012-01-13swscale-test: fix stack overread.Ronald S. Bultje
2012-01-13swscale: fix invalid conversions and memory problems.Ronald S. Bultje
2012-01-12rgb2rgb: rgb12tobgr12()Paul B Mahol
2012-01-10swscale: fix crash in fast_bilinear code when compiled with -mred-zone.Ronald S. Bultje
2012-01-10swscale: specify register type.Oka Motofumi
2012-01-10rgb2rgb: allow conversion for <15 bppPaul B Mahol
2012-01-09swscale: RGB4444 and BGR444 inputPaul B Mahol
2012-01-09swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm.Ronald S. Bultje
2012-01-09swscale: K&R formatting cosmetics for code examplesDiego Biurrun
2012-01-09swscale: K&R reformatting cosmetics for header filesDiego Biurrun
2012-01-05swscale: remove unused U/V arguments from yuv2rgb_write().Ronald S. Bultje
2012-01-04swscale: Use standard multiple inclusion guards in ppc/ header files.Diego Biurrun
2012-01-04swscale: remove obsolete comment.Ronald S. Bultje
2012-01-04swscale: split scale.asm.Ronald S. Bultje
2012-01-04swscale: don't show full-chroma-int warning for non-RGB output.Ronald S. Bultje
2012-01-04swscale: add MMX files to MMX-OBJS instead of OBJS.Ronald S. Bultje
2012-01-02Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun
2011-12-26swscale: prevent invalid writes in packed_16bpc_bswapJanne Grunau
2011-12-22sws: readd PAL8 to isPacked()Anton Khirnov
2011-12-19swscale: fix formatting and indentation of unscaled conversion routines.Nathan Adil Maxson
2011-12-18swscale: fix overflows in vertical scaling at top/bottom edges.Ronald S. Bultje
2011-12-18swscale: fix overflow in gray16 vertical scaling.Ronald S. Bultje
2011-12-17swscale: fix integer overflows in RGB pixel writing.Mans Rullgard
2011-12-17swscale: add endian conversion for RGB555 and RGB444 pixel formatsJanne Grunau
2011-12-17swscale: fix overflows in output of RGB48 pixels.Ronald S. Bultje
2011-12-17swscale: add rgb565 endianess conversionJanne Grunau
2011-12-17swscale: fix overflows in RGB rounding constants.Ronald S. Bultje
2011-12-16swscale: add unscaled packed 16 bit per component endianess conversionJanne Grunau
2011-12-14swscale_mmx: drop no longer required parameters from VSCALEX macrosDiego Biurrun
2011-12-14swscale: Mark yuv2planeX_8_mmx as MMX2; it contains MMX2 instructions.Diego Biurrun
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-11Remove extraneous semicolonsMans Rullgard
2011-12-01swscale: #include "libavutil/mathematics.h"Reinhard Tartler
2011-11-27swscale: fix signed overflow in yuv2mono_X_c_templateMans Rullgard
2011-11-25swscale: Readd #define _SVID_SOURCEMartin Storsjö
2011-11-25swscale: fix failing fate tests.Ronald S. Bultje
2011-11-24swscale: add support for planar RGB input.Ronald S. Bultje
2011-11-24Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].Ronald S. Bultje
2011-11-19swscale: Fix stack alignment for SSEJohn Stebbins
2011-11-13swscale: handle unaligned buffers in yuv2plane1Ronald S. Bultje
2011-11-11swscale: add padding to conversion buffer.Sean McGovern