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
/
output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-23
1
-7
/
+8
|
\
|
*
swscale: Mark all init functions as av_cold
Diego Biurrun
2012-07-23
1
-7
/
+8
*
|
yuv2rgb: implement 15/16bit ordered dither
Michael Niedermayer
2012-07-17
1
-2
/
+2
*
|
sws: extend dither tables by 1 line so simpler arithmetic can be used to addr...
Michael Niedermayer
2012-07-17
1
-9
/
+18
*
|
sws: remove cliping in yuv2rgb code.
Michael Niedermayer
2012-04-15
1
-15
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-15
1
-7
/
+7
|
\
\
|
|
/
|
*
swscale: clip before assigning tables in RGB output functions.
Ronald S. Bultje
2012-04-14
1
-9
/
+15
|
*
swscale: fix off-by-one in second coefficient in bilinear filters.
Ronald S. Bultje
2012-04-14
1
-7
/
+7
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-14
1
-12
/
+12
|
\
\
|
|
/
|
*
swscale: handle last pixel if lines have an odd width.
Ronald S. Bultje
2012-04-13
1
-12
/
+12
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-05
1
-3
/
+7
|
\
\
|
|
/
|
*
swscale: handle complete dimensions for monoblack/white.
Ronald S. Bultje
2012-04-04
1
-3
/
+7
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-08
1
-0
/
+31
|
\
\
|
|
/
|
*
swscale: clip unscaled output intermediates.
Ronald S. Bultje
2012-03-07
1
-0
/
+36
*
|
Fix alpha overflow when converting from RGBA64 to RGBA.
Michael Niedermayer
2012-03-04
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-18
1
-21
/
+36
|
\
\
|
|
/
|
*
swscale: make monowhite/black RGB-independent.
Ronald S. Bultje
2012-02-16
1
-21
/
+36
*
|
swscale: yuv2422_2_c_template() add cliping.
Michael Niedermayer
2012-02-14
1
-0
/
+7
*
|
swscale: Add cliping to yuv2422_1_c_template()
Michael Niedermayer
2012-02-14
1
-0
/
+14
*
|
swscale: Fix rounding in yuv2mono_1_c_template()
Michael Niedermayer
2012-02-14
1
-8
/
+8
*
|
swscale: Fix rounding in yuv2rgb_1_c_template()
Michael Niedermayer
2012-02-14
1
-12
/
+12
*
|
swscale: yuv2422_1_c_template: fix rounding
Michael Niedermayer
2012-02-14
1
-8
/
+8
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-14
1
-147
/
+58
|
\
\
|
|
/
|
*
Drop some completely unnecessary av_unused attributes.
Diego Biurrun
2012-02-13
1
-4
/
+2
|
*
swscale: move YUV2PACKED16WRAPPER() macro down to where it is used.
Ronald S. Bultje
2012-02-13
1
-46
/
+46
|
*
swscale: handle gray16 as a "planar" YUV format (Y-only, of course).
Ronald S. Bultje
2012-02-13
1
-87
/
+0
|
*
swscale: fix incorrect chroma bias in yuv2rgb48_1_c().
Ronald S. Bultje
2012-02-13
1
-2
/
+2
|
*
swscale: fix invalid memory accesses in yuvpacked1() functions.
Ronald S. Bultje
2012-02-13
1
-10
/
+10
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-08
1
-41
/
+40
|
/
*
swscale: split C output functions into separate file.
Ronald S. Bultje
2012-02-07
1
-0
/
+1524