| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-04 | 10 | -56/+59 |
|\ |
|
| * | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 10 | -55/+58 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -1/+1 |
|\| |
|
| * | swscale: bury one more piece of inline asm under HAVE_INLINE_ASM. | Ronald S. Bultje | 2012-07-29 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-23 | 11 | -26/+38 |
|\| |
|
| * | swscale: add missing HAVE_INLINE_ASM check. | Ronald S. Bultje | 2012-07-22 | 1 | -1/+1 |
| * | swscale: Mark all init functions as av_cold | Diego Biurrun | 2012-07-23 | 9 | -18/+30 |
| * | swscale: x86: Drop pointless _mmx suffix from filenames | Diego Biurrun | 2012-07-23 | 3 | -2/+2 |
| * | swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM. | Ronald S. Bultje | 2012-07-22 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 3 | -0/+18 |
|\| |
|
| * | x86: swscale: Place inline assembly code under appropriate #ifdefs | Ronald S. Bultje | 2012-07-21 | 3 | -0/+18 |
* | | swscale/input: silence warnings about incompatible pointer types | Paul B Mahol | 2012-07-19 | 1 | -18/+43 |
* | | swscale: unscaled rgba64->rgb48 | Paul B Mahol | 2012-07-19 | 4 | -0/+30 |
* | | swscale: unscaled rgba64->bgr48 | Paul B Mahol | 2012-07-19 | 4 | -0/+38 |
* | | swscale: simplify unscaled rgb48<->bgr48 | Paul B Mahol | 2012-07-18 | 4 | -15/+14 |
* | | sws: more complete doxy for sws_setColorspaceDetails() | Michael Niedermayer | 2012-07-18 | 1 | -1/+7 |
* | | sws/input: switch to av_assert | Michael Niedermayer | 2012-07-18 | 1 | -11/+12 |
* | | sws: handle non native rgb<->rgb convertions | Michael Niedermayer | 2012-07-17 | 2 | -8/+16 |
* | | yuv2rgb: implement 15/16bit ordered dither | Michael Niedermayer | 2012-07-17 | 2 | -14/+58 |
* | | sws: extend dither tables by 1 line so simpler arithmetic can be used to addr... | Michael Niedermayer | 2012-07-17 | 1 | -9/+18 |
* | | lavu: 256 color support | Paul B Mahol | 2012-07-07 | 1 | -0/+1 |
* | | Fix destination row striding in altivec_yuv2_bgr24. | Pavel Koshevoy | 2012-07-06 | 1 | -9/+4 |
* | | sws/x86: add av_assert() to ensure 16bit code is used with 16bit data | Michael Niedermayer | 2012-07-05 | 1 | -0/+1 |
* | | sws/x86: add some forgotten 12bit planar yuv cases | Michael Niedermayer | 2012-07-05 | 2 | -0/+7 |
* | | sws: support 12&14 bit planar colorspaces | Michael Niedermayer | 2012-07-04 | 7 | -16/+126 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 4 | -35/+71 |
|\| |
|
| * | swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on x86-32. | Martin Storsjö | 2012-07-04 | 1 | -6/+9 |
| * | Clarify Doxygen comment for FF_API_* #defines. | Diego Biurrun | 2012-07-04 | 1 | -2/+4 |
| * | Create version.h headers for libraries that lack them | Diego Biurrun | 2012-07-04 | 3 | -26/+57 |
* | | swscale: use designated initializers for AVClass | Paul B Mahol | 2012-06-22 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-20 | 2 | -38/+28 |
|\| |
|
| * | bfin: libswscale: add const where appropriate to fix warnings | Mans Rullgard | 2012-06-20 | 2 | -21/+25 |
| * | bfin: libswscale: remove unnecessary #includes | Mans Rullgard | 2012-06-20 | 2 | -17/+3 |
* | | sws/swscale_unscaled: use av_assert | Michael Niedermayer | 2012-06-16 | 1 | -3/+3 |
* | | sws/utils: use av_assert | Michael Niedermayer | 2012-06-16 | 1 | -10/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -41/+97 |
|\| |
|
| * | sws: fix planar RGB input conversions for 9/10/16 bpp. | Ronald S. Bultje | 2012-06-12 | 1 | -41/+97 |
* | | colorspace-test: add few more tests | Paul B Mahol | 2012-06-09 | 1 | -0/+4 |
* | | swscale: unscaled rgb48 <-> bgr48 | Paul B Mahol | 2012-06-09 | 3 | -0/+37 |
* | | yuv2rgb: remove assert() the codepath is not invalid | Michael Niedermayer | 2012-06-07 | 1 | -3/+0 |
* | | swscale: RGBA64LE <-> RGBA64BE support | Paul B Mahol | 2012-06-05 | 1 | -0/+2 |
* | | MANGLEd swscale x86 asm to save registers | Michael Bradshaw | 2012-06-05 | 1 | -19/+19 |
* | | Add yuva422p pix_fmt. | Carl Eugen Hoyos | 2012-05-08 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-07 | 1 | -1/+2 |
|\| |
|
| * | build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. | Diego Biurrun | 2012-05-07 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-24 | 1 | -369/+601 |
|\| |
|
| * | swscale: K&R formatting cosmetics (part III) | Diego Biurrun | 2012-04-22 | 1 | -358/+575 |
* | | 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 |