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
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-01-14libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol
2014-04-08swscale: support converting YVYU422 pixel formatVittorio Giovara
2013-08-15swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun
2013-02-09sws: GBRP9, GBRP10, and GBRP16 output supportMichael Niedermayer
2013-01-28swscale: GBRP output supportMichael Niedermayer
2012-10-12sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-07-23swscale: Mark all init functions as av_coldDiego Biurrun
2012-04-15swscale: clip before assigning tables in RGB output functions.Ronald S. Bultje
2012-04-15swscale: fix off-by-one in second coefficient in bilinear filters.Ronald S. Bultje
2012-04-14swscale: handle last pixel if lines have an odd width.Ronald S. Bultje
2012-04-04swscale: handle complete dimensions for monoblack/white.Ronald S. Bultje
2012-03-07swscale: clip unscaled output intermediates.Ronald S. Bultje
2012-02-17swscale: make monowhite/black RGB-independent.Ronald S. Bultje
2012-02-13Drop some completely unnecessary av_unused attributes.Diego Biurrun
2012-02-13swscale: move YUV2PACKED16WRAPPER() macro down to where it is used.Ronald S. Bultje
2012-02-13swscale: handle gray16 as a "planar" YUV format (Y-only, of course).Ronald S. Bultje
2012-02-13swscale: fix incorrect chroma bias in yuv2rgb48_1_c().Ronald S. Bultje
2012-02-13swscale: fix invalid memory accesses in yuvpacked1() functions.Ronald S. Bultje
2012-02-07swscale: split C output functions into separate file.Ronald S. Bultje