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
/
x86
/
yuv2rgb_template.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-1
/
+1
|
\
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-04
1
-6
/
+6
|
\
\
|
|
/
|
*
x86: build: replace mmx2 by mmxext
Diego Biurrun
2012-08-03
1
-6
/
+6
*
|
sws: yuv2rgb asm, add memory clobber.
Michael Niedermayer
2012-01-12
1
-0
/
+2
*
|
In libswscale, use all lines when converting from 422p to rgb with mmx, impro...
Baptiste Coudurier
2011-06-03
1
-14
/
+11
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-25
1
-16
/
+13
|
\
\
|
|
/
|
*
swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.
Ronald S. Bultje
2011-05-24
1
-18
/
+13
|
*
Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().
Diego Biurrun
2011-04-11
1
-0
/
+4
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
|
Patch from Packman (OpenSuse - packages) to silence rpmlint.
Manfred Tremmel
2011-04-25
1
-0
/
+2
|
/
*
Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.
Diego Biurrun
2010-05-30
1
-0
/
+453
*
Remove GPL-licensed YUV to RGB MMX routines.
Diego Biurrun
2010-05-30
1
-564
/
+0
*
Const correctness for src pointer. Remove all constness related warnings in
Zuxy Meng
2010-01-15
1
-13
/
+13
*
/nop is illegal with Apple's older version of gas, this was fixed elsewhere
David Conrad
2010-01-12
1
-1
/
+1
*
Make sure that sfence is used after any non temporal stores.
Zuxy Meng
2010-01-12
1
-2
/
+2
*
Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for
Zuxy Meng
2010-01-11
1
-0
/
+1
*
MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just
Zuxy Meng
2010-01-09
1
-96
/
+114
*
Remove const to avoid a bunch of GCC warnings against discarded qualifiers and
Zuxy Meng
2010-01-07
1
-2
/
+2
*
Cosmetics:
Ramiro Polla
2009-08-16
1
-8
/
+15
*
BGR32 MMX special convertor.
Peter Schlaile
2009-08-14
1
-21
/
+75
*
Move yuv2rgb code to subdirs.
Ramiro Polla
2009-03-26
1
-0
/
+484