| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 1 | -1/+1 |
|\ |
|
| * | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-04 | 1 | -6/+6 |
|\| |
|
| * | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-23 | 1 | -6/+8 |
|\| |
|
| * | swscale: Mark all init functions as av_cold | Diego Biurrun | 2012-07-23 | 1 | -1/+3 |
| * | swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM. | Ronald S. Bultje | 2012-07-22 | 1 | -5/+5 |
* | | sws: handle non native rgb<->rgb convertions | Michael Niedermayer | 2012-07-17 | 1 | -1/+2 |
* | | sws: support 12&14 bit planar colorspaces | Michael Niedermayer | 2012-07-04 | 1 | -3/+19 |
* | | sws/utils: use av_assert | Michael Niedermayer | 2012-06-16 | 1 | -10/+7 |
* | | Add yuva422p pix_fmt. | Carl Eugen Hoyos | 2012-05-08 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-13 | 1 | -670/+831 |
|\| |
|
| * | swscale: K&R formatting cosmetics (part II) | Diego Biurrun | 2012-04-13 | 1 | -655/+818 |
* | | swscale: Merge a hunk from qatar that seems to have been forgotten or lost. | Michael Niedermayer | 2012-03-21 | 1 | -3/+18 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-07 | 1 | -2/+2 |
|\| |
|
| * | swscale: make filterPos 32bit. | Ronald S. Bultje | 2012-03-06 | 1 | -2/+2 |
* | | swscale: remove duplicate PIX_FMT_GBRP entry from format_entries. | Michael Niedermayer | 2012-03-07 | 1 | -1/+0 |
* | | Support RGBA64 as input colour space. | Carl Eugen Hoyos | 2012-03-04 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-01 | 1 | -1/+1 |
|\| |
|
| * | swscale: fix another integer overflow. | Ronald S. Bultje | 2012-02-29 | 1 | -1/+1 |
| * | swscale: fix another integer overflow at large dimensions/rescales. | Ronald S. Bultje | 2012-02-24 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-24 | 1 | -7/+8 |
|\| |
|
| * | swscale: fix overflows in filterPos[] calculation for large sizes. | Ronald S. Bultje | 2012-02-23 | 1 | -7/+7 |
| * | swscale: fix filtersize clipping. | Ronald S. Bultje | 2012-02-22 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-12 | 1 | -1/+1 |
|\| |
|
| * | swscale: enforce a minimum filtersize. | Ronald S. Bultje | 2012-02-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
| * | Revert "sws/pixfmt/pixdesc: add support for yuva444p" | Alex Converse | 2012-01-26 | 1 | -1/+0 |
| * | sws/pixfmt/pixdesc: add support for yuva444p | Paul B Mahol | 2012-01-27 | 1 | -0/+1 |
* | | sws/pixfmt/pixdesc: add support for yuva444p | Paul B Mahol | 2012-01-28 | 1 | -0/+1 |
* | | sws: Fix RGB0->alpha containing formats. | Michael Niedermayer | 2012-01-24 | 1 | -4/+17 |
* | | sws: In case of an invalid scaler algorithm, show the invalid value. | Michael Niedermayer | 2012-01-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-15 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Move static and inline attributes to more standard places. | Diego Biurrun | 2012-01-14 | 1 | -1/+1 |
* | | swscale: Force full horizontal chroma internally when the output has a odd size. | Michael Niedermayer | 2012-01-11 | 1 | -1/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-10 | 1 | -4/+4 |
|\| |
|
| * | swscale: RGB4444 and BGR444 input | Paul B Mahol | 2012-01-08 | 1 | -4/+4 |
| * | swscale: don't show full-chroma-int warning for non-RGB output. | Ronald S. Bultje | 2012-01-03 | 1 | -0/+1 |
| * | swscale: fix overflows in vertical scaling at top/bottom edges. | Ronald S. Bultje | 2011-12-18 | 1 | -27/+29 |
* | | libswscale: increase LIBSWSCALE_VERSION_MICRO to 100 | Michael Niedermayer | 2011-12-22 | 1 | -0/+1 |
* | | sws: Print an error in case of av_malloc() failure | Michael Niedermayer | 2011-12-19 | 1 | -0/+3 |
* | | swscale: Fix several (real world) integer overflows. | Michael Niedermayer | 2011-12-19 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-02 | 1 | -0/+1 |
|\| |
|
| * | swscale: #include "libavutil/mathematics.h" | Reinhard Tartler | 2011-12-01 | 1 | -0/+1 |
| * | swscale: Readd #define _SVID_SOURCE | Martin Storsjö | 2011-11-25 | 1 | -0/+1 |
* | | swscale: alpha less rgb32 support. | Michael Niedermayer | 2011-11-28 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-25 | 1 | -0/+7 |
|\| |
|
| * | swscale: add support for planar RGB input. | Ronald S. Bultje | 2011-11-24 | 1 | -0/+7 |
| * | swscale: add padding to conversion buffer. | Sean McGovern | 2011-11-11 | 1 | -1/+1 |