]> git.sesse.net Git - ffmpeg/history - libswscale
avprobe: fix formatting.
[ffmpeg] / libswscale /
2012-05-07 Diego Biurrunbuild: cosmetics: Split HEADERS/OBJS/PROGS lists into...
2012-04-22 Diego Biurrunswscale: K&R formatting cosmetics (part III)
2012-04-14 Ronald S. Bultjeswscale: clip before assigning tables in RGB output...
2012-04-14 Ronald S. Bultjeswscale: fix off-by-one in second coefficient in biline...
2012-04-13 Ronald S. Bultjeswscale: handle last pixel if lines have an odd width.
2012-04-13 Diego Biurrunswscale: K&R formatting cosmetics (part II)
2012-04-12 Diego Biurrunbuild: Move all arch OBJS declarations into arch subdir...
2012-04-12 Diego Biurrunbuild: Consistently handle conditional compilation...
2012-04-11 Henrik Gramnerx86inc improvements for 64-bit
2012-04-09 Diego Biurrunppc: Add/remove a number of const qualifiers to fix...
2012-04-04 Ronald S. Bultjeswscale: handle complete dimensions for monoblack/white.
2012-04-03 Hans-Kristian ArntzenUnscaled Planar RGB -> RGB support in swscale.
2012-03-26 Diego Biurrunbuild: Only clean the architecture subdirectory we...
2012-03-26 Diego Biurrunbuild: prettyprinting cosmetics
2012-03-15 Ronald S. Bultjeswscale: convert hscale() to use named arguments.
2012-03-15 Ronald S. Bultjeswscale: convert hscale to cpuflags().
2012-03-07 Ronald S. Bultjeswscale: clip unscaled output intermediates.
2012-03-06 Ronald S. Bultjeswscale: make filterPos 32bit.
2012-03-04 Ronald S. Bultjeswscale: remove "cpu flags" from -sws_flags description.
2012-03-04 Ronald S. Bultjeswscale: make %rep unconditional.
2012-03-04 Ronald S. Bultjeswscale: remove now unnecessary hack.
2012-03-02 Diego Biurrunswscale: K&R formatting cosmetics for PowerPC code...
2012-02-29 Ronald S. Bultjeswscale: fix another integer overflow.
2012-02-24 Ronald S. Bultjeswscale: fix another integer overflow at large dimensio...
2012-02-23 Ronald S. Bultjeswscale: take first/lastline over/underflows into accou...
2012-02-23 Ronald S. Bultjeswscale: fix underflows in firstline calculations for...
2012-02-23 Ronald S. Bultjeswscale: fix overflows in filterPos[] calculation for...
2012-02-23 Ronald S. Bultjeswscale: fix filtersize clipping.
2012-02-21 Diego Biurrunswscale: K&R formatting cosmetics (part I)
2012-02-21 Diego Biurrunswscale: variable declaration and placement cosmetics
2012-02-21 Diego Biurrunswscale: K&R formatting cosmetics for PowerPC code...
2012-02-19 Ronald S. BultjeRevert two swscale commits.
2012-02-17 Ronald S. Bultjeswscale: make access to filter data conditional on...
2012-02-17 Ronald S. Bultjeswscale: update context offsets after removal of AlpMmx...
2012-02-17 Ronald S. Bultjeswscale: make monowhite/black RGB-independent.
2012-02-14 Diego Biurrunswscale: Remove some write-only variables related to...
2012-02-13 Ronald S. Bultjeswscale: fix crashes in yuv2yuvX on x86-32.
2012-02-13 Diego BiurrunDrop some completely unnecessary av_unused attributes.
2012-02-13 Diego Biurrunswscale: Remove unused variable alpMmxFilter.
2012-02-13 Ronald S. Bultjeswscale: move YUV2PACKED16WRAPPER() macro down to where...
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-13 Ronald S. Bultjeswscale: fix incorrect chroma bias in yuv2rgb48_1_c().
2012-02-13 Ronald S. Bultjeswscale: fix invalid memory accesses in yuvpacked1...
2012-02-12 Ronald S. Bultjeswscale: convert yuv2yuvX() to using named arguments.
2012-02-12 Ronald S. Bultjeswscale: rename "dstw" to "w" to prevent name collisions.
2012-02-12 Ronald S. Bultjeswscale: use named registers in yuv2yuv1_plane() place.
2012-02-11 Ronald S. Bultjeswscale: enforce a minimum filtersize.
2012-02-09 Diego Biurrunswscale: ppc: Add missing header #includes to pass...
2012-02-08 Anton Khirnovpixdesc: mark pseudopaletted formats with a special...
2012-02-08 Ronald S. Bultjeswscale: sign-extend integer function argument to qword...
2012-02-08 Diego BiurrunRemove Sun medialib glue code.
2012-02-07 Ronald S. Bultjeswscale: make yuv2yuv1 use named registers.
2012-02-07 Ronald S. Bultjeswscale: fix V plane memory location in bilinear/unscal...
2012-02-07 Diego Biurrunswscale: K&R formatting cosmetics for SPARC code
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-02 Ronald S. Bultjewin64: add a XMM clobber test configure option.
2012-02-02 Diego Biurrunswscale: K&R formatting cosmetics for Blackfin code
2012-02-02 Ronald S. Bultjeswscale: implement MMX, SSE2 and AVX functions for...
2012-02-01 Ronald S. Bultjeswscale: enable dithering in MMX functions.
2012-02-01 Ronald S. Bultjeswscale: make rgb24 function macros slightly smaller.
2012-02-01 Ronald S. Bultjeswscale: remove obsolete comment.
2012-02-01 Diego Biurrunswscale-test: Drop unused argc and argv arguments from...
2012-01-30 Paul B Maholswscale: more generic check for planar destination...
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-27 Ronald S. Bultjeswscale: convert rgb/bgr24ToY/UV_mmx functions from...
2012-01-27 Ronald S. Bultjeconfig.asm: change %ifdef directives to %if directives.
2012-01-27 Alex ConverseRevert "sws/pixfmt/pixdesc: add support for yuva444p"
2012-01-27 Paul B Maholsws/pixfmt/pixdesc: add support for yuva444p
2012-01-25 Diego Biurruncosmetics: Remove some unnecessary block braces.
2012-01-14 Diego Biurruncosmetics: Move static and inline attributes to more...
2012-01-14 Ronald S. Bultjeswscale: change yuv2yuvX code to use cpuflag().
2012-01-13 Paul B Maholrgb2rgb: rgb12to15()
2012-01-13 Ronald S. Bultjeswscale-test: fix stack overread.
2012-01-13 Ronald S. Bultjeswscale: fix invalid conversions and memory problems.
2012-01-11 Paul B Maholrgb2rgb: rgb12tobgr12()
2012-01-10 Ronald S. Bultjeswscale: fix crash in fast_bilinear code when compiled...
2012-01-10 Oka Motofumiswscale: specify register type.
2012-01-10 Paul B Maholrgb2rgb: allow conversion for <15 bpp
2012-01-09 Paul B Maholswscale: RGB4444 and BGR444 input
2012-01-09 Ronald S. Bultjeswscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline...
2012-01-08 Diego Biurrunswscale: K&R formatting cosmetics for code examples
2012-01-08 Diego Biurrunswscale: K&R reformatting cosmetics for header files
2012-01-05 Ronald S. Bultjeswscale: remove unused U/V arguments from yuv2rgb_write().
2012-01-04 Diego Biurrunswscale: Use standard multiple inclusion guards in...
2012-01-04 Ronald S. Bultjeswscale: remove obsolete comment.
2012-01-04 Ronald S. Bultjeswscale: split scale.asm.
2012-01-04 Ronald S. Bultjeswscale: don't show full-chroma-int warning for non...
2012-01-04 Ronald S. Bultjeswscale: add MMX files to MMX-OBJS instead of OBJS.
2012-01-02 Diego BiurrunDrop some pointless void* return value casts from av_ma...
2011-12-26 Janne Grunauswscale: prevent invalid writes in packed_16bpc_bswap
2011-12-22 Anton Khirnovsws: readd PAL8 to isPacked()
2011-12-18 Nathan Adil Maxsonswscale: fix formatting and indentation of unscaled...
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 Janne Grunauswscale: add endian conversion for RGB555 and RGB444...
2011-12-17 Ronald S. Bultjeswscale: fix overflows in output of RGB48 pixels.
2011-12-17 Janne Grunauswscale: add rgb565 endianess conversion
next