| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 100l fix if condition | Baptiste Coudurier | 2010-09-27 | 1 | -1/+1 |
* | Y400A (gray alpha) input support in libswscale | Baptiste Coudurier | 2010-09-27 | 4 | -3/+49 |
* | swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068 | Janne Grunau | 2010-09-27 | 1 | -0/+1 |
* | cosmetics: break long line update_flags_cpu | Janne Grunau | 2010-09-27 | 1 | -1/+5 |
* | fix typos and grammar | Ramiro Polla | 2010-09-26 | 1 | -3/+4 |
* | Make the avoptions list of sws more complete. | Michael Niedermayer | 2010-09-26 | 1 | -0/+12 |
* | Split alloc and init of context so that parameters can be set in the context | Michael Niedermayer | 2010-09-26 | 2 | -44/+82 |
* | swscale: use full chroma input for point scaler | Ramiro Polla | 2010-09-26 | 1 | -1/+1 |
* | swscale-test: cosmetic alignment | Ramiro Polla | 2010-09-16 | 1 | -2/+2 |
* | swscale: remove useless temporary variable | Ramiro Polla | 2010-09-16 | 1 | -5/+3 |
* | swscale: factorize plane copying code out of 2 functions | Ramiro Polla | 2010-09-16 | 1 | -27/+23 |
* | swscale-test: always use bilinear scaler to get output for SSD | Ramiro Polla | 2010-09-16 | 1 | -1/+1 |
* | rgb2rgb: don't misuse HAVE_* defines | Ramiro Polla | 2010-09-14 | 2 | -87/+83 |
* | swscale: indentation and emtpy line cosmetics | Ramiro Polla | 2010-09-13 | 1 | -5/+5 |
* | swscale: avoid reading prior to the source buffer in planar2x() MMX2 | Ramiro Polla | 2010-09-13 | 2 | -3/+15 |
* | swscale-test: allow specifying src/dst pixel formats | Ramiro Polla | 2010-09-12 | 1 | -6/+33 |
* | indent | Ramiro Polla | 2010-09-12 | 1 | -12/+12 |
* | swscale-test: take input from reference file | Ramiro Polla | 2010-09-12 | 1 | -19/+118 |
* | swscale-test: always use SWS_BILINEAR to convert from ref to src | Ramiro Polla | 2010-09-12 | 1 | -4/+3 |
* | swscale-test: move conversion from ref to source back to doTest() | Ramiro Polla | 2010-09-12 | 1 | -30/+43 |
* | rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32() | Ramiro Polla | 2010-09-12 | 3 | -6/+4 |
* | indent | Ramiro Polla | 2010-09-11 | 1 | -4/+4 |
* | swscale: remove unused code | Ramiro Polla | 2010-09-11 | 1 | -7/+0 |
* | rgb2rgb: remove unused yvu9toyv12 function | Ramiro Polla | 2010-09-11 | 1 | -11/+0 |
* | av_fill_image_linesizes -> av_image_fill_linesizes | Ramiro Polla | 2010-09-08 | 1 | -2/+2 |
* | rgb2rgb: build SSE2 codepath | Ramiro Polla | 2010-09-08 | 3 | -1/+14 |
* | swscale: also update flags on sws_getCachedContext() | Ramiro Polla | 2010-09-06 | 1 | -4/+12 |
* | swscale: fix internal rgb->yv12 chroma conversion used by the main scaler path | Ramiro Polla | 2010-09-06 | 1 | -3/+3 |
* | Fix mlib compilation: add mising include for SwsContext. | vle | 2010-09-05 | 1 | -0/+1 |
* | swscale: simplify selection of optimizations to compile. | Ramiro Polla | 2010-08-25 | 1 | -23/+25 |
* | swscale: Always define COMPILE_xxx to either 0 or 1. | Ramiro Polla | 2010-08-25 | 1 | -12/+28 |
* | swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion | Måns Rullgård | 2010-08-23 | 2 | -29/+28 |
* | swscale: remove unused macro parameter in BGR2UV template | Måns Rullgård | 2010-08-23 | 1 | -7/+7 |