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-08-04swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara
2014-08-04avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara
2014-06-02Remove all Blackfin architecture optimizationsDiego Biurrun
2014-03-17RGBA64 pixel formatsJean First
2014-03-13Remove all SPARC architecture optimizationsDiego Biurrun
2013-08-29swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun
2013-08-29swscale: consistent names for arch-specific acceleration functionsDiego Biurrun
2013-08-29swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun
2013-08-29swscale: x86: Hide arch-specific initialization detailsDiego Biurrun
2013-08-15swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-01-28swscale: GBRP output supportMichael Niedermayer
2012-10-31x86: mmx2 ---> mmxext in variable namesDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun
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-08-15Don't include common.h from avutil.hMartin Storsjö
2012-04-13swscale: K&R formatting cosmetics (part II)Diego Biurrun
2012-04-03Unscaled Planar RGB -> RGB support in swscale.Hans-Kristian Arntzen
2012-03-06swscale: make filterPos 32bit.Ronald S. Bultje
2012-02-20Revert two swscale commits.Ronald S. Bultje
2012-02-17swscale: update context offsets after removal of AlpMmxFilter.Ronald S. Bultje
2012-02-14swscale: Remove some write-only variables related to alpha handling.Diego Biurrun
2012-02-09pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov
2012-02-08Remove Sun medialib glue code.Diego Biurrun
2012-02-07swscale: split C output functions into separate file.Ronald S. Bultje
2012-02-07swscale: Split C input functions into separate file.Ronald S. Bultje
2012-01-09swscale: K&R reformatting cosmetics for header filesDiego Biurrun
2011-12-22sws: readd PAL8 to isPacked()Anton Khirnov
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
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-10-22swscale: decide whether to use yuv2plane1/X on a per-plane basis.Ronald S. Bultje
2011-10-22Split up yuv2yuvX functionsKieran Kunhya
2011-10-22Split out yuv2yuv1 luma and chroma in order to make them generic DSP functionsKieran Kunhya
2011-10-21sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje
2011-08-18swscale: split hScale() function pointer into h[cy]Scale().Ronald S. Bultje
2011-08-12swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje
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-11swscale: fix crash with dithering due incorrect offset calculation.Anton Mitrofanov
2011-07-09swscale: rename uv_off/uv_off2 to uv_off_px/byte.Ronald S. Bultje
2011-07-09swscale: error dithering for 16/9/10-bit to 8-bit.Ronald S. Bultje
2011-07-06swscale: amend documentation to mention use of native depth for scaling.Ronald S. Bultje
2011-07-04Do not include log.h in avutil.hMans Rullgard
2011-07-04Do not include pixfmt.h in avutil.hMans Rullgard
2011-07-01swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje