| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\| |
|
| * | swscale: Do not make ff_ symbols globally visible. | Diego Biurrun | 2012-10-10 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 20 | -844/+844 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 20 | -734/+734 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 2 | -91/+65 |
|\| |
|
| * | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -2/+2 |
| * | ppc: swscale: rework yuv2planeX_altivec() | Mans Rullgard | 2012-10-05 | 1 | -89/+63 |
* | | sws: drop unused variable | Michael Niedermayer | 2012-09-30 | 1 | -2/+0 |
* | | swscale: move main swscale wraper to swscale.c | Michael Niedermayer | 2012-09-30 | 2 | -200/+201 |
* | | swscale: fix To{Y,UV} extern prototypes. | Clément Bœsch | 2012-09-30 | 1 | -2/+5 |
* | | swscale: change assert() to av_assert() | Michael Niedermayer | 2012-09-18 | 1 | -8/+8 |
* | | sws: revert: "swscale: Remove two bogus asserts" | Michael Niedermayer | 2012-09-13 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-13 | 1 | -2/+0 |
|\| |
|
| * | swscale: Remove two bogus asserts | Diego Biurrun | 2012-09-13 | 1 | -2/+0 |
* | | x86/swscale: use unsigned to build SIMD values to avoid signed overflow | Michael Niedermayer | 2012-09-11 | 1 | -2/+2 |
* | | sws/output: use unsigned variables where harmless overflows are expected. | Michael Niedermayer | 2012-09-10 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-09 | 3 | -19/+19 |
|\| |
|
| * | swscale: Provide the right alignment for external mmx asm | Martin Storsjö | 2012-09-09 | 1 | -2/+4 |
| * | x86: Replace checks for CPU extensions and flags by convenience macros | Diego Biurrun | 2012-09-08 | 3 | -23/+21 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-08 | 1 | -1/+1 |
|\| |
|
| * | x86: more specific checks for availability of required assembly capabilities | Diego Biurrun | 2012-09-07 | 1 | -1/+1 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -8/+8 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -8/+8 |
* | | Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 1 | -16/+16 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -16/+16 |
* | | Remove redundant masks in STORE_BGR24_MMX. | Hans-Kristian Arntzen | 2012-09-02 | 1 | -3/+0 |
* | | Fix compilation with yasm-0.6.2. | Carl Eugen Hoyos | 2012-09-01 | 1 | -1/+1 |