summaryrefslogtreecommitdiffstats
path: root/postproc
Commit message (Expand)AuthorAgeFilesLines
* printf to mp_msgalbeu2002-05-023-55/+57
* x1 deblocking filter bugfixmichael2002-04-221-4/+5
* yuv422p -> yuy2 (untested)michael2002-04-133-8/+53
* rgb24->bgr24michael2002-04-133-0/+88
* fix typo found by Milan Cutka <cutka@szm.sk>michael2002-04-121-1/+1
* fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabimichael2002-04-081-4/+20
* overread in the mmx2 horizontal scaler fixedmichael2002-04-013-126/+198
* 10lmichael2002-03-251-0/+4
* byte interleaving for mgamichael2002-03-253-0/+102
* fixing bgr15&16 on big_endianmichael2002-03-211-7/+10
* add manglingatmos42002-03-033-25/+26
* use assert.hmichael2002-02-221-2/+8
* 101++michael2002-02-212-4/+5
* fixing bgr32 output on big-endian systemsmichael2002-02-212-0/+12
* unscaled yuv2rgb fix for big-endian systemsmichael2002-02-211-3/+8
* minor dststride bugfix for i420 outputmichael2002-02-141-6/+12
* unscaled memcpy variant bugfix (negative strides)michael2002-02-101-2/+2
* unscaled BGR24 -> YV12michael2002-02-101-0/+24
* rgb24toyv12 in MMX (untested)michael2002-02-102-2/+258
* bgr24toUV in MMXmichael2002-02-092-2/+156
* bgr24toY in MMXmichael2002-02-092-1/+80
* fastmemcpymichael2002-02-081-0/+1
* unscaled BGR15->BGR16michael2002-02-081-4/+37
* bgr15 input supportmichael2002-02-082-2/+76
* faster bgr16 inputmichael2002-02-081-2/+15
* bgr16 input supportmichael2002-02-082-2/+62
* unscaled convertersmichael2002-02-071-1/+81
* fixing green line at right side bug (reported by Nick Kurshev <nickols_k@mail...michael2002-02-071-1/+8
* rgb32 & rgb24 input supportmichael2002-02-062-17/+98
* 101 (yuv2rgb with mpeg1,...) ;)michael2002-02-061-6/+115
* swScale internally uses yuv2rgb now if possiblemichael2002-02-063-9/+51
* printing error messages if something is wrong instead of just return NULL;michael2002-02-041-3/+16
* filterPos bugfix (only nearest neighbor scaling was affected)michael2002-02-031-3/+4
* MMX(2) optimized YUY2 inputmichael2002-02-022-14/+72
* printing correct format infomichael2002-02-011-21/+11
* YUY2, BGR24, BGR32 input support (no mmx yet)michael2002-02-013-34/+240
* -sws 2 is default nowmichael2002-01-301-1/+1
* YV12 like formats support (I420/IYUV)michael2002-01-303-128/+183
* top row bugfixmichael2002-01-291-8/+31
* area averageing scaling support (-sws 5) (is identical to bilinear for upscale)michael2002-01-292-8/+18
* nearest neighbor / sdl emulation ;) scaling (-sws 4)michael2002-01-282-2/+26
* minor QP bugfixmichael2002-01-281-9/+9
* minor bugfix in the -v outputmichael2002-01-221-2/+6
* 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DIT...michael2002-01-213-45/+224
* copyright(swscaler) = GPLmichael2002-01-213-13/+52
* a few filters (should be removed/merged when arpis videofilter stuff is finis...michael2002-01-212-27/+95
* general convolution filtering of the source picturemichael2002-01-213-116/+408
* add manglingatmos42002-01-202-26/+27
* 101michael2002-01-201-3/+5
* removed global vars so that multiple swscalers can be usedmichael2002-01-203-737/+920
* Added reverting support for -pp and -npp optionsalbeu2002-01-191-6/+33
* fix mangling with runtime cpu detectionatmos42002-01-191-2/+2
* mangle for win32 in postprocatmos42002-01-194-180/+182
* dont print -npp parser debug info if only -vmichael2002-01-131-5/+20
* fixed -npp help ... i think i need more sleep ;)michael2002-01-041-7/+7
* -npp helpmichael2002-01-041-37/+43
* -npp fq:<quantizer>michael2002-01-032-6/+30
* only print last line warning if verbose is onmichael2001-12-301-1/+1
* minor brightness/contrast bugfix / moved some global vars into ppModemichael2001-12-283-21/+29
* customizeable deblocking (2 thresholds)michael2001-12-282-26/+59
* output shifted by a few pixels on extreem scalings bugfixmichael2001-12-271-3/+3
* 101michael2001-12-261-4/+5
* new -pp options stuff (-npp ...)michael2001-12-262-18/+48
* looks betterjaf2001-12-251-4/+4
* minor bugfixes (noone noticed them)michael2001-12-212-5/+7
* rgb24toyv12 bugfixmichael2001-12-202-6/+9
* print more info if -vmichael2001-12-062-233/+364
* dithering info wasnt displayedmichael2001-12-061-4/+4
* vertical cubic/linear scalingmichael2001-12-063-327/+994
* typomichael2001-12-031-1/+1
* horizontal up/downscale linear & cubicmichael2001-12-023-28/+372
* sliced scaleing bugfixmichael2001-11-291-18/+20
* swscaler cleanupmichael2001-11-293-129/+125
* faster brightness correcture in MMX2michael2001-11-281-3/+34
* compiletime pp-mode support (luminance = chrominance filters though) 1-2% fas...michael2001-11-272-1/+10
* runtime cpu detection optional (compiles faster)michael2001-11-271-1/+44
* runtime cpu detect optional (compiles faster)michael2001-11-271-6/+45
* runtime cpu detectionmichael2001-11-263-74/+118
* oopsmichael2001-11-262-1/+28
* runtime cpu detectionmichael2001-11-262-857/+320
* runtime cpu detectionmichael2001-11-262-1824/+87
* runtime cpu detectionmichael2001-11-242-3865/+174
* use fastmemcpy for chrominance if no chrominance filtering is donemichael2001-11-242-18/+76
* faster deringmichael2001-11-242-114/+238
* 1% speedupmichael2001-11-202-92/+74
* oops, too much cleanup ;)michael2001-11-202-0/+280
* cleanupmichael2001-11-202-1502/+96
* faster mmx2 / 3dnow deblocking filtermichael2001-11-192-16/+666
* Move ignores in subdirs to their respective .cvsignore files.atmos42001-11-171-0/+1
* postproc/ dir now respects --with-extraincdirgabucino2001-11-161-1/+1
* temp denoiser:michael2001-11-142-12/+76
* temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW versionmichael2001-11-142-10/+588
* temporal noise reducer in C (-pp 0x100000)michael2001-11-133-104/+429
* uyvytoyv12 in MMX (untested)michael2001-11-112-6/+184
* QP_store==null bugfix and no opendivx bugfixmichael2001-11-112-0/+30
* yuy2toyv12 bugfixmichael2001-11-112-2/+8
* uyvy->uv12 addedarpi2001-11-102-0/+76
* .balign or we´ll align by 64kb on some architecturesmichael2001-11-104-20/+20
* .align 16michael2001-11-104-0/+20
* added missing #include <malloc.h>pl2001-11-092-2/+2
* bugfixmichael2001-11-072-0/+6
* rgb32tobgr32 now is documented ;)nick2001-11-071-0/+1
* rgb32tobgr32 / bgr32torgb32michael2001-11-062-0/+108
* gcc does optimize writes to non volatile variables away if it didnt know that...michael2001-11-064-12/+12
* 15/16 bpp ditheringmichael2001-11-061-1/+40
* better ditheringmichael2001-11-062-84/+86
* Minor speedup of rgb32to24. (performance is not successful)nick2001-11-062-26/+82
* Remove a few obsolete header includes (fixes a compile error on solaris)jkeil2001-11-061-7/+0
* minor changes (fixed some warnings, added attribute aligned(8) stuff)michael2001-11-062-78/+92
* MMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuffnick2001-11-062-12/+362
* optimized rgb24to16 stuffnick2001-11-062-50/+86
* mmx2 bgr24 stuff from swscale (slightly faster)michael2001-11-061-2/+53
* rgb24to32 now is fasternick2001-11-062-16/+112
* vars are aligned by 8 now (even faster, yes they where not aligned correctly)michael2001-11-061-10/+10
* 16bpp is 10% fastermichael2001-11-061-22/+11
* 15 bpp supportmichael2001-11-061-0/+88
* common code moved to a #definemichael2001-11-061-187/+227
* Move yuv2rgb to postprocessnick2001-11-067-3/+936
* faster bgr24 outputmichael2001-11-062-6/+228
* only 6 registers usedmichael2001-11-052-14/+20
* unsigned stuffmichael2001-11-053-10/+26
* yuy2toyv12 fixed and speedupmichael2001-11-053-125/+220
* fixed yv12toyuy2michael2001-11-053-88/+118
* Forgotnick2001-11-051-4/+4
* Fixed rgb32(24)to15 stuffnick2001-11-052-4/+4
* Fixed rgb32(24)to16 stuff, rgb32(24)to15 is still brokennick2001-11-052-24/+32
* Well - old algorithms and new stuff rgb24to16(15)nick2001-11-053-53/+106
* More standards compilancenick2001-11-053-36/+36
* yuy2toyv12 in MMXmichael2001-11-052-0/+110
* yv12toyuy2 in MMXmichael2001-11-053-50/+132
* yv12 <-> yuy2 in Cmichael2001-11-053-0/+58
* faster 15to16 bit rgb (the mmx routine is limited by memory speed so there is...michael2001-11-042-20/+42
* palette to bgr24michael2001-11-043-3/+45
* bgr32to16, bgr32to15 (needed for palette stuff)michael2001-11-043-3/+124
* green line fix for dstw%8!=0michael2001-11-042-8/+22
* using const modifiernick2001-11-043-21/+21
* fixed warningsmichael2001-11-042-54/+96
* faster bgr15/16michael2001-11-042-100/+56
* right green line bugfix for width not %8==0 (untested -vo vesa doesnt work)michael2001-11-022-2/+24
* deinterlace bugfixmichael2001-10-312-40/+224
* c speedup (x1, rk1 filters)michael2001-10-312-30/+30
* c speedupmichael2001-10-312-34/+38
* 15/16bit in C speedupmichael2001-10-312-60/+100
* c optimizationsmichael2001-10-302-48/+150
* c optimizationsmichael2001-10-302-34/+136
* c optimizations (array is faster than pointer) (16bpp variants tested and 2% ...michael2001-10-302-36/+18
* minor speedupmichael2001-10-302-24/+54
* interpolate chrominance for every second line in the 1:1 vertical scale functionmichael2001-10-302-82/+306
* bugfixesmichael2001-10-302-14/+18
* cosmeticnick2001-10-302-2/+2
* fixed a warningmichael2001-10-292-0/+2
* No longer requirednick2001-10-291-1/+0
* Finish mmx2, 3dnow optimiz. 15to16 should be tested. Better fix of can't compilenick2001-10-292-90/+108
* cant compile on non x86 bugfixmichael2001-10-292-0/+4
* patch from Martin Decky <deckm1am@ss1000.ms.mff.cuni.cz> applied and unnecass...michael2001-10-292-4/+10
* tell the c compiler that the memory changedmichael2001-10-282-0/+16
* 3dnow prefetch & sfencemichael2001-10-282-52/+22
* yv12 to yv12 scalermichael2001-10-283-46/+85
* 32to24: MMX, MMX2, 3DNOW optimizationnick2001-10-282-2/+84
* More elegant solutionnick2001-10-282-74/+10
* preprocessor cleanupnick2001-10-282-2/+2
* sfencenick2001-10-282-0/+14
* More accurate prefetchingnick2001-10-282-12/+6
* mmx, mmx2, 3dnow optimized 24to32nick2001-10-282-4/+72
* mmx optimized 24to32nick2001-10-282-4/+56
* forgot, sorrynick2001-10-281-0/+1
* Prev ver could work only on x86nick2001-10-282-10/+10
* vo_vesa: more rgb2rgb supportnick2001-10-283-1/+108
* vo_vesa: more rgb2rgb supportnick2001-10-283-1/+36
* vo_vesa: rgb2rgb supportnick2001-10-284-1/+49
* yuv2rgb bugfixmichael2001-10-282-62/+62
* faster deringmichael2001-10-262-18/+26
* dering in cmichael2001-10-262-22/+170
* a few warning fixes (missing #include's)pl2001-10-254-0/+8
* 3dnow deringmichael2001-10-252-20/+64
* just a few "not implemented yet" removedmichael2001-10-251-3/+3
* dering in mmx2michael2001-10-252-62/+302
* downscalemichael2001-10-252-558/+652
* fixed difference with -vo md5 between doVertDefFilter() C and MMX / MMX2 vers...michael2001-10-252-74/+168
* much better horizontal filters (transpose & use the vertical ones) :)michael2001-10-242-162/+452
* Independed compilation of SUBDIRSnick2001-10-241-0/+40
* more speedmichael2001-10-242-20/+112
* more speedmichael2001-10-232-126/+118
*