2001-11-11 |
Michael Niedermayer | uyvytoyv12 in MMX (untested) |
commit | commitdiff | tree | snapshot |
2001-11-11 |
Nick Kurshev | Let loops will be aligned |
commit | commitdiff | tree | snapshot |
2001-11-11 |
Michael Niedermayer | QP_store==null bugfix and no opendivx bugfix |
commit | commitdiff | tree | snapshot |
2001-11-11 |
Michael Niedermayer | yuy2toyv12 bugfix |
commit | commitdiff | tree | snapshot |
2001-11-10 |
Arpi | uyvy->uv12 added |
commit | commitdiff | tree | snapshot |
2001-11-10 |
Michael Niedermayer | .balign or we´ll align by 64kb on some architectures |
commit | commitdiff | tree | snapshot |
2001-11-10 |
Michael Niedermayer | .align 16 |
commit | commitdiff | tree | snapshot |
2001-11-10 |
Nick Kurshev | fixed gcc-3.0.x compilation (by Michael Niedermayer) |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Pierre Lombard | added missing #include <malloc.h> |
commit | commitdiff | tree | snapshot |
2001-11-07 |
Michael Niedermayer | bugfix |
commit | commitdiff | tree | snapshot |
2001-11-07 |
Nick Kurshev | rgb32tobgr32 now is documented ;) |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Michael Niedermayer | rgb32tobgr32 / bgr32torgb32 |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Michael Niedermayer | gcc does optimize writes to non volatile variables... |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Michael Niedermayer | 15/16 bpp dithering |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Michael Niedermayer | better dithering |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Nick Kurshev | Minor speedup of rgb32to24. (performance is not successful) |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Jürgen Keil | Remove a few obsolete header includes (fixes a compile... |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Michael Niedermayer | minor changes (fixed some warnings, added attribute... |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Nick Kurshev | MMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuff |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Nick Kurshev | optimized rgb24to16 stuff |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Michael Niedermayer | mmx2 bgr24 stuff from swscale (slightly faster) |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Nick Kurshev | rgb24to32 now is faster |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Michael Niedermayer | vars are aligned by 8 now (even faster, yes they where... |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Michael Niedermayer | 16bpp is 10% faster |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Michael Niedermayer | 15 bpp support |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Michael Niedermayer | common code moved to a #define |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Nick Kurshev | Move yuv2rgb to postprocess |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Michael Niedermayer | faster bgr24 output |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Michael Niedermayer | only 6 registers used |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Michael Niedermayer | unsigned stuff |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Michael Niedermayer | yuy2toyv12 fixed and speedup |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Michael Niedermayer | fixed yv12toyuy2 |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Arpi | postprocessing array increased to handle HDTV resolutio... |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Nick Kurshev | Forgot |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Nick Kurshev | Fixed rgb32(24)to15 stuff |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Nick Kurshev | Fixed rgb32(24)to16 stuff, rgb32(24)to15 is still broken |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Nick Kurshev | Well - old algorithms and new stuff rgb24to16(15) |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Nick Kurshev | More standards compilance |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Michael Niedermayer | yuy2toyv12 in MMX |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Michael Niedermayer | yv12toyuy2 in MMX |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Michael Niedermayer | yv12 <-> yuy2 in C |
commit | commitdiff | tree | snapshot |
2001-11-04 |
Michael Niedermayer | faster 15to16 bit rgb (the mmx routine is limited by... |
commit | commitdiff | tree | snapshot |
2001-11-04 |
Michael Niedermayer | palette to bgr24 |
commit | commitdiff | tree | snapshot |
2001-11-04 |
Michael Niedermayer | bgr32to16, bgr32to15 (needed for palette stuff) |
commit | commitdiff | tree | snapshot |
2001-11-04 |
Michael Niedermayer | green line fix for dstw%8!=0 |
commit | commitdiff | tree | snapshot |
2001-11-04 |
Nick Kurshev | using const modifier |
commit | commitdiff | tree | snapshot |
2001-11-04 |
Michael Niedermayer | fixed warnings |
commit | commitdiff | tree | snapshot |
2001-11-04 |
Michael Niedermayer | faster bgr15/16 |
commit | commitdiff | tree | snapshot |
2001-11-03 |
Arpi | dct_unquantize_h263_mmx() by Michael Niedermayer <micha... |
commit | commitdiff | tree | snapshot |
2001-11-03 |
Juanjo | - Bug fix on inter MCBPC table for inter+q. |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Michael Niedermayer | right green line bugfix for width not %8==0 (untested... |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Zdenek Kabelac | * fixed decoding busy loop |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Zdenek Kabelac | * dependency for static linking |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Michael Niedermayer | deinterlace bugfix |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Michael Niedermayer | c speedup (x1, rk1 filters) |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Michael Niedermayer | c speedup |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Michael Niedermayer | 15/16bit in C speedup |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Michael Niedermayer | c optimizations |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Michael Niedermayer | c optimizations |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Michael Niedermayer | c optimizations (array is faster than pointer) (16bpp... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Michael Niedermayer | minor speedup |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Michael Niedermayer | interpolate chrominance for every second line in the... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Michael Niedermayer | bugfixes |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Nick Kurshev | cosmetic |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Michael Niedermayer | fixed a warning |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Nick Kurshev | No longer required |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Nick Kurshev | Finish mmx2, 3dnow optimiz. 15to16 should be tested... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Michael Niedermayer | cant compile on non x86 bugfix |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Michael Niedermayer | patch from Martin Decky <deckm1am@ss1000.ms.mff.cuni... |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Michael Niedermayer | tell the c compiler that the memory changed |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Michael Niedermayer | 3dnow prefetch & sfence |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Michael Niedermayer | yv12 to yv12 scaler |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Nick Kurshev | 32to24: MMX, MMX2, 3DNOW optimization |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Nick Kurshev | More elegant solution |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Nick Kurshev | preprocessor cleanup |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Nick Kurshev | sfence |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Nick Kurshev | More accurate prefetching |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Nick Kurshev | mmx, mmx2, 3dnow optimized 24to32 |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Nick Kurshev | mmx optimized 24to32 |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Nick Kurshev | forgot, sorry |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Nick Kurshev | Prev ver could work only on x86 |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Nick Kurshev | vo_vesa: more rgb2rgb support |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Nick Kurshev | vo_vesa: more rgb2rgb support |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Nick Kurshev | vo_vesa: rgb2rgb support |
commit | commitdiff | tree | snapshot |
2001-10-28 |
Michael Niedermayer | yuv2rgb bugfix |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Nick Kurshev | missing header |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Nick Kurshev | headers installation |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Nick Kurshev | Shared objects support |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Nick Kurshev | Shared objects support |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Michael Niedermayer | faster dering |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Michael Niedermayer | dering in c |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Pierre Lombard | a few warning fixes (missing #include's) |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Michael Niedermayer | 3dnow dering |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Michael Niedermayer | just a few "not implemented yet" removed |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Michael Niedermayer | dering in mmx2 |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Michael Niedermayer | downscale |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Michael Niedermayer | fixed difference with -vo md5 between doVertDefFilter... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Michael Niedermayer | much better horizontal filters (transpose & use the... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Nick Kurshev | Independed compilation of SUBDIRS |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Michael Niedermayer | more speed |
commit | commitdiff | tree | snapshot |
next |