summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* missing headerNick Kurshev2001-10-27
| | | | Originally committed as revision 197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* headers installationNick Kurshev2001-10-27
| | | | Originally committed as revision 196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Shared objects supportNick Kurshev2001-10-27
| | | | Originally committed as revision 195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Shared objects supportNick Kurshev2001-10-27
| | | | Originally committed as revision 194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster deringMichael Niedermayer2001-10-26
| | | | Originally committed as revision 2479 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* dering in cMichael Niedermayer2001-10-26
| | | | | | dering bugfix Originally committed as revision 2478 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* a few warning fixes (missing #include's)Pierre Lombard2001-10-25
| | | | Originally committed as revision 2477 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 3dnow deringMichael Niedermayer2001-10-25
| | | | Originally committed as revision 2476 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* just a few "not implemented yet" removedMichael Niedermayer2001-10-25
| | | | Originally committed as revision 2475 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* dering in mmx2Michael Niedermayer2001-10-25
| | | | Originally committed as revision 2474 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* downscaleMichael Niedermayer2001-10-25
| | | | | | fixed some warnings Originally committed as revision 2470 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed difference with -vo md5 between doVertDefFilter() C and MMX / MMX2 ↵Michael Niedermayer2001-10-25
| | | | | | | | | versions fixed some warnings fixed the cant compile on non x86 systems (i didnt apply the patch from Oliver Schoenbrunner <oliver.schoenbrunner@jku.at> because it used ARCH_X86 instead of HAVE_MMX) Originally committed as revision 2462 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* much better horizontal filters (transpose & use the vertical ones) :)Michael Niedermayer2001-10-24
| | | | | | | bugfix bugs? Originally committed as revision 2455 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Independed compilation of SUBDIRSNick Kurshev2001-10-24
| | | | Originally committed as revision 2445 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* more speedMichael Niedermayer2001-10-24
| | | | Originally committed as revision 2438 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* * and finaly avoid deadlock at the end of audio streamZdenek Kabelac2001-10-23
| | | | Originally committed as revision 183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixes to avoid crash when broken mp3 header is foundZdenek Kabelac2001-10-23
| | | | Originally committed as revision 182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * made by Juergen - should be useful for SolarisZdenek Kabelac2001-10-23
| | | | Originally committed as revision 181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * simple fix to avoid memcpy with len < 0Zdenek Kabelac2001-10-23
| | | | Originally committed as revision 180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * prevent crash in decoderZdenek Kabelac2001-10-23
| | | | Originally committed as revision 179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more speedMichael Niedermayer2001-10-23
| | | | Originally committed as revision 2429 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* and another +2% speedupMichael Niedermayer2001-10-23
| | | | Originally committed as revision 2417 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* optimizations (+2% speedup)Michael Niedermayer2001-10-23
| | | | Originally committed as revision 2414 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* brightness / contrast fix/copy optimizations +2% speedupMichael Niedermayer2001-10-23
| | | | Originally committed as revision 2402 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* negative black bugfixMichael Niedermayer2001-10-23
| | | | Originally committed as revision 2395 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* auto brightness/ contrast bugfixMichael Niedermayer2001-10-22
| | | | | | getPPModeByNameAndQuality Originally committed as revision 2390 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* BGR24 bugfixMichael Niedermayer2001-10-21
| | | | | | BGR15 & BGR24 tested Originally committed as revision 2327 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed alignment (static variables where sometimes not 8-byte aligned)Michael Niedermayer2001-10-20
| | | | | | | | | added half uv interpolation support added prefetch BGR15 support in MMX (untested) (so BGR15,16,24,32 are supported) special unscaled height version (not much faster but it doesnt interpolate uv vertically) Originally committed as revision 2317 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* more logic behavior if the altenative deblock filters are used (turning a ↵Michael Niedermayer2001-10-19
| | | | | | alt filter on without turning the deblock filter on uses the alt filter instead of using no filter now) Originally committed as revision 2301 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* first line bug fixed (happend if the image was scaled down or 1:1)Michael Niedermayer2001-10-19
| | | | Originally committed as revision 2298 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* PP_FUNNY_STRIDE disabledArpi2001-10-19
| | | | Originally committed as revision 2293 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* added compiletime option to turn width%8==0 onMichael Niedermayer2001-10-19
| | | | Originally committed as revision 2287 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed a bug in the tmp bufferMichael Niedermayer2001-10-19
| | | | | | | fixed the color range for yuv fixed the width %8!=0 bug (another 1% speed loss) Originally committed as revision 2286 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* horizontal scaling bugs fixed, should be mostly bugfree nowMichael Niedermayer2001-10-19
| | | | Originally committed as revision 2280 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* xinc scaled by 16 instead of 8Arpi2001-10-19
| | | | Originally committed as revision 2275 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* horizontal lines bugfixMichael Niedermayer2001-10-19
| | | | Originally committed as revision 2272 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* vertical lines bugfixMichael Niedermayer2001-10-19
| | | | Originally committed as revision 2271 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* (C) fixedArpi2001-10-19
| | | | Originally committed as revision 2270 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed a bug which caused horizontal linesMichael Niedermayer2001-10-19
| | | | Originally committed as revision 2268 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* increased precission of s_xinc s_xinc2 (needed for the mmx2 bugfix)Michael Niedermayer2001-10-18
| | | | | | | | | | | | | moved mmx variables to top to avoid alignment issues mmx2 code should work fine now if and only if the input width is %16=0 and the output width is %32=0 reordered some code (5% faster with a simply -benchmark) first line bug fixed (i hope i didnt introduce any new bugs with that ...) changed a lot of the vertical scale setup code, i hope i fixed something and didnt mess it up :) a few known bugs left (rightmost line is wrong) MMX2 code will only be used for upscaling & acceptable width´s 16bit dithering can be disabled Originally committed as revision 2265 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed the height%8!=0 bugMichael Niedermayer2001-10-17
| | | | | | | | simplified a few things removed last row variants of the deinterlace filters, they are not needed anymore added cubic interpolating deinterlacer Originally committed as revision 2247 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Restore the main Makefile to have debug flags.Juanjo2001-10-17
| | | | Originally committed as revision 167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added Juergen Keil fix on quant_tab[4] type.Juanjo2001-10-17
| | | | Originally committed as revision 166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 24bpp support (untested)Michael Niedermayer2001-10-17
| | | | Originally committed as revision 2238 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* added (f)emmsArpi2001-10-17
| | | | Originally committed as revision 2237 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bpp changed from bytespp to bitsppArpi2001-10-17
| | | | Originally committed as revision 2236 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed out of regs "bug"Michael Niedermayer2001-10-17
| | | | Originally committed as revision 2234 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* MMX & MMX2 optimizations (MMX2 is buggy and commented out)Michael Niedermayer2001-10-17
| | | | | | | | 32, 24, 16, 15 bit support in C (only 32 & 16 tested) 32, 16 bit support in mmx (16 with dithering) ranges of some variables changed so mmx likes them more Originally committed as revision 2233 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* quick fix for movies with a height which is not a multiple of 8Michael Niedermayer2001-10-17
| | | | Originally committed as revision 2232 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fix rgb/bgr for 15/16bppFelix Bünemann2001-10-17
| | | | Originally committed as revision 2231 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc