9 Commits (a4585e78340b8fa40a2cc56858e99c94888251a6)

Author SHA1 Message Date
Zuxy Meng a959e24780 Const correctness for src pointer. Remove all constness related warnings in 15 years ago
David Conrad 28b2866f45 /nop is illegal with Apple's older version of gas, this was fixed elsewhere 15 years ago
Zuxy Meng 845e37e770 Make sure that sfence is used after any non temporal stores. 15 years ago
Zuxy Meng 52c0fcaf52 Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for 15 years ago
Zuxy Meng 23b0072ad7 MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just 15 years ago
Zuxy Meng bb34acd8a4 Remove const to avoid a bunch of GCC warnings against discarded qualifiers and 15 years ago
Ramiro Polla dd68318cee Cosmetics: 15 years ago
Peter Schlaile 562f685307 BGR32 MMX special convertor. 15 years ago
Ramiro Polla befa8e665c Move yuv2rgb code to subdirs. 16 years ago
Cédric Schieli 0928f1eb53 Simpler and more elegant fix to the x86_32/OSX+PIC build failure 16 years ago
Cédric Schieli 986b6f8f73 Fix build failure on x86_32 Mac OS X with PIC enabled 16 years ago
Cédric Schieli 3acd545f0c Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters 16 years ago
Ramiro Polla d0ce212a7a Do not assume long is same width as x86 register. 16 years ago
Cédric Schieli 2816ce4c91 Split YUV2RGB operands declaration into a separate macro 16 years ago
Cédric Schieli f8a138be52 When converting from a non alpha format to an alpha format, defaults 16 years ago
Cédric Schieli 771ac0de04 Refactor code for upcoming alpha patches. 16 years ago
Cédric Schieli 431ac29046 Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch. 16 years ago
Diego Biurrun bf89d54edb cosmetics: Remove period after copyright statement non-sentence. 16 years ago
Diego Biurrun f4406ec177 HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. 16 years ago
Aurelien Jacobs b63f641e9b Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun aeb87a49a7 cosmetics: typo fix 16 years ago
Diego Pettenò 7ad6469eae Convert asm keyword into __asm__. 16 years ago
Carl Eugen Hoyos 88e2a9aebc Remove b5Dither, g5Dither and r5Dither from libswscale. 16 years ago
Carl Eugen Hoyos 92c7b4713d Remove g6Dither from libswscale. 16 years ago
Diego Biurrun 8a3227968c spelling/grammar/wording overhaul 17 years ago
Diego Biurrun c6d4cef7c3 cosmetics: __asm__ __volatile__ --> asm volatile 17 years ago
Carl Eugen Hoyos 0cb2559445 Discard two symbols from libswscale. 17 years ago
Reimar Döffinger 5802683a97 Make some assembler constants global instead of declaring them multiple times. 17 years ago
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. 18 years ago
Diego Biurrun cabc90c2ce typo 18 years ago
Diego Biurrun c1578479d3 Group all copyright and author notices together. 18 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 19 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