10 Commits (79815f622d90499f882ad968a1351134535cbbab)

Author SHA1 Message Date
Michael Niedermayer 35fb8134c1 cosmetic (get rid of _ at the start of local variable names) 17 years ago
Diego Biurrun fc69cc615e Remove redundant "all rights reserved" statement, OKed by Walken. 17 years ago
Diego Biurrun cabc90c2ce typo 17 years ago
Diego Biurrun c1578479d3 Group all copyright and author notices together. 17 years ago
Diego Biurrun 428098165d cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code. 18 years ago
Diego Biurrun 6a4970abd1 cosmetics: Remove trailing whitespace. 18 years ago
Michael Niedermayer 20da77449d negative stride and h_size-=8 fix 18 years ago
Diego Biurrun 2c86a5786a Fix license headers and FSF postal address. 18 years ago
Luca Abeni e9e12f0e11 Remove the dependency of libswscale on img_format.h 18 years ago
Luca Abeni 73435f006b Move postproc ---> libswscale 18 years ago
Aurelien Jacobs 6e1c66bc06 adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 20 years ago
Michael Niedermayer 3e499f531a cleanup 22 years ago
Michael Niedermayer d4e242755f sws_ prefix, more seperation between internal & external swscaler API 22 years ago
Michael Niedermayer 5427e24291 yuv2rgb brightness/contrast/saturation/different colorspaces support finished 22 years ago
Michael Niedermayer f0b62bbde2 cleanup (unsigned stride -> int stride) 22 years ago
Arpi 0d9f3d85f6 sync with mplayer xp 23 years ago
Michael Niedermayer 7ba8435d64 fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabi 23 years ago
Felix Bünemann 635b3ec6dd add mangling 23 years ago
Michael Niedermayer 43d8c23cbf runtime cpu detection 23 years ago
Michael Niedermayer da3b92c877 15/16 bpp dithering 23 years ago
Michael Niedermayer 761635727d mmx2 bgr24 stuff from swscale (slightly faster) 23 years ago
Michael Niedermayer 18e19c3159 vars are aligned by 8 now (even faster, yes they where not aligned correctly) 23 years ago
Michael Niedermayer 7ad16638de 16bpp is 10% faster 23 years ago
Michael Niedermayer 607379b38b 15 bpp support 23 years ago
Michael Niedermayer 574406bb06 common code moved to a #define 23 years ago
Nick Kurshev 6611aa83de Move yuv2rgb to postprocess 23 years ago