| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | yuv2rgb: fix integer overflow in fill_table | Michael Niedermayer | 2012-10-24 | 1 | -1/+1 |
* | | swscale_unscaled: remove unused variables | Michael Niedermayer | 2012-10-24 | 1 | -2/+0 |
* | | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_... | Hendrik Leppkes | 2012-10-20 | 2 | -3/+3 |
* | | sws-test: parse command line args before initing contexts | Michael Niedermayer | 2012-10-17 | 1 | -19/+21 |
* | | yuvPlanartouyvy_c: fix sign extension | Michael Niedermayer | 2012-10-16 | 1 | -2/+2 |
* | | yuvPlanartoyuy2_c: fix sign extension | Michael Niedermayer | 2012-10-16 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-15 | 1 | -3/+5 |
|\| |
|
| * | swscale: try to use mmap only if available | Mans Rullgard | 2012-10-15 | 1 | -3/+5 |
| * | avutil: add yuva422p and yuva444p formats | Luca Barbato | 2012-10-12 | 1 | -0/+2 |
* | | 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-test: raise limigts a bit. | Michael Niedermayer | 2012-10-13 | 1 | -1/+1 |
* | | sws-test: check W/H | Michael Niedermayer | 2012-10-13 | 1 | -1/+2 |
* | | sws: do not use av_pix_fmt_descriptors directly | Paul B Mahol | 2012-10-12 | 2 | -3/+3 |
* | | Merge commit '9953ff3cd844eb5f6d8dfce98cad94b78a0fc7dc' | Michael Niedermayer | 2012-10-12 | 6 | -70/+136 |
|\| |
|
| * | sws: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 6 | -76/+136 |
* | | yuv2rgb: fix declared array sizes, so they match actuals. | Michael Niedermayer | 2012-10-11 | 1 | -6/+6 |
* | | swscale-test: fix freeing of uninitialized variable | Michael Niedermayer | 2012-10-11 | 1 | -1/+1 |
* | | Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702' | Michael Niedermayer | 2012-10-10 | 1 | -1/+1 |
|\| |
|