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-05-09Consolidate the internal P010/P016 formats into one with an attached bitdepthHendrik Leppkes
2017-05-09Support P016 as an internal pixel formatHendrik Leppkes
2017-04-21Update copyright year to 2017Hendrik Leppkes
2017-04-11Use unsigned types where appropriate in the generic conversion functionsHendrik Leppkes
2017-04-11Fix Y416 conversion to be in the right format.Hendrik Leppkes
2017-03-07Support VS2017Hendrik Leppkes
2017-02-13Fix shift handling for converted content in y416Hendrik Leppkes
2017-02-13Support Y416 output from lower bitdepth without swscaleHendrik Leppkes
2016-11-24Fix 12-bit 444 -> rgb24/32 conversionHendrik Leppkes
2016-04-17Properly null check many allocations that missed itHendrik Leppkes
2016-01-01Update Copyright to 2016Hendrik Leppkes
2015-11-16Don't change YUV matrix when converting pixfmtsHendrik Leppkes
2015-11-11Fix missing offset in nv12->yv12 direct conversionHendrik Leppkes
2015-11-11Support NV12->YV12 output in DXVA2-CB Direct ModeHendrik Leppkes
2015-06-04Fix dithering in RGB48 -> 32/24 conversionHendrik Leppkes
2015-02-02Add optimized P010 -> NV12 converters, and allow this conversion for direct modeHendrik Leppkes
2015-02-02Basic support for P010 as an internal pixel formatHendrik Leppkes
2015-01-31dxva2cb: implement direct output modeHendrik Leppkes
2015-01-03Happy new Year!Hendrik Leppkes
2014-06-15Unroll yuv420->nv12Hendrik Leppkes
2014-05-25Convert frame stride to ptrdiff_tHendrik Leppkes
2014-05-25Convert dstStride to ptrdiff_tHendrik Leppkes
2014-05-25Fix yuv422 -> yuyv/uyvy crashHendrik Leppkes
2014-05-24Update plane_copy to be the same as plane_copy_sse2 without the SSE2 copy.Hendrik Leppkes
2014-05-24Implement plane_copy_sse2, optimized plain copying of frames.Hendrik Leppkes
2014-05-24Move plane_copy to pixconv.cppHendrik 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-04-04yuv2rgb: fix last line in odd-height 4:2:2/4:4:4 to RGB conversionHendrik Leppkes
2014-03-23Avoid using an intermediate registerHendrik Leppkes
2014-02-25Pull another template variable out, and let the dispatcher handle it.Hendrik Leppkes
2014-02-16Target stride is constantHendrik Leppkes
2014-02-16Optimization pass over pixconv functionalityHendrik Leppkes
2014-02-16Add timer.h high-precision timer for profilingHendrik Leppkes
2014-02-16RGB conversion coefficients are constant.Hendrik Leppkes
2014-02-16Move multithreading out of the template function to reduce binary size.Hendrik Leppkes
2014-02-10Fix YUV->RGB with >8 bit formatsHendrik Leppkes
2014-02-09Use a dispatcher table to lookup YUV->RGB conversion functions.Hendrik Leppkes
2014-02-03Remove SHIFTFIX hack, not needed anymore in VS2013Hendrik Leppkes
2014-02-03Support BT.2020 in the YCbCr -> RGB conversionHendrik Leppkes
2014-01-12Update copyright year to 2014Hendrik Leppkes
2013-12-17Replace NULL by nullptr where appropriateHendrik Leppkes
2013-12-15Remove superfluous parameterHendrik Leppkes
2013-12-15Fix v210 with an odd image width.Hendrik Leppkes
2013-12-15Add a check for converting odd-height 422/444 formats to RGBHendrik Leppkes
2013-12-15Use higher quality SWS scaler flagsHendrik Leppkes
2013-11-15Move plane/stride calculation out of the individual pixfmt convertersHendrik Leppkes
2013-05-10Switch the internal RGB48 format to the more common RGB component orderHendrik Leppkes
2013-05-10RGB48 output supportHendrik Leppkes
2013-05-09Add a SSE2/C converter for RGB48->RGB32 if SSSE3 is not availableHendrik Leppkes