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-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
2011-06-29swscale: implement >8bit scaling support.Ronald S. Bultje
2011-06-29swscale: Add Doxygen for hyscale_fast/hScale.Ronald S. Bultje
2011-06-28swscale: Add Doxygen for yuv2planar*/yuv2packed* functions.Ronald S. Bultje
2011-06-28swscale: change prototypes of scaled YUV output functions.Ronald S. Bultje
2011-06-27swscale: remove unused xInc/srcW arguments from hScale().Ronald S. Bultje
2011-06-14swscale: fix JPEG-range YUV scaling artifacts.Michael Niedermayer
2011-06-10libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje
2011-06-07swscale: add yuv2planar/packed function typedefs.Ronald S. Bultje
2011-06-07swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers.Ronald S. Bultje
2011-06-07swscale: remove alp/chr/lumSrcOffset.Ronald S. Bultje
2011-06-03swscale: split swscale.c in unscaled and generic conversion routines.Ronald S. Bultje
2011-06-03swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje
2011-06-03swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje
2011-06-03swscale: split out unscaled altivec YUV converters in their own file.Ronald S. Bultje
2011-05-28sws: replace all long with int.Anton Khirnov
2011-05-28swscale: fix crash in bilinear scaling.Ronald S. Bultje
2011-05-26swscale: fix compile on ppc.Ronald S. Bultje