2010-02-25 |
stefano | Remove pointless empty line.
|
commit | commitdiff | tree |
2010-02-25 |
stefano | Apply consistency nit.
|
commit | commitdiff | tree |
2010-02-18 |
stefano | Reindent and fix brace placement.
|
commit | commitdiff | tree |
2010-02-18 |
stefano | Vertically align a list of comparisons in sws_getCachedConte...
|
commit | commitdiff | tree |
2010-02-18 |
stefano | Merge two if conditions, allow to decrese the level...
|
commit | commitdiff | tree |
2010-02-05 |
stefano | Simplify how usesVFilter and usesHFilter are set.
|
commit | commitdiff | tree |
2010-02-05 |
stefano | Apply misc fixes to sws_getCoefficients() doxy.
|
commit | commitdiff | tree |
2010-02-05 |
stefano | Satisfy consistency need:
|
commit | commitdiff | tree |
2010-02-03 |
stefano | Implement shuffle_bytes_abcd() functions and use them...
|
commit | commitdiff | tree |
2010-01-31 |
stefano | Declare support for the pixel formats:
|
commit | commitdiff | tree |
2010-01-30 |
stefano | Reindent.
|
commit | commitdiff | tree |
2010-01-30 |
stefano | Use a consistent convention for the names of the internal...
|
commit | commitdiff | tree |
2010-01-30 |
stefano | Fix randomness of the swscale-test output.
|
commit | commitdiff | tree |
2010-01-27 |
stefano | Rename swscale-example to swscale-test, to better reflect...
|
commit | commitdiff | tree |
2010-01-25 |
stefano | Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks...
|
commit | commitdiff | tree |
2010-01-24 |
stefano | Fix mis-computation of the needsDither variable erroneously...
|
commit | commitdiff | tree |
2010-01-24 |
stefano | Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.
|
commit | commitdiff | tree |
2010-01-24 |
stefano | Use av_get_bits_per_pixel() for computing the bits...
|
commit | commitdiff | tree |
2010-01-20 |
stefano | Avoid more pointless tests, the input and output formats...
|
commit | commitdiff | tree |
2010-01-19 |
stefano | Split overly long line.
|
commit | commitdiff | tree |
2010-01-19 |
stefano | Make selfTest() perform tests where both the input...
|
commit | commitdiff | tree |
2010-01-18 |
stefano | Split long line.
|
commit | commitdiff | tree |
2010-01-18 |
stefano | Convert int -> enum PixelFormat in doTest().
|
commit | commitdiff | tree |
2010-01-17 |
stefano | Remove stray '\' at the end of macro definitions.
|
commit | commitdiff | tree |
2010-01-17 |
stefano | Remove duplicated or pointless newlines.
|
commit | commitdiff | tree |
2010-01-17 |
stefano | Factorize error message logging, log it if the converter...
|
commit | commitdiff | tree |
2010-01-17 |
stefano | Reindent after the last commit.
|
commit | commitdiff | tree |
2010-01-17 |
stefano | Make the pal2rgbWrapper set and use the converter in...
|
commit | commitdiff | tree |
2010-01-17 |
stefano | Factorize error message logging in rgb2rgbWrapper().
|
commit | commitdiff | tree |
2010-01-17 |
stefano | Add a const qualifier in a cast, fix the gcc warning:
|
commit | commitdiff | tree |
2010-01-17 |
stefano | Add a const qualifier in a cast, fix the gcc warning:
|
commit | commitdiff | tree |
2010-01-16 |
stefano | Fix typo, "get rid off" -> "get rid of".
|
commit | commitdiff | tree |
2010-01-16 |
stefano | Revert r30331, which broke compilation.
|
commit | commitdiff | tree |
2010-01-16 |
stefano | Prefer enum PixelFormat to int as the parameter type of
|
commit | commitdiff | tree |
2010-01-16 |
stefano | Declare with av_unused the variable alpMmxFilter, fix...
|
commit | commitdiff | tree |
2010-01-16 |
stefano | Factorize the code which calls the non optimized C...
|
commit | commitdiff | tree |
2010-01-16 |
stefano | Prefer "to %s%s" over "to%s %s", slightly more readable.
|
commit | commitdiff | tree |
2010-01-16 |
stefano | Simplify code in sws_getContext() which logs if the...
|
commit | commitdiff | tree |
2010-01-16 |
stefano | Factorize code which logs the source and destination...
|
commit | commitdiff | tree |
2010-01-16 |
stefano | Simplify reset_ptr(): employ usePal() macro rather...
|
commit | commitdiff | tree |
2010-01-15 |
stefano | Fix typo.
|
commit | commitdiff | tree |
2010-01-07 |
stefano | Implement sws_isSupportedInput() and sws_isSupportedOutput().
|
commit | commitdiff | tree |
2010-01-03 |
stefano | Prefer enum PixelFormat over int for the type of the...
|
commit | commitdiff | tree |
2010-01-03 |
stefano | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
|
commit | commitdiff | tree |
2010-01-03 |
stefano | Simplify usePal() macro, make it use av_pix_fmt_descriptors.
|
commit | commitdiff | tree |
2010-01-03 |
stefano | Simplify getSubSampleFactors(), make it use the values...
|
commit | commitdiff | tree |
2009-11-26 |
stefano | Make sws_format_name() use av_pix_fmt_descriptors.
|
commit | commitdiff | tree |
2009-11-07 |
stefano | Document sws_freeContext().
|
commit | commitdiff | tree |
2009-10-30 |
stefano | Document slice ordering assumption done by sws_scale().
|
commit | commitdiff | tree |
2009-06-06 |
stefano | Remove '\p' doxygen markup, as it should improve plain...
|
commit | commitdiff | tree |
2009-04-18 |
stefano | Rename swscale_avoption.c to options.c.
|
commit | commitdiff | tree |
2009-04-18 |
stefano | Make sws_setColorspaceDetails() return -1 if the destination...
|
commit | commitdiff | tree |
2009-04-18 |
stefano | Move sws_[gs]etColorspaceDetails() documentation from...
|
commit | commitdiff | tree |
2009-02-18 |
stefano | Rename the "src" parameter in the sws_scale() declaration to
|
commit | commitdiff | tree |
2009-02-18 |
stefano | Document sws_scale().
|
commit | commitdiff | tree |
2009-02-14 |
stefano | Use sws_printVec2() instead of the deprecated sws_printVec().
|
commit | commitdiff | tree |
2009-02-14 |
stefano | Implement sws_printVec2() and deprecate sws_printVec().
|
commit | commitdiff | tree |
2009-02-14 |
stefano | Document sws_normalizeVec().
|
commit | commitdiff | tree |
2009-02-12 |
stefano | Apply misc fixes for sws_getCachedContext() documentation.
|
commit | commitdiff | tree |
2009-02-12 |
stefano | Bump micro version, related to r28491.
|
commit | commitdiff | tree |
2009-02-11 |
stefano | Document sws_getContext().
|
commit | commitdiff | tree |
2009-02-11 |
stefano | Document sws_getIdentityVec().
|
commit | commitdiff | tree |
2009-02-10 |
stefano | Move sws_getGaussianVec() documentation from swscale...
|
commit | commitdiff | tree |
2009-02-10 |
stefano | Document sws_cloneVec().
|
commit | commitdiff | tree |
2009-02-10 |
stefano | Fix typo: lenght -> length.
|
commit | commitdiff | tree |
2009-02-10 |
stefano | Document sws_scaleVec().
|
commit | commitdiff | tree |
2009-02-10 |
stefano | Document sws_getConstVec().
|
commit | commitdiff | tree |
2009-02-10 |
stefano | Move documentation of sws_getCachedContext() from swscale...
|
commit | commitdiff | tree |
2009-02-10 |
stefano | Remove pointless comment regarding sws_scale_ordered().
|
commit | commitdiff | tree |
2009-02-10 |
stefano | Add a @deprecated notice to swscale_get_ordered().
|
commit | commitdiff | tree |
2009-02-09 |
stefano | Document coeff and length fields in SwsVector.
|
commit | commitdiff | tree |
2009-02-08 |
stefano | Drop the deprecated sws_scale_ordered() at the next...
|
commit | commitdiff | tree |
2009-02-08 |
stefano | Replace int type with enum PixelFormat for the dstFormat...
|
commit | commitdiff | tree |
2009-02-08 |
stefano | Fix a typo: lumaSarpen -> lumaSharpen.
|
commit | commitdiff | tree |
2008-08-31 |
stefano | Change headers' guardnames consistently with r15120.
|
commit | commitdiff | tree |
2008-08-29 |
stefano | Implement swscale_version().
|
commit | commitdiff | tree |