Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-09The RGB48->RGB24 converter doesn't actually use SSSE3Hendrik Leppkes
2013-05-09Restructure SSSE3 RGB48 converter for better readabilityHendrik Leppkes
2013-05-09Add SSSE3 RGB48->RGB32/RGB24 converterHendrik Leppkes
2013-05-09Rename macros to be more genericHendrik Leppkes
2013-05-09Use AVPixelFormat instead of deprecated PixelFormat and disable old namesHendrik Leppkes
2013-05-09Use AV_PIX_FMT_* instead of the deprecated PIX_FMT_*Hendrik Leppkes
2013-03-29Update Copyright Year to 2013Hendrik Leppkes
2013-02-06Use ptrdiff_t for variables used for address manipulation in the SSE2 code.Hendrik Leppkes
2012-10-27HACK: fix debug builds with VS 2012Hendrik Leppkes
2012-10-16v210: Don't use FFALIGN for non power of 2 alignments.Hendrik Leppkes
2012-10-16Fix v210 output from non-422p10 sourcesHendrik Leppkes
2012-07-11pixconv: fix chroma handling for YCgCoHendrik Leppkes
2012-07-11pixconv: don't use SSE4 instructions for YCgCo conversionHendrik Leppkes
2012-07-05Support up to 14-bits in YUV->RGB and 420->422 convertersHendrik Leppkes
2012-07-05Unify shift/bpp parameters of SSE2 pixel loading macrosHendrik Leppkes
2012-07-03pixconv: support YCgCo to RGB conversionHendrik Leppkes
2012-04-01pixconv: Ensure memory is aligned before using sse memory copyHendrik Leppkes
2012-03-18Fix a few L4 warningsHendrik Leppkes
2012-03-03Only use SSE2 copy when memory is aligned, avoid a second memcpy.Hendrik Leppkes
2012-02-25pixconv: yuv420->422: improve ditheringHendrik Leppkes
2012-02-18pixconv: add missing memory fencesHendrik Leppkes
2012-02-15pixconv: factor sse2 memcpy into macrosHendrik Leppkes
2012-02-15Optimize YUV420 -> NV12 pathHendrik Leppkes
2012-02-15Optimize NV12 -> YV12 pathHendrik Leppkes
2012-02-15Add a SSE2 optimized NV12 -> NV12 copyHendrik Leppkes
2012-02-05Remove a bit of code duplicationHendrik Leppkes
2012-02-05pixconv rgb32: Increase dithering randomness.Hendrik Leppkes
2012-02-05Optimize the YUV4:2:0 10-bit -> YV12/NV12 path.Hendrik Leppkes
2012-02-05Increase YUV420 10-bit -> YV12/NV12 dithering randomnessHendrik Leppkes
2012-02-05Ensure dither coeffs are available before trying to use random ditheringHendrik Leppkes
2012-02-05pixconv rgb: Support switching dithering type on-the-flyHendrik Leppkes
2012-02-05Implement random dithering in YUV444->AYUVHendrik Leppkes
2012-02-05Implement random dithering in YUV4:2:2 -> YUY2/UYVYHendrik Leppkes
2012-02-05Implement random dithering in YUV420 -> YV12/NV12Hendrik Leppkes
2012-02-05Use a smaller random sample window.Hendrik Leppkes
2012-02-04Support both Random and Ordered dithering in the RGB converterHendrik Leppkes
2012-02-04pixconv rgb32: replace ordered dithering by random ditheringHendrik Leppkes
2012-02-01pixconv rgb32: optimize dither coeff generationHendrik Leppkes
2012-01-31Fix 10-bit YUV -> YV16/YV24 conversionHendrik Leppkes
2012-01-31pixconv: rgb32: refactor dithering coefficient creation.Hendrik Leppkes
2012-01-30Implement 10-bit YUV -> YV16/YV24Hendrik Leppkes
2012-01-30Fix typo in YUV -> YV12/16/24 codeHendrik Leppkes
2012-01-29Implement YV16/YV24 output formats (unused so far)Hendrik Leppkes
2012-01-10Add support for the FCC matrix in the rgb converter.Hendrik Leppkes
2012-01-07Disable clipping in v210 code.Hendrik Leppkes
2012-01-07Add support for v210 and v410 outputHendrik Leppkes
2012-01-06Update license headers for 2012Hendrik Leppkes
2011-12-11Implement custom YUV422 > 8b -> YUY2/UYVY converterHendrik Leppkes
2011-11-25Slight optimization for 10bit -> 8bit for NV12/AYUV output.Hendrik Leppkes
2011-11-24Fix overflow in 10->8 bit ditheringHendrik Leppkes