]> git.sesse.net Git - ffmpeg/history - libswscale
FATE: enable the 2 remaining targa conformance suite tests
[ffmpeg] / libswscale /
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
2011-12-17 Ronald S. Bultjeswscale: fix overflows in RGB rounding constants.
2011-12-16 Janne Grunauswscale: add unscaled packed 16 bit per component endia...
2011-12-14 Diego Biurrunswscale_mmx: drop no longer required parameters from...
2011-12-14 Diego Biurrunswscale: Mark yuv2planeX_8_mmx as MMX2; it contains...
2011-12-13 Mans Rullgardbuild: move inclusion of subdir.mak to main subdir...
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-12-11 Mans RullgardRemove extraneous semicolons
2011-12-01 Reinhard Tartlerswscale: #include "libavutil/mathematics.h"
2011-11-26 Mans Rullgardswscale: fix signed overflow in yuv2mono_X_c_template
2011-11-25 Martin Storsjöswscale: Readd #define _SVID_SOURCE
2011-11-24 Ronald S. Bultjeswscale: fix failing fate tests.
2011-11-24 Ronald S. Bultjeswscale: add support for planar RGB input.
2011-11-24 Ronald S. BultjeClean up swscale pixfmt macros using av_pix_fmt_descrip...
2011-11-19 John Stebbinsswscale: Fix stack alignment for SSE
2011-11-13 Ronald S. Bultjeswscale: handle unaligned buffers in yuv2plane1
2011-11-11 Sean McGovernswscale: add padding to conversion buffer.
2011-11-06 Ronald S. Bultjeswscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.
2011-11-05 Ronald S. Bultjeswscale: align vertical filtersize by 2 on x86.
2011-10-23 Ronald S. Bultjeswscale: add missing colons to x86 assembly yuv2planeX.
2011-10-22 Ronald S. Bultjeswscale: update altivec yuv2planeX asm to new per-plane...
2011-10-22 Ronald S. Bultjeswscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.
2011-10-22 Kieran Kunhyayuv2planeX10 SIMD
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 Mans Rullgardswscale: fix signed shift overflows in ff_yuv2rgb_c_ini...
2011-10-21 Ronald S. Bultjesws/pixfmt/pixdesc: add support for yuv420p9le/be.
2011-10-21 Ronald S. Bultjeswscale: prevent overflow in coefficient calculation.
2011-10-18 Ronald Bultjeswscale: prevent overflow during initialization
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-10-12 Anton Khirnovsws: support yuv444p9/10 output.
2011-10-11 Ronald S. Bultjeswscale: use aligned move for storage into temporary...
2011-09-25 Mans Rullgardppc: fix some pointer to integer casts
2011-09-23 Kieran KunhyaFix unnecessary shift with 9/10bit vertical scaling
2011-09-15 Ronald S. Bultjeswscale: fix byte overreads in SSE-optimized hscale().
2011-09-13 Ronald S. Bultjesws: implement MMX/SSE2/SSSE3/SSE4 versions for horizon...
2011-09-03 Anton Khirnovlavf,lavc,sws: add {avcodec,avformat,sws}_get_class...
2011-08-18 Ronald S. Bultjeswscale: split hScale() function pointer into h[cy...
2011-08-12 Luca Barbatoswscale: add dithering to yuv2yuvX_altivec_real
2011-08-12 Ronald S. Bultjeswscale: use 15-bit intermediates for 9/10-bit scaling.
2011-08-04 Stefano Sabatinilsws: remove optimization debug logs in sws_init_context()
2011-08-04 Stefano Sabatinilsws: use array for storing the supported in/out inform...
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-30 Kostya ShishkovDo not convert RGB buffer at once when stride does...
2011-07-21 Joseph Artsimovichswscale: mark YUV422P10(LE,BE) as supported for output
2011-07-14 Ronald S. Bultjeswscale: extend mmx padding.
2011-07-14 Ronald S. Bultjeswscale: clip unscaled colorspace conversion path.
2011-07-14 Diego Biurrundoxygen: Make sure parameter names match between .c...
2011-07-10 Anton Mitrofanovswscale: fix crash with dithering due incorrect offset...
2011-07-08 Ronald S. Bultjeswscale: rename uv_off/uv_off2 to uv_off_px/byte.
2011-07-08 Ronald S. Bultjeswscale: implement error dithering in planarCopyWrapper.
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-08 Ronald S. Bultjeswscale: fix 16-bit scaling when output is 8-bits.
2011-07-06 Ronald S. Bultjeswscale: amend documentation to mention use of native...
2011-07-04 Diego BiurrunRemove unused static tables and static inline functions.
2011-07-03 Mans RullgardDo not include log.h in avutil.h
2011-07-03 Mans RullgardDo not include pixfmt.h in avutil.h
2011-07-03 Diego Biurrundoxygen: Remove spurious documentation for non-existing...
2011-07-02 Ronald S. Bultjeswscale: disable full_chroma_int when converting to...
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: Add Doxygen for hyscale_fast/hScale.
2011-06-28 Mans RullgardPPC: swscale: disable altivec functions for unsupported...
2011-06-28 Ronald S. Bultjeswscale: Add Doxygen for yuv2planar*/yuv2packed* functions.
2011-06-28 Mans Rullgardbuild: include sub-makefiles using full path instead...
next