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
/
swscale.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sws: Move fast bilinear C code into seperate file
Michael Niedermayer
2014-07-19
1
-36
/
+2
*
swscale/swscale: replace potentially slow % by &
Michael Niedermayer
2014-06-18
1
-6
/
+6
*
swscale/swscale: fix srcStride/srcSlice typo
Michael Niedermayer
2014-04-16
1
-1
/
+1
*
swscale: factor ff_sws_init_range_convert() out
Michael Niedermayer
2014-04-14
1
-21
/
+26
*
swscale/swscale: clear to/from convert pointers when they used.
Michael Niedermayer
2014-04-14
1
-0
/
+2
*
Merge commit '60c4660ba035bbfbcc84ac34129ce40e037c70ad'
Michael Niedermayer
2014-04-13
1
-2
/
+2
|
\
*
|
swscale/swscale: fix integer overflow
Michael Niedermayer
2014-03-24
1
-2
/
+3
*
|
swscale: fix rgb48Toxyz12() endianness
Michael Niedermayer
2014-01-10
1
-1
/
+1
*
|
Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557'
Michael Niedermayer
2013-08-29
1
-7
/
+7
|
\
\
|
|
/
|
*
swscale: cosmetics: Drop silly camelCase from swScale function pointer name
Diego Biurrun
2013-08-29
1
-5
/
+5
*
|
Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'
Michael Niedermayer
2013-08-29
1
-2
/
+2
|
\
\
|
|
/
|
*
swscale: ppc: Hide arch-specific initialization details
Diego Biurrun
2013-08-29
1
-2
/
+2
*
|
Merge commit 'a519583991c38d38503ab08357716513facc5725'
Michael Niedermayer
2013-08-29
1
-2
/
+2
|
\
\
|
|
/
|
*
swscale: x86: Hide arch-specific initialization details
Diego Biurrun
2013-08-28
1
-2
/
+2
*
|
swscale: change ff_dither_8x8_128 dimensions to be consistent with the others
Michael Niedermayer
2013-08-16
1
-1
/
+2
*
|
Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'
Michael Niedermayer
2013-08-16
1
-3
/
+3
|
\
\
|
|
/
|
*
swscale: Move extern declarations for tables to swscale_internal.h
Diego Biurrun
2013-08-15
1
-3
/
+3
*
|
Merge commit 'd258531502b24cb653204fe4f003c8815755bdc4'
Michael Niedermayer
2013-08-16
1
-2
/
+2
|
\
\
|
|
/
|
*
swscale: Mark a bunch of tables only used within one file static
Diego Biurrun
2013-08-15
1
-2
/
+2
|
*
swscale: GBRP output support
Michael Niedermayer
2013-01-27
1
-3
/
+10
*
|
sws: add dither enum
Michael Niedermayer
2013-08-15
1
-1
/
+1
*
|
libswscale: Adding RGB => XYZ support
clook
2013-07-23
1
-0
/
+62
*
|
swscale: remove unneeded include assert.h
Michael Niedermayer
2013-07-19
1
-1
/
+0
*
|
replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*
Michael Niedermayer
2013-05-15
1
-2
/
+2
*
|
sws: add casts to silence pointer type mismatch warnings
Michael Niedermayer
2013-05-10
1
-1
/
+1
*
|
lavu: add FF_CEIL_RSHIFT and use it in various places.
Clément Bœsch
2013-05-09
1
-3
/
+3
*
|
libswscale: GBRAP input & output and GBRAP16 input support
Paul B Mahol
2013-05-08
1
-0
/
+3
*
|
sws: fix typo in xyz2rgb matrix use.
Michael Niedermayer
2013-04-28
1
-1
/
+1
*
|
sws: Check for malloc failure of rgb0_tmp
Michael Niedermayer
2013-04-28
1
-0
/
+6
*
|
sws: support xyz input
Michael Niedermayer
2013-04-28
1
-0
/
+65
*
|
sws: init input_rgb2yuv_table depending on yuv colorspace
Michael Niedermayer
2013-04-15
1
-9
/
+0
*
|
sws: move RGB2YUV_SHIFT to swscale_internal.h
Michael Niedermayer
2013-04-15
1
-1
/
+0
*
|
sws/input: replace hardcoded rgb2yuv coefficients by table
Michael Niedermayer
2013-04-14
1
-2
/
+16
*
|
sws: Fix "warning: comparison of distinct pointer types lacks a cast"
Michael Niedermayer
2013-02-04
1
-2
/
+2
*
|
sws: GBRP output support
Michael Niedermayer
2013-01-26
1
-3
/
+11
*
|
sws: check that dither array is not null before memset
Michael Niedermayer
2013-01-19
1
-1
/
+1
*
|
sws: Only reset dither state for bitexact mode
Michael Niedermayer
2013-01-19
1
-1
/
+1
*
|
sws: Support error diffusion dither for mono output
Michael Niedermayer
2013-01-18
1
-0
/
+5
*
|
sws: fix warning: cast from pointer to integer of different size
Michael Niedermayer
2012-12-29
1
-1
/
+2
*
|
swscale: fix warning: assignment from incompatible pointer type
Michael Niedermayer
2012-12-29
1
-3
/
+3
*
|
Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'
Michael Niedermayer
2012-12-21
1
-1
/
+1
|
\
\
|
|
/
|
*
miscellaneous typo fixes
Diego Biurrun
2012-12-21
1
-1
/
+1
*
|
sws_scale: check input against NULL
Michael Niedermayer
2012-12-07
1
-2
/
+9
*
|
swscale.c:remove fill_plane9or10() use fillPlane16()
Michael Niedermayer
2012-10-30
1
-29
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-30
1
-2
/
+36
|
\
\
|
|
/
|
*
swscale: support gray to 9bit and 10bit formats
Luca Barbato
2012-10-30
1
-2
/
+36
*
|
sws: get rid of C99 signed overflows try #2
Michael Niedermayer
2012-10-14
1
-5
/
+5
*
|
sws: avoid signed C99 overflows
Michael Niedermayer
2012-10-14
1
-5
/
+5
*
|
sws: do not use av_pix_fmt_descriptors directly
Paul B Mahol
2012-10-12
1
-2
/
+2
*
|
Merge commit '9953ff3cd844eb5f6d8dfce98cad94b78a0fc7dc'
Michael Niedermayer
2012-10-12
1
-3
/
+5
|
\
\
|
|
/
[next]