| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-05 | 1 | -2/+4 |
|\ |
|
| * | swscale: fix NULL checking in sws_alloc_context() | Xi Wang | 2013-01-04 | 1 | -2/+4 |
* | | 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 |
* | | libswscale/swscale-test: fix some const correctness | Michael Niedermayer | 2012-12-26 | 1 | -2/+2 |
* | | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' | Michael Niedermayer | 2012-12-21 | 2 | -2/+2 |
|\| |
|
| * | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 2 | -2/+2 |
* | | doxy: add ref for lavfi, lpp and lsws. | Clément Bœsch | 2012-12-11 | 1 | -2/+11 |
* | | sws_scale: check input against NULL | Michael Niedermayer | 2012-12-07 | 1 | -2/+9 |
* | | swscale: fix 12 and 14 bit YUV planar output with scaling. | Michael Niedermayer | 2012-12-01 | 1 | -2/+13 |
* | | lsws: define version in SWScaler class | Stefano Sabatini | 2012-11-29 | 2 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-19 | 1 | -1/+1 |
|\| |
|
| * | x86: SPLATD: port to cpuflags | Diego Biurrun | 2012-11-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-17 | 1 | -2/+0 |
|\| |
|
| * | libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJOR | Janne Grunau | 2012-11-16 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-14 | 2 | -6/+6 |
|\| |
|
| * | x86: mmx2 ---> mmxext in asm constructs | Diego Biurrun | 2012-11-14 | 2 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-10 | 1 | -3/+1 |
|\| |
|
| * | x86: PALIGNR: port to cpuflags | Diego Biurrun | 2012-11-09 | 1 | -3/+1 |
* | | Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415' | Michael Niedermayer | 2012-11-01 | 5 | -21/+30 |
|\| |
|
| * | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 4 | -17/+20 |
| * | swscale: do not forget to swap data in formats with different endianness | Kostya Shishkov | 2012-10-31 | 1 | -0/+42 |
* | | sws: bump micro for range bugfix | Michael Niedermayer | 2012-11-01 | 1 | -1/+1 |
* | | Merge commit 'be923ed659016350592acb9b3346f706f8170ac5' | Michael Niedermayer | 2012-10-31 | 1 | -20/+20 |
|\| |
|
| * | x86: MMX2 ---> MMXEXT in macro names | Diego Biurrun | 2012-10-31 | 1 | -20/+20 |
* | | Merge commit 'a65bdceb060628881578afb29df4eb222421381f' | Michael Niedermayer | 2012-10-31 | 3 | -46/+59 |
|\| |
|
| * | x86: mmx2 ---> mmxext in variable names | Diego Biurrun | 2012-10-31 | 3 | -45/+56 |
* | | Merge commit '652f5185945c8405fc57aed353286858df8d066f' | Michael Niedermayer | 2012-10-31 | 10 | -19/+19 |
|\| |
|
| * | x86: mmx2 ---> mmxext in comments and messages | Diego Biurrun | 2012-10-31 | 10 | -19/+19 |
* | | Merge commit '04581c8c77ce779e4e70684ac45302972766be0f' | Michael Niedermayer | 2012-10-31 | 3 | -3/+3 |
|\| |
|
| * | x86: yasm: Use complete source path for macro helper %includes | Diego Biurrun | 2012-10-31 | 3 | -3/+3 |
* | | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73' | Michael Niedermayer | 2012-10-31 | 3 | -3/+0 |
|\| |
|
| * | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 3 | -3/+0 |
* | | sws: fix handling of big endian alpha | Michael Niedermayer | 2012-10-31 | 1 | -0/+4 |
* | | swscale.c:remove fill_plane9or10() use fillPlane16() | Michael Niedermayer | 2012-10-30 | 1 | -29/+4 |
* | | sws: move fillPlane16() to header so it can be used from more than 1 place | Michael Niedermayer | 2012-10-30 | 2 | -20/+21 |
* | | sws_unscaled: drop fill_plane9or10() | Michael Niedermayer | 2012-10-30 | 1 | -35/+0 |
* | | sws: fix BE/LE handling for fillPlane16() | Michael Niedermayer | 2012-10-30 | 1 | -2/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-30 | 4 | -5/+133 |
|\| |
|
| * | pixfmt: support more yuva formats | Luca Barbato | 2012-10-30 | 1 | -0/+18 |
| * | swscale: support gray to 9bit and 10bit formats | Luca Barbato | 2012-10-30 | 2 | -4/+66 |
* | | sws: rgb has no range, avoid random results if the user tries to mess with it... | Michael Niedermayer | 2012-10-28 | 1 | -0/+6 |
* | | sws: loose the minimum dimension checks | Michael Niedermayer | 2012-10-27 | 1 | -1/+1 |
* | | sws: improve error messages | Michael Niedermayer | 2012-10-27 | 1 | -1/+5 |
* | | sws: fix extreem downscaling | Michael Niedermayer | 2012-10-27 | 1 | -2/+2 |
* | | sws_getGaussianVec: check variance and quality | Michael Niedermayer | 2012-10-27 | 1 | -1/+6 |
* | | sws_allocVec: check length validity | Michael Niedermayer | 2012-10-27 | 1 | -1/+6 |
* | | Merge commit '80521c1997a23e148edf89e11b939ab8646297ca' | Michael Niedermayer | 2012-10-24 | 1 | -8/+9 |
|\| |
|
| * | swscale: avoid pointless use of compound literals | Mans Rullgard | 2012-10-23 | 1 | -8/+9 |
* | | yuv2rgb: fix integer overflow in fill_gv_table() | Michael Niedermayer | 2012-10-24 | 1 | -1/+1 |