summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAgeFilesLines
...
| * swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-291-2/+2
* | Merge commit 'a519583991c38d38503ab08357716513facc5725'Michael Niedermayer2013-08-291-2/+2
|\ \ | |/
| * swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-281-2/+2
* | swscale: change ff_dither_8x8_128 dimensions to be consistent with the othersMichael Niedermayer2013-08-161-1/+2
* | Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'Michael Niedermayer2013-08-161-3/+3
|\ \ | |/
| * swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-151-3/+3
* | Merge commit 'd258531502b24cb653204fe4f003c8815755bdc4'Michael Niedermayer2013-08-161-2/+2
|\ \ | |/
| * swscale: Mark a bunch of tables only used within one file staticDiego Biurrun2013-08-151-2/+2
| * swscale: GBRP output supportMichael Niedermayer2013-01-271-3/+10
* | sws: add dither enumMichael Niedermayer2013-08-151-1/+1
* | libswscale: Adding RGB => XYZ supportclook2013-07-231-0/+62
* | swscale: remove unneeded include assert.hMichael Niedermayer2013-07-191-1/+0
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-151-2/+2
* | sws: add casts to silence pointer type mismatch warningsMichael Niedermayer2013-05-101-1/+1
* | lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-091-3/+3
* | libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2013-05-081-0/+3
* | sws: fix typo in xyz2rgb matrix use.Michael Niedermayer2013-04-281-1/+1
* | sws: Check for malloc failure of rgb0_tmpMichael Niedermayer2013-04-281-0/+6
* | sws: support xyz inputMichael Niedermayer2013-04-281-0/+65
* | sws: init input_rgb2yuv_table depending on yuv colorspaceMichael Niedermayer2013-04-151-9/+0
* | sws: move RGB2YUV_SHIFT to swscale_internal.hMichael Niedermayer2013-04-151-1/+0
* | sws/input: replace hardcoded rgb2yuv coefficients by tableMichael Niedermayer2013-04-141-2/+16
* | sws: Fix "warning: comparison of distinct pointer types lacks a cast"Michael Niedermayer2013-02-041-2/+2
* | sws: GBRP output supportMichael Niedermayer2013-01-261-3/+11
* | sws: check that dither array is not null before memsetMichael Niedermayer2013-01-191-1/+1
* | sws: Only reset dither state for bitexact modeMichael Niedermayer2013-01-191-1/+1
* | sws: Support error diffusion dither for mono outputMichael Niedermayer2013-01-181-0/+5
* | sws: fix warning: cast from pointer to integer of different sizeMichael Niedermayer2012-12-291-1/+2
* | swscale: fix warning: assignment from incompatible pointer typeMichael Niedermayer2012-12-291-3/+3
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-211-1/+1
|\ \ | |/
| * miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* | sws_scale: check input against NULLMichael Niedermayer2012-12-071-2/+9
* | swscale.c:remove fill_plane9or10() use fillPlane16()Michael Niedermayer2012-10-301-29/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-301-2/+36
|\ \ | |/
| * swscale: support gray to 9bit and 10bit formatsLuca Barbato2012-10-301-2/+36
* | sws: get rid of C99 signed overflows try #2Michael Niedermayer2012-10-141-5/+5
* | sws: avoid signed C99 overflowsMichael Niedermayer2012-10-141-5/+5
* | sws: do not use av_pix_fmt_descriptors directlyPaul B Mahol2012-10-121-2/+2
* | Merge commit '9953ff3cd844eb5f6d8dfce98cad94b78a0fc7dc'Michael Niedermayer2012-10-121-3/+5
|\ \ | |/
| * sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-2/+4
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-20/+20
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-3/+3
* | swscale: move main swscale wraper to swscale.cMichael Niedermayer2012-09-301-0/+201
* | swscale: change assert() to av_assert()Michael Niedermayer2012-09-181-8/+8
* | sws: revert: "swscale: Remove two bogus asserts"Michael Niedermayer2012-09-131-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-131-2/+0
|\ \ | |/
| * swscale: Remove two bogus assertsDiego Biurrun2012-09-131-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-081-1/+1
|\ \ | |/
| * x86: more specific checks for availability of required assembly capabilitiesDiego Biurrun2012-09-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-311-1/+1
|\ \ | |/
OpenPOWER on IntegriCloud