| Commit message (Expand) | Author | Age | Files | Lines |
* | lsws: prevent overflow in sws_init_context() | Stefano Sabatini | 2011-04-25 | 1 | -1/+1 |
* | Patch from Packman (OpenSuse - packages) to silence rpmlint. | Manfred Tremmel | 2011-04-25 | 1 | -0/+2 |
* | Check mmap() return against correct value | unknown author | 2011-04-25 | 1 | -0/+4 |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -1/+1 |
|\ |
|
| * | lavc: remove the FF_API_SET_STRING_OLD cruft. | Anton Khirnov | 2011-04-19 | 1 | -1/+1 |
| * | Bump major versions of all libraries. | Anton Khirnov | 2011-04-18 | 1 | -2/+2 |
| * | swscale: fix "ISO C90 forbids mixed declarations and code" warning | Janne Grunau | 2011-04-15 | 1 | -6/+4 |
| * | swscale: fix compilation with --enable-runtime-cpudetect | Janne Grunau | 2011-04-15 | 2 | -53/+80 |
| * | swscale: correct include path to fix ppc altivec build | Janne Grunau | 2011-04-15 | 1 | -1/+1 |
| * | swscale: simplify rgb2rgb templating | Luca Barbato | 2011-04-14 | 2 | -302/+1 |
| * | swscale: simplify initialization code | Josh Allmann | 2011-04-14 | 1 | -7/+2 |
| * | swscale: further cleanup swscale.c | Josh Allmann | 2011-04-14 | 2 | -57/+54 |
| * | swscale: partially move the arch specific code left | Luca Barbato | 2011-04-14 | 4 | -2308/+3859 |
| * | swscale: move away x86 specific code from rgb2rgb | Luca Barbato | 2011-04-14 | 6 | -2235/+3256 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-14 | 3 | -4/+2 |
|\| |
|
| * | swscale: Factorize FAST_BGR2YV12 definition. | Luca Barbato | 2011-04-13 | 3 | -4/+2 |
| * | Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX(). | Diego Biurrun | 2011-04-11 | 1 | -0/+4 |
* | | Add pixel formats for 9- and 10-bit yuv420p. | Oskar Arvidsson | 2011-04-10 | 4 | -1/+61 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-07 | 1 | -3/+3 |
|\| |
|
| * | swscale: postpone sws_getContext removal until next major bump. | Anton Khirnov | 2011-04-06 | 1 | -3/+3 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 21 | -84/+84 |
* | | fix runtime-cpu-detect bug in swscale | Darren Horrocks | 2011-04-05 | 1 | -0/+7 |
* | | Fix yuvj420p scaling artefact, issue1108. | Michael Niedermayer | 2011-04-03 | 2 | -6/+6 |
* | | Fix typo from e3a84542. | Michael Niedermayer | 2011-03-30 | 1 | -1/+1 |
* | | SWSCALE: Increase maximim with from 5120 to 21504 | Frank Barchard | 2011-03-30 | 1 | -1/+1 |
* | | Fix compilation failure with runtime cpudetect (Ticket #22) | Michael Niedermayer | 2011-03-28 | 1 | -3/+3 |
* | | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation | Peter Ross | 2011-03-26 | 6 | -3/+113 |
* | | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |
* | | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |
|/ |
|
* | use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 2 | -2/+1 |
* | Fix MMX rgb24 to yuv conversion with gcc 4.6 | Mans Rullgard | 2011-02-13 | 1 | -8/+8 |
* | Remove a few if (p) av_freep(&p) forms | Clément Bœsch | 2011-02-04 | 1 | -2/+1 |
* | Replace ASMALIGN() with .p2align | Mans Rullgard | 2011-01-18 | 2 | -33/+33 |
* | consolidate .gitignore patters into a single file | Janne Grunau | 2011-01-18 | 6 | -17/+0 |
* | convert svn:ignore properties to .gitignore files | Janne Grunau | 2011-01-17 | 6 | -0/+17 |
* | colorspace-test: fix build | Ramiro Polla | 2010-12-07 | 1 | -1/+1 |
* | Store src/dstFormat after calling handle_jpeg | Martin Storsjö | 2010-10-29 | 1 | -2/+2 |
* | 100l, fix sws_getCachedContext. It did not set the colorspace details, | Reimar Döffinger | 2010-10-03 | 1 | -0/+5 |
* | Set default values for the scale context in sws_alloc_context(). | Stefano Sabatini | 2010-09-29 | 1 | -3/+2 |
* | Set the default value of param0 and param1 to SWS_PARAM_DEFAULT. | Stefano Sabatini | 2010-09-29 | 1 | -2/+2 |
* | Set valid default values for the srcw, srch, dstw, dsth options in the | Stefano Sabatini | 2010-09-29 | 1 | -4/+4 |
* | Cosmetics: put "if (...)" and "av_log(...)" in the same line for | Stefano Sabatini | 2010-09-29 | 1 | -10/+5 |
* | Put if (...) av_log() in the same line, more compact and increase | Stefano Sabatini | 2010-09-29 | 1 | -24/+12 |
* | Amend constraints for the src_format and dst_format options in the | Stefano Sabatini | 2010-09-29 | 1 | -2/+3 |
* | Cosmetics: fix braces placement. | Stefano Sabatini | 2010-09-29 | 1 | -2/+4 |
* | Deprecate sws_getContext(), use sws_alloc_context() and | Stefano Sabatini | 2010-09-28 | 2 | -3/+26 |
* | Add documentation for the returned value of sws_init_context(). | Stefano Sabatini | 2010-09-28 | 1 | -0/+3 |
* | Bump minor version after the addition of sws_alloc_context() and | Stefano Sabatini | 2010-09-28 | 1 | -1/+1 |