]> git.sesse.net Git - ffmpeg/history - postproc
porting optimizations from 4x4 dct to 8x8
[ffmpeg] / postproc /
2002-10-29 Michael Niedermayercosmetics ;)
2002-10-29 Michael Niedermayerbetter deblocking filter
2002-10-29 Michael Niedermayer-fomit-frame-pointer is needed for the PIC code
2002-10-29 Michael Niedermayerusing fewer registers (fixes compilation bug hopefully)
2002-10-29 Colin Leroyfix compilation on non-x86 with gcc 2.95
2002-10-28 Michael Niedermayerpostprocessing cleanup:
2002-10-23 Colin Leroyfixing RGB32->RGB16 on big endian patch by (Colin Leroy...
2002-10-17 Michael Niedermayeravoid multiple init
2002-10-13 Michael Niedermayerfixing yuy2 upscaling (use -sws 0 for the faster but...
2002-10-13 Michael Niedermayermmx yuy2 output
2002-10-13 Michael Niedermayeryuy2 output support
2002-09-22 Arpitons of warning fixes, also some 10l bugfixes, includin...
2002-09-16 Arpiuse detected WORDSIZE instead of warning, when inttypes...
2002-09-09 Michael Niedermayerfixing y422p output
2002-09-09 Alex Beregszaszifixed palette8to{rgb24,bgr24,rgb32,bgr32}
2002-09-01 Arpiwarning fixes by Dominik Mierzejewski <dominik@rangers...
2002-08-30 Alex Beregszasziadded missing palette8tobgr pairs (hope it's correct)
2002-08-22 Joey Parrishremoved -W -Wall -g and other gcc-specific warning...
2002-08-13 Eric Sesterhennremove unused varibles patch by (Eric Sesterhenn <Snake...
2002-08-08 Michael Niedermayer1000l
2002-08-01 Michael Niedermayerplanar yuv 444 422 411 support
2002-07-09 Michael Niedermayerfixing sinc filter (seems the problem was caused by...
2002-07-04 Michael Niedermayermore scaling algos
2002-06-30 Michael Niedermayerusing the new rgb2rgb converters (the LQ ones are only...
2002-06-30 Michael Niedermayerlast line messed up in Y800 bugfix
2002-06-30 Michael Niedermayerfixing rgb24tobgr32
2002-06-29 Michael Niedermayerfixing memory overwrite bugs in the new converters
2002-06-29 Michael Niedermayertest new converter stuff too
2002-06-29 Michael Niedermayermerging changes from mplayerxp (rgb2rgb*.{c,h} only)
2002-06-29 Michael Niedermayerfixing memory overwrite bugs again ...
2002-06-29 Michael Niedermayercolorspace converter tests (memory corruption tests...
2002-06-27 Michael Niedermayeryvu9 -> yv12 unscaled converter with linear chroma...
2002-06-27 Michael Niedermayer-sws 6 (luma bicubic & chroma bilinear)
2002-06-27 Michael Niedermayeruse unified yuv2rgb init
2002-06-27 Michael Niedermayerfixing scaling/contrast for 1/4/8 bpp
2002-06-24 Michael Niedermayerkilling globals
2002-06-24 Michael Niedermayer10l
2002-06-24 Michael Niedermayer100l (non mmx versions didnt compile)
2002-06-23 ArpiIF09 is alias for YVU9 (actually it has extra 4th plane...
2002-06-23 Michael Niedermayeryvu9 support (other planar yuv formats with other chrom...
2002-06-23 Michael Niedermayercleanup
2002-06-23 Michael Niedermayerselftest support
2002-06-22 Michael Niedermayercleanup & grayscale support
2002-06-22 Arpisync with mplayer xp
2002-06-21 Alex Beregszaszipre-yvu9toyv12 converter, only grayscale Y-plane coping :)
2002-06-17 Michael Niedermayer10l
2002-06-17 Michael Niedermayer1bpp support
2002-06-17 Michael Niedermayer8bpp bugfixes (brightness, contrast ...)
2002-06-16 Michael Niedermayerordered dither for 8bpp
2002-06-16 Michael Niedermayer8bpp support (no dithering yet, use -vop noise for...
2002-05-23 Alex Beregszasziapplied 64bit patch from Ulrich Hecht <uli at suse...
2002-05-20 Artur Grabowski64bit incompatibility bug, patch by Artur Grabowski...
2002-05-20 Arpibig cosmetics patch, cleanup of messages printed by...
2002-05-15 Michael Niedermayerfixing end overwrite bugs (some at least)
2002-05-12 Björn Sandellvarious openbsd and general warning fixes - patch by...
2002-05-05 Michael Niedermayer3dnow temporal denoiser bugfix by Rémi Guyomarch <rguyo...
2002-05-03 Arpi10l - MMX rgb2bgr 32bpp expects num_of_bytes instead...
2002-05-02 Alban Bedelprintf to mp_msg
2002-04-22 Michael Niedermayerx1 deblocking filter bugfix
2002-04-13 Michael Niedermayeryuv422p -> yuy2 (untested)
2002-04-13 Michael Niedermayerrgb24->bgr24
2002-04-12 Michael Niedermayerfix typo found by Milan Cutka <cutka@szm.sk>
2002-04-08 Michael Niedermayerfixing black stripe at right if width%8!=0 && stride...
2002-04-01 Michael Niedermayeroverread in the mmx2 horizontal scaler fixed
2002-03-25 Michael Niedermayer10l
2002-03-25 Michael Niedermayerbyte interleaving for mga
2002-03-21 Michael Niedermayerfixing bgr15&16 on big_endian
2002-03-03 Felix Bünemannadd mangling
2002-02-22 Michael Niedermayeruse assert.h
2002-02-21 Michael Niedermayer101++
2002-02-21 Michael Niedermayerfixing bgr32 output on big-endian systems
2002-02-21 Michael Niedermayerunscaled yuv2rgb fix for big-endian systems
2002-02-14 Michael Niedermayerminor dststride bugfix for i420 output
2002-02-10 Michael Niedermayerunscaled memcpy variant bugfix (negative strides)
2002-02-10 Michael Niedermayerunscaled BGR24 -> YV12
2002-02-10 Michael Niedermayerrgb24toyv12 in MMX (untested)
2002-02-09 Michael Niedermayerbgr24toUV in MMX
2002-02-09 Michael Niedermayerbgr24toY in MMX
2002-02-08 Michael Niedermayerfastmemcpy
2002-02-08 Michael Niedermayerunscaled BGR15->BGR16
2002-02-08 Michael Niedermayerbgr15 input support
2002-02-08 Michael Niedermayerfaster bgr16 input
2002-02-08 Michael Niedermayerbgr16 input support
2002-02-07 Michael Niedermayerunscaled converters
2002-02-07 Michael Niedermayerfixing green line at right side bug (reported by Nick...
2002-02-06 Michael Niedermayerrgb32 & rgb24 input support
2002-02-06 Michael Niedermayer101 (yuv2rgb with mpeg1,...) ;)
2002-02-06 Michael NiedermayerswScale internally uses yuv2rgb now if possible
2002-02-04 Michael Niedermayerprinting error messages if something is wrong instead...
2002-02-03 Michael NiedermayerfilterPos bugfix (only nearest neighbor scaling was...
2002-02-02 Michael NiedermayerMMX(2) optimized YUY2 input
2002-02-01 Michael Niedermayerprinting correct format info
2002-02-01 Michael NiedermayerYUY2, BGR24, BGR32 input support (no mmx yet)
2002-01-30 Michael Niedermayer-sws 2 is default now
2002-01-30 Michael NiedermayerYV12 like formats support (I420/IYUV)
2002-01-29 Michael Niedermayertop row bugfix
2002-01-29 Michael Niedermayerarea averageing scaling support (-sws 5) (is identical...
2002-01-28 Michael Niedermayernearest neighbor / sdl emulation ;) scaling (-sws 4)
2002-01-28 Michael Niedermayerminor QP bugfix
2002-01-22 Michael Niedermayerminor bugfix in the -v output
next