index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libswscale
/
rgb2rgb_template.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 2 useless += at the end of rgb16to15(), found by CSA.
michael
2009-04-18
1
-2
/
+0
*
10l (C code was buggy and untested)
michael
2009-03-21
1
-4
/
+7
*
Average chroma of 2 lines in packed 422 -> planar 420.
michael
2009-03-21
1
-4
/
+110
*
Revert
michael
2009-03-19
1
-28
/
+18
*
Unscaled converters for
michael
2009-03-19
1
-1
/
+244
*
Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.
reimar
2009-03-18
1
-18
/
+28
*
Do not assume long is same width as x86 register.
ramiro
2009-03-18
1
-14
/
+16
*
Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting a...
sdrik
2009-03-04
1
-38
/
+23
*
When converting from a non alpha format to an alpha format, defaults to all o...
sdrik
2009-02-28
1
-11
/
+11
*
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
diego
2009-01-25
1
-5
/
+5
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
aurel
2009-01-14
1
-61
/
+61
*
Some forgotten eax -> REG_a changes.
reimar
2008-12-12
1
-24
/
+24
*
cosmetics: typo fix
diego
2008-10-23
1
-1
/
+1
*
Convert asm keyword into __asm__.
flameeyes
2008-10-16
1
-118
/
+118
*
Mark variation-specific interleaveBytes static.
flameeyes
2008-10-09
1
-1
/
+1
*
gcc-apple specific fallback not necessary anymore
lu_zero
2008-10-05
1
-5
/
+0
*
Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.
diego
2008-10-05
1
-3
/
+2
*
Remove MPlayer-specific MP_WORDSIZE hack.
diego
2008-10-04
1
-5
/
+0
*
enable yuv422p to uyvy converter
bcoudurier
2008-09-05
1
-0
/
+11
*
rgb vs bgr fix for the unscaled converters.
michael
2008-09-04
1
-16
/
+16
*
spelling/grammar/wording overhaul
diego
2008-07-04
1
-29
/
+29
*
restore needed cast to correct type with const
bcoudurier
2008-06-01
1
-2
/
+2
*
add const, suppress warnings
bcoudurier
2008-06-01
1
-10
/
+11
*
remove useless casts
bcoudurier
2008-06-01
1
-6
/
+6
*
__asm __volatile -> asm volatile part 3
reimar
2008-02-24
1
-83
/
+83
*
Make some assembler constants global instead of declaring them multiple times.
reimar
2008-01-29
1
-11
/
+11
*
Remove some useless parentheses.
benoit
2008-01-17
1
-2
/
+2
*
Cosmetics: whitespaces
benoit
2008-01-17
1
-4
/
+4
*
Remove non cosmetic spaces inside parentheses.
benoit
2008-01-17
1
-2
/
+2
*
comment spelling/grammar fixes
diego
2007-11-22
1
-36
/
+31
*
license header consistency cosmetics
diego
2007-07-05
1
-1
/
+1
*
misc spelling fixes
diego
2007-06-13
1
-2
/
+2
*
cosmetics: Fix stray wrongly indented line.
diego
2007-04-29
1
-1
/
+1
*
cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.
diego
2007-04-28
1
-2310
/
+2309
*
cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.
diego
2007-04-28
1
-43
/
+43
*
cosmetics: Remove trailing whitespace.
diego
2007-04-26
1
-18
/
+18
*
preserve alpha channel when converting rgb32 to bgr32 in plain C
ivo
2007-04-18
1
-1
/
+1
*
skip MMX code in rgb24tobgr24 if the size of the input is smaller than the
ivo
2007-04-18
1
-0
/
+3
*
skip MMX code in rgb32to16 if the size of the input is smaller than the
ivo
2007-04-18
1
-0
/
+2
*
skip MMX code in rgb32to15 if the size of the input is smaller than the
ivo
2007-04-18
1
-0
/
+2
*
slightly faster rgb32tobgr32; avoid one add and one cmp
ivo
2007-04-17
1
-18
/
+17
*
New implementation of rgb32tobgr32
ivo
2007-04-16
1
-41
/
+58
*
Remove code duplication in sws_rgb2rgb_init.
ivo
2007-04-11
1
-0
/
+32
*
Clarify that some of the non-SIMD code is now LGPLed.
lucabe
2006-11-19
1
-0
/
+3
*
Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS
gpoirier
2006-11-07
1
-7
/
+3
*
Change license headers to say 'FFmpeg' instead of 'this program'.
diego
2006-10-07
1
-3
/
+5
*
Add official GPL header to make license explicit as discussed on ffmpeg-devel.
diego
2006-09-06
1
-1
/
+15
*
-fPIC support for libswscale
diego
2006-08-15
1
-42
/
+42
*
Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
diego
2006-08-13
1
-14
/
+12
*
Move postproc ---> libswscale
lucabe
2006-06-30
1
-0
/
+2675