index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
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
*
spelling/grammar/wording overhaul
Diego Biurrun
2008-07-04
1
-29
/
+29
*
restore needed cast to correct type with const
Baptiste Coudurier
2008-06-01
1
-2
/
+2
*
add const, suppress warnings
Baptiste Coudurier
2008-06-01
1
-10
/
+11
*
remove useless casts
Baptiste Coudurier
2008-06-01
1
-6
/
+6
*
__asm __volatile -> asm volatile part 3
Reimar Döffinger
2008-02-24
1
-83
/
+83
*
Make some assembler constants global instead of declaring them multiple times.
Reimar Döffinger
2008-01-29
1
-11
/
+11
*
Remove some useless parentheses.
Benoit Fouet
2008-01-17
1
-2
/
+2
*
Cosmetics: whitespaces
Benoit Fouet
2008-01-17
1
-4
/
+4
*
Remove non cosmetic spaces inside parentheses.
Benoit Fouet
2008-01-17
1
-2
/
+2
*
comment spelling/grammar fixes
Diego Biurrun
2007-11-22
1
-36
/
+31
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+1
*
misc spelling fixes
Diego Biurrun
2007-06-13
1
-2
/
+2
*
cosmetics: Fix stray wrongly indented line.
Diego Biurrun
2007-04-29
1
-1
/
+1
*
cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.
Diego Biurrun
2007-04-28
1
-2310
/
+2309
*
cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.
Diego Biurrun
2007-04-28
1
-43
/
+43
*
cosmetics: Remove trailing whitespace.
Diego Biurrun
2007-04-26
1
-18
/
+18
*
preserve alpha channel when converting rgb32 to bgr32 in plain C
Ivo van Poorten
2007-04-18
1
-1
/
+1
*
skip MMX code in rgb24tobgr24 if the size of the input is smaller than the
Ivo van Poorten
2007-04-18
1
-0
/
+3
*
skip MMX code in rgb32to16 if the size of the input is smaller than the
Ivo van Poorten
2007-04-18
1
-0
/
+2
*
skip MMX code in rgb32to15 if the size of the input is smaller than the
Ivo van Poorten
2007-04-18
1
-0
/
+2
*
slightly faster rgb32tobgr32; avoid one add and one cmp
Ivo van Poorten
2007-04-17
1
-18
/
+17
*
New implementation of rgb32tobgr32
Ivo van Poorten
2007-04-16
1
-41
/
+58
*
Remove code duplication in sws_rgb2rgb_init.
Ivo van Poorten
2007-04-11
1
-0
/
+32
*
Clarify that some of the non-SIMD code is now LGPLed.
Luca Abeni
2006-11-19
1
-0
/
+3
*
Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS
Nigel Pearson
2006-11-07
1
-7
/
+3
*
Change license headers to say 'FFmpeg' instead of 'this program'.
Diego Biurrun
2006-10-07
1
-3
/
+5
*
Add official GPL header to make license explicit as discussed on ffmpeg-devel.
Diego Biurrun
2006-09-06
1
-1
/
+15
*
-fPIC support for libswscale
Jason Tackaberry
2006-08-15
1
-42
/
+42
*
Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
Diego Biurrun
2006-08-13
1
-14
/
+12
*
Move postproc ---> libswscale
Luca Abeni
2006-06-30
1
-0
/
+2675