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
2017-04-21Update copyright year to 2017Hendrik Leppkes
2016-01-01Update Copyright to 2016Hendrik Leppkes
2015-02-02Add optimized P010 -> NV12 converters, and allow this conversion for direct modeHendrik Leppkes
2015-01-03Happy new Year!Hendrik Leppkes
2014-06-15Unroll yuv420->nv12Hendrik Leppkes
2014-05-25Fix yuv422 -> yuyv/uyvy crashHendrik Leppkes
2014-05-24Optimize and simplify SSE2 load/storeHendrik Leppkes
2014-05-24Switch optimized converter functions back to custom SSE2 memory copy.Hendrik Leppkes
2014-02-16Optimization pass over pixconv functionalityHendrik Leppkes
2014-01-12Update copyright year to 2014Hendrik Leppkes
2013-12-17Replace NULL by nullptr where appropriateHendrik Leppkes
2013-11-15Move plane/stride calculation out of the individual pixfmt convertersHendrik 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-07-05Unify shift/bpp parameters of SSE2 pixel loading macrosHendrik 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-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-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-05Implement random dithering in YUV4:2:2 -> YUY2/UYVYHendrik Leppkes
2012-02-05Implement random dithering in YUV420 -> YV12/NV12Hendrik Leppkes
2012-01-31Fix 10-bit YUV -> YV16/YV24 conversionHendrik 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-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
2011-11-02Ensure the last chroma sample is not lost.Hendrik Leppkes
2011-09-25Update GPLv2 license headerHendrik Leppkes
2011-09-24NV12 -> YV12 SSE2 converterHendrik Leppkes
2011-09-18Update pixel format converters and some related changesHendrik Leppkes
2011-09-15Rename LAVPixFmt -> LAVOutPixFmt, to indicate those are the output types.Hendrik Leppkes
2011-09-10Mark constants as constant.Hendrik Leppkes
2011-09-09420p10->p010: small optimizationsHendrik Leppkes
2011-09-09Templateize the shift value out of the P010 converterHendrik Leppkes
2011-09-02Implemented a custom YUV422P -> YUY2/UYVY converter.Hendrik Leppkes
2011-09-02Remove unused variable.Hendrik Leppkes
2011-09-02Add optimized converters for YUV420 -> YV12/NV12Hendrik Leppkes
2011-09-02Save one shift operation per pixel when dithering.Hendrik Leppkes
2011-09-02Implement SIMD converter for YUV420/422 -> P010/P210Hendrik Leppkes