]> git.sesse.net Git - ffmpeg/history - libswscale/swscale.c
lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields
[ffmpeg] / libswscale / swscale.c
2015-09-07 Vittorio Giovaralavu: Drop the {minus,plus}1 suffix from AVComponentDes...
2015-01-14 Paul B Mahollibswscale: GBRAP input & output and GBRAP16 input...
2013-08-29 Diego Biurrunswscale: cosmetics: Drop silly camelCase from swScale...
2013-08-29 Diego Biurrunswscale: ppc: Hide arch-specific initialization details
2013-08-28 Diego Biurrunswscale: x86: Hide arch-specific initialization details
2013-08-15 Diego Biurrunswscale: Move extern declarations for tables to swscale...
2013-08-15 Diego Biurrunswscale: Mark a bunch of tables only used within one...
2013-01-27 Michael Niedermayerswscale: GBRP output support
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-10-30 Luca Barbatoswscale: support gray to 9bit and 10bit formats
2012-10-12 Anton Khirnovsws: do not use av_pix_fmt_descriptors directly.
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-13 Diego Biurrunswscale: Remove two bogus asserts
2012-09-07 Diego Biurrunx86: more specific checks for availability of required...
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-03 Diego Biurrunx86: build: replace mmx2 by mmxext
2012-07-30 Ronald S. Bultjeswscale: bury one more piece of inline asm under HAVE_I...
2012-07-23 Ronald S. Bultjeswscale: add missing HAVE_INLINE_ASM check.
2012-04-13 Diego Biurrunswscale: K&R formatting cosmetics (part II)
2012-03-06 Ronald S. Bultjeswscale: make filterPos 32bit.
2012-02-23 Ronald S. Bultjeswscale: fix underflows in firstline calculations for...
2012-02-13 Diego Biurrunswscale: Remove unused variable alpMmxFilter.
2012-02-13 Ronald S. Bultjeswscale: handle gray16 as a "planar" YUV format (Y...
2012-02-13 Ronald S. Bultjeswscale: use yuv2packed1() functions for unscaled chrom...
2012-02-07 Ronald S. Bultjeswscale: split C output functions into separate file.
2012-02-07 Ronald S. Bultjeswscale: Split C input functions into separate file.
2012-02-01 Ronald S. Bultjeswscale: remove obsolete comment.
2012-01-30 Paul B Maholswscale: more generic check for planar destination...
2012-01-09 Paul B Maholswscale: RGB4444 and BGR444 input
2012-01-05 Ronald S. Bultjeswscale: remove unused U/V arguments from yuv2rgb_write().
2012-01-04 Ronald S. Bultjeswscale: remove obsolete comment.
2012-01-04 Ronald S. Bultjeswscale: don't show full-chroma-int warning for non...
2011-12-18 Ronald S. Bultjeswscale: fix overflows in vertical scaling at top/botto...
2011-12-17 Ronald S. Bultjeswscale: fix overflow in gray16 vertical scaling.
2011-12-17 Mans Rullgardswscale: fix integer overflows in RGB pixel writing.
2011-12-17 Ronald S. Bultjeswscale: fix overflows in output of RGB48 pixels.
2011-12-17 Ronald S. Bultjeswscale: fix overflows in RGB rounding constants.
2011-12-11 Mans RullgardRemove extraneous semicolons
2011-11-26 Mans Rullgardswscale: fix signed overflow in yuv2mono_X_c_template
2011-11-24 Ronald S. Bultjeswscale: add support for planar RGB input.
2011-10-22 Ronald S. Bultjeswscale: decide whether to use yuv2plane1/X on a per...
2011-10-22 Ronald S. Bultjeswscale: reintroduce full precision in 16-bit output.
2011-10-22 Kieran KunhyaSplit up yuv2yuvX functions
2011-10-22 Kieran KunhyaSplit out yuv2yuv1 luma and chroma in order to make...
2011-10-21 Ronald S. Bultjesws/pixfmt/pixdesc: add support for yuv420p9le/be.
2011-09-23 Kieran KunhyaFix unnecessary shift with 9/10bit vertical scaling
2011-08-18 Ronald S. Bultjeswscale: split hScale() function pointer into h[cy...
2011-08-12 Ronald S. Bultjeswscale: use 15-bit intermediates for 9/10-bit scaling.
2011-08-02 Ronald S. BultjeRevert "swscale: use 15-bit intermediates for 9/10...
2011-08-02 Ronald S. Bultjeswscale: use 15-bit intermediates for 9/10-bit scaling.
2011-07-08 Ronald S. Bultjeswscale: error dithering for 16/9/10-bit to 8-bit.
2011-07-08 Ronald S. Bultjeswscale: fix overflow in 16-bit vertical scaling.
2011-07-08 Ronald S. Bultjeswscale: fix crash in 8-bpc bilinear output without...
2011-07-08 Ronald S. Bultjeswscale: fix 16-bit horizontal scaling underflow.
2011-07-04 Diego BiurrunRemove unused static tables and static inline functions.
2011-07-01 Ronald S. Bultjeswscale: for >8bit scaling, read in native bit-depth.
2011-06-30 Ronald S. Bultjeswscale: fix another yuv range conversion overflow...
2011-06-30 Mohamed Naufalswscale: Unbreak build with --enable-small
2011-06-30 Ronald S. Bultjeswscale: fix yuv range correction when using 16-bit...
2011-06-29 Ronald S. Bultjeswscale: implement >8bit scaling support.
2011-06-28 Ronald S. Bultjeswscale: change prototypes of scaled YUV output functions.
2011-06-28 Ronald S. Bultjeswscale: re-add support for non-native endianness.
2011-06-28 Ronald S. Bultjeswscale: disentangle yuv2rgbX_c_full() into small funct...
2011-06-28 Ronald Bultjeswscale: split yuv2packed[12X]_c() remainders into...
2011-06-26 Ronald S. Bultjeswscale: remove unused xInc/srcW arguments from hScale().
2011-06-14 Ronald S. Bultjeswscale: remove misplaced comment.
2011-06-14 Ronald S. Bultjeswscale: split out RGB48 output functions from yuv2pack...
2011-06-14 Michael Niedermayerswscale: fix JPEG-range YUV scaling artifacts.
2011-06-10 Ronald S. Bultjelibavutil/swscale: YUV444P10/YUV444P9 support.
2011-06-10 Ronald S. Bultjeswscale: split YUYV output out of yuv2packed[12X]_c().
2011-06-09 Ronald S. Bultjeswscale: extract monowhite/black output from yuv2packed...
2011-06-09 Ronald S. Bultjeswscale: de-macro'ify RGB15/16/32 input functions.
2011-06-09 Ronald S. Bultjeswscale: rearrange code.
2011-06-09 Ronald S. Bultjeswscale: change 48bit RGB input macros to inline functions.
2011-06-09 Ronald S. Bultjeswscale: change 9/10bit YUV input macros to inline...
2011-06-09 Ronald S. Bultjeswscale: extract gray16 output functions from yuv2packe...
2011-06-09 Ronald S. Bultjeswscale: use standard clipping functions.
2011-06-09 Ronald S. Bultjeswscale: merge macros that are used only once.
2011-06-09 Ronald S. Bultjeswscale: fix function declarations in swscale.c.
2011-06-08 Ronald S. Bultjeswscale: remove unused function.
2011-06-07 Ronald S. Bultjeswscale: remove duplicate conversion routine in swScale().
2011-06-07 Ronald S. Bultjeswscale: integrate yuv2nv12X_C into yuv2yuvX() function...
2011-06-07 Ronald S. Bultjeswscale: extract SWS_FULL_CHR_H_INT conditional into...
2011-06-07 Ronald S. Bultjeswscale: cosmetics.
2011-06-07 Ronald S. Bultjeswscale: remove alp/chr/lumSrcOffset.
2011-06-07 Ronald S. Bultjeswscale: un-special-case yuv2yuvX16_c().
2011-06-03 Ronald S. Bultjeswscale: split swscale.c in unscaled and generic conver...
2011-06-03 Ronald S. Bultjeswscale: cosmetics.
2011-06-03 Ronald S. Bultjeswscale: integrate (literally) swscale_template.c in...
2011-06-03 Ronald S. Bultjeswscale: split out x86/swscale_template.c from swscale.c.
2011-06-03 Ronald S. Bultjeswscale: split out ppc _template.c files from main...
2011-06-03 Ronald S. Bultjeswscale: remove indirections in ppc/swscale_template.c.
2011-06-03 Ronald S. Bultjeswscale: split out unscaled altivec YUV converters...
2011-06-03 Ronald S. Bultjeswscale: remove unused COMPILE_TEMPLATE_ALTIVEC.
2011-05-28 Anton Khirnovsws: replace all long with int.
2011-05-26 Ronald S. Bultjeswscale: split chroma buffers into separate U/V planes.
2011-05-24 Ronald S. Bultjeswscale: remove swScale_{c,MMX,MMX2} duplication.
2011-05-24 Ronald S. Bultjeswscale: remove AMD3DNOW "optimizations".
2011-05-24 Ronald S. Bultjeswscale: remove duplicate code in ppc/ subdirectory.
2011-05-24 Ronald S. Bultjeswscale: force --enable-runtime-cpudetect and remove...
next