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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-09swscale: Provide the right alignment for external mmx asmMartin Storsjö
2012-09-08x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-07-23swscale: Mark all init functions as av_coldDiego Biurrun
2012-07-23swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM.Ronald S. Bultje
2012-04-13swscale: K&R formatting cosmetics (part II)Diego Biurrun
2012-03-06swscale: make filterPos 32bit.Ronald S. Bultje
2012-02-29swscale: fix another integer overflow.Ronald S. Bultje
2012-02-25swscale: fix another integer overflow at large dimensions/rescales.Ronald S. Bultje
2012-02-23swscale: fix overflows in filterPos[] calculation for large sizes.Ronald S. Bultje
2012-02-23swscale: fix filtersize clipping.Ronald S. Bultje
2012-02-11swscale: enforce a minimum filtersize.Ronald S. Bultje
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
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-14cosmetics: Move static and inline attributes to more standard places.Diego Biurrun
2012-01-09swscale: RGB4444 and BGR444 inputPaul B Mahol
2012-01-04swscale: don't show full-chroma-int warning for non-RGB output.Ronald S. Bultje
2011-12-18swscale: fix overflows in vertical scaling at top/bottom edges.Ronald S. Bultje
2011-12-01swscale: #include "libavutil/mathematics.h"Reinhard Tartler
2011-11-25swscale: Readd #define _SVID_SOURCEMartin Storsjö
2011-11-24swscale: add support for planar RGB input.Ronald S. Bultje
2011-11-11swscale: add padding to conversion buffer.Sean McGovern
2011-11-05swscale: align vertical filtersize by 2 on x86.Ronald S. Bultje
2011-10-21sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje
2011-10-21swscale: prevent overflow in coefficient calculation.Ronald S. Bultje
2011-10-18swscale: prevent overflow during initializationRonald Bultje
2011-10-12sws: support yuv444p9/10 output.Anton Khirnov
2011-09-15swscale: fix byte overreads in SSE-optimized hscale().Ronald S. Bultje
2011-08-12swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje
2011-08-05lsws: remove optimization debug logs in sws_init_context()Stefano Sabatini
2011-08-05lsws: use array for storing the supported in/out informationStefano Sabatini
2011-08-02Revert "swscale: use 15-bit intermediates for 9/10-bit scaling."Ronald S. Bultje
2011-08-02swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje
2011-07-21swscale: mark YUV422P10(LE,BE) as supported for outputJoseph Artsimovich
2011-07-15swscale: extend mmx padding.Ronald S. Bultje
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-07-09swscale: rename uv_off/uv_off2 to uv_off_px/byte.Ronald S. Bultje
2011-07-09swscale: fix 16-bit scaling when output is 8-bits.Ronald S. Bultje
2011-07-02swscale: disable full_chroma_int when converting to non-24/32bpp RGB.Ronald S. Bultje
2011-07-01swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje
2011-06-29swscale: implement >8bit scaling support.Ronald S. Bultje
2011-06-28swscale: re-add support for non-native endianness.Ronald S. Bultje
2011-06-15swscale: use SwsContext for av_log when availableJanne Grunau
2011-06-10libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje
2011-06-10swscale: de-macro'ify RGB15/16/32 input functions.Ronald S. Bultje
2011-06-02swscale: allocate larger buffer to handle altivec overreads.Ronald S. Bultje