platform/upstream/libav.git
2001-11-06 Michael Niedermayerminor changes (fixed some warnings, added attribute...
2001-11-06 Nick KurshevMMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuff
2001-11-06 Nick Kurshevoptimized rgb24to16 stuff
2001-11-06 Michael Niedermayermmx2 bgr24 stuff from swscale (slightly faster)
2001-11-06 Nick Kurshevrgb24to32 now is faster
2001-11-06 Michael Niedermayervars are aligned by 8 now (even faster, yes they where...
2001-11-06 Michael Niedermayer16bpp is 10% faster
2001-11-06 Michael Niedermayer15 bpp support
2001-11-06 Michael Niedermayercommon code moved to a #define
2001-11-06 Nick KurshevMove yuv2rgb to postprocess
2001-11-06 Michael Niedermayerfaster bgr24 output
2001-11-05 Michael Niedermayeronly 6 registers used
2001-11-05 Michael Niedermayerunsigned stuff
2001-11-05 Michael Niedermayeryuy2toyv12 fixed and speedup
2001-11-05 Michael Niedermayerfixed yv12toyuy2
2001-11-05 Arpipostprocessing array increased to handle HDTV resolutio...
2001-11-05 Nick KurshevForgot
2001-11-05 Nick KurshevFixed rgb32(24)to15 stuff
2001-11-05 Nick KurshevFixed rgb32(24)to16 stuff, rgb32(24)to15 is still broken
2001-11-05 Nick KurshevWell - old algorithms and new stuff rgb24to16(15)
2001-11-05 Nick KurshevMore standards compilance
2001-11-05 Michael Niedermayeryuy2toyv12 in MMX
2001-11-05 Michael Niedermayeryv12toyuy2 in MMX
2001-11-05 Michael Niedermayeryv12 <-> yuy2 in C
2001-11-04 Michael Niedermayerfaster 15to16 bit rgb (the mmx routine is limited by...
2001-11-04 Michael Niedermayerpalette to bgr24
2001-11-04 Michael Niedermayerbgr32to16, bgr32to15 (needed for palette stuff)
2001-11-04 Michael Niedermayergreen line fix for dstw%8!=0
2001-11-04 Nick Kurshevusing const modifier
2001-11-04 Michael Niedermayerfixed warnings
2001-11-04 Michael Niedermayerfaster bgr15/16
2001-11-03 Arpidct_unquantize_h263_mmx() by Michael Niedermayer <micha...
2001-11-03 Juanjo- Bug fix on inter MCBPC table for inter+q.
2001-11-02 Michael Niedermayerright green line bugfix for width not %8==0 (untested...
2001-10-31 Zdenek Kabelac* fixed decoding busy loop
2001-10-31 Zdenek Kabelac* dependency for static linking
2001-10-31 Michael Niedermayerdeinterlace bugfix
2001-10-31 Michael Niedermayerc speedup (x1, rk1 filters)
2001-10-31 Michael Niedermayerc speedup
2001-10-31 Michael Niedermayer15/16bit in C speedup
2001-10-30 Michael Niedermayerc optimizations
2001-10-30 Michael Niedermayerc optimizations
2001-10-30 Michael Niedermayerc optimizations (array is faster than pointer) (16bpp...
2001-10-30 Michael Niedermayerminor speedup
2001-10-30 Michael Niedermayerinterpolate chrominance for every second line in the...
2001-10-30 Michael Niedermayerbugfixes
2001-10-30 Nick Kurshevcosmetic
2001-10-29 Michael Niedermayerfixed a warning
2001-10-29 Nick KurshevNo longer required
2001-10-29 Nick KurshevFinish mmx2, 3dnow optimiz. 15to16 should be tested...
2001-10-29 Michael Niedermayercant compile on non x86 bugfix
2001-10-29 Michael Niedermayerpatch from Martin Decky <deckm1am@ss1000.ms.mff.cuni...
2001-10-28 Michael Niedermayertell the c compiler that the memory changed
2001-10-28 Michael Niedermayer3dnow prefetch & sfence
2001-10-28 Michael Niedermayeryv12 to yv12 scaler
2001-10-28 Nick Kurshev32to24: MMX, MMX2, 3DNOW optimization
2001-10-28 Nick KurshevMore elegant solution
2001-10-28 Nick Kurshevpreprocessor cleanup
2001-10-28 Nick Kurshevsfence
2001-10-28 Nick KurshevMore accurate prefetching
2001-10-28 Nick Kurshevmmx, mmx2, 3dnow optimized 24to32
2001-10-28 Nick Kurshevmmx optimized 24to32
2001-10-28 Nick Kurshevforgot, sorry
2001-10-28 Nick KurshevPrev ver could work only on x86
2001-10-28 Nick Kurshevvo_vesa: more rgb2rgb support
2001-10-28 Nick Kurshevvo_vesa: more rgb2rgb support
2001-10-28 Nick Kurshevvo_vesa: rgb2rgb support
2001-10-28 Michael Niedermayeryuv2rgb bugfix
2001-10-27 Nick Kurshevmissing header
2001-10-27 Nick Kurshevheaders installation
2001-10-27 Nick KurshevShared objects support
2001-10-27 Nick KurshevShared objects support
2001-10-26 Michael Niedermayerfaster dering
2001-10-26 Michael Niedermayerdering in c
2001-10-25 Pierre Lombarda few warning fixes (missing #include's)
2001-10-25 Michael Niedermayer3dnow dering
2001-10-25 Michael Niedermayerjust a few "not implemented yet" removed
2001-10-25 Michael Niedermayerdering in mmx2
2001-10-25 Michael Niedermayerdownscale
2001-10-25 Michael Niedermayerfixed difference with -vo md5 between doVertDefFilter...
2001-10-24 Michael Niedermayermuch better horizontal filters (transpose & use the...
2001-10-24 Nick KurshevIndepended compilation of SUBDIRS
2001-10-24 Michael Niedermayermore speed
2001-10-23 Zdenek Kabelac* and finaly avoid deadlock at the end of audio stream
2001-10-23 Zdenek Kabelac* fixes to avoid crash when broken mp3 header is found
2001-10-23 Zdenek Kabelac* made by Juergen - should be useful for Solaris
2001-10-23 Zdenek Kabelac* simple fix to avoid memcpy with len < 0
2001-10-23 Zdenek Kabelac* prevent crash in decoder
2001-10-23 Michael Niedermayermore speed
2001-10-23 Michael Niedermayerand another +2% speedup
2001-10-23 Michael Niedermayeroptimizations (+2% speedup)
2001-10-23 Michael Niedermayerbrightness / contrast fix/copy optimizations +2% speedup
2001-10-23 Michael Niedermayernegative black bugfix
2001-10-22 Michael Niedermayerauto brightness/ contrast bugfix
2001-10-21 Michael NiedermayerBGR24 bugfix
2001-10-20 Michael Niedermayerfixed alignment (static variables where sometimes not...
2001-10-19 Michael Niedermayermore logic behavior if the altenative deblock filters...
2001-10-19 Michael Niedermayerfirst line bug fixed (happend if the image was scaled...
2001-10-19 ArpiPP_FUNNY_STRIDE disabled
2001-10-19 Michael Niedermayeradded compiletime option to turn width%8==0 on
next