index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libswscale
/
rgb2rgb_template.c
Commit message (
Expand
)
Author
Age
*
Indent.
ramiro
2009-09-07
*
Cosmetics:
ramiro
2009-08-16
*
Indent libswscale:
ramiro
2009-08-16
*
Remove disabled crufty code.
diego
2009-08-08
*
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
mru
2009-07-26
*
Remove 2 useless += at the end of rgb16to15(), found by CSA.
michael
2009-04-18
*
10l (C code was buggy and untested)
michael
2009-03-21
*
Average chroma of 2 lines in packed 422 -> planar 420.
michael
2009-03-21
*
Revert
michael
2009-03-19
*
Unscaled converters for
michael
2009-03-19
*
Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.
reimar
2009-03-18
*
Do not assume long is same width as x86 register.
ramiro
2009-03-18
*
Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting a...
sdrik
2009-03-04
*
When converting from a non alpha format to an alpha format, defaults to all o...
sdrik
2009-02-28
*
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
diego
2009-01-25
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
aurel
2009-01-14
*
Some forgotten eax -> REG_a changes.
reimar
2008-12-12
*
cosmetics: typo fix
diego
2008-10-23
*
Convert asm keyword into __asm__.
flameeyes
2008-10-16
*
Mark variation-specific interleaveBytes static.
flameeyes
2008-10-09
*
gcc-apple specific fallback not necessary anymore
lu_zero
2008-10-05
*
Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.
diego
2008-10-05
*
Remove MPlayer-specific MP_WORDSIZE hack.
diego
2008-10-04
*
enable yuv422p to uyvy converter
bcoudurier
2008-09-05
*
rgb vs bgr fix for the unscaled converters.
michael
2008-09-04
*
spelling/grammar/wording overhaul
diego
2008-07-04
*
restore needed cast to correct type with const
bcoudurier
2008-06-01
*
add const, suppress warnings
bcoudurier
2008-06-01
*
remove useless casts
bcoudurier
2008-06-01
*
__asm __volatile -> asm volatile part 3
reimar
2008-02-24
*
Make some assembler constants global instead of declaring them multiple times.
reimar
2008-01-29
*
Remove some useless parentheses.
benoit
2008-01-17
*
Cosmetics: whitespaces
benoit
2008-01-17
*
Remove non cosmetic spaces inside parentheses.
benoit
2008-01-17
*
comment spelling/grammar fixes
diego
2007-11-22
*
license header consistency cosmetics
diego
2007-07-05
*
misc spelling fixes
diego
2007-06-13
*
cosmetics: Fix stray wrongly indented line.
diego
2007-04-29
*
cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.
diego
2007-04-28
*
cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.
diego
2007-04-28
*
cosmetics: Remove trailing whitespace.
diego
2007-04-26
*
preserve alpha channel when converting rgb32 to bgr32 in plain C
ivo
2007-04-18
*
skip MMX code in rgb24tobgr24 if the size of the input is smaller than the
ivo
2007-04-18
*
skip MMX code in rgb32to16 if the size of the input is smaller than the
ivo
2007-04-18
*
skip MMX code in rgb32to15 if the size of the input is smaller than the
ivo
2007-04-18
*
slightly faster rgb32tobgr32; avoid one add and one cmp
ivo
2007-04-17
*
New implementation of rgb32tobgr32
ivo
2007-04-16
*
Remove code duplication in sws_rgb2rgb_init.
ivo
2007-04-11
*
Clarify that some of the non-SIMD code is now LGPLed.
lucabe
2006-11-19
*
Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS
gpoirier
2006-11-07
[next]