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
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-02-02Basic support for P010 as an internal pixel formatHendrik Leppkes
2015-01-03Happy new Year!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-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-15Add a check for converting odd-height 422/444 formats to RGBHendrik 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-10-27HACK: fix debug builds with VS 2012Hendrik 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-03pixconv: support YCgCo to RGB conversionHendrik Leppkes
2012-03-18Fix a few L4 warningsHendrik Leppkes
2012-02-18pixconv: add missing memory fencesHendrik Leppkes
2012-02-05pixconv rgb32: Increase dithering randomness.Hendrik 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-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-31pixconv: rgb32: refactor dithering coefficient creation.Hendrik Leppkes
2012-01-10Add support for the FCC matrix in the rgb converter.Hendrik Leppkes
2012-01-06Update license headers for 2012Hendrik Leppkes
2011-10-23Adjust decision logic for SD/HD RGB matrices.Hendrik Leppkes
2011-09-25Update GPLv2 license headerHendrik Leppkes
2011-09-23Add support for NV12 input in the RGB converterHendrik Leppkes
2011-09-18Update pixel format converters and some related changesHendrik Leppkes
2011-09-10Mark constants as constant.Hendrik Leppkes
2011-09-04Make the RGB converter multi-threaded.Hendrik Leppkes
2011-09-04Add proper handling for chroma upscaling on the right edge.Hendrik Leppkes
2011-09-04Remove unused rgb limiting code.Hendrik Leppkes
2011-09-03Implement RGB24 output.Hendrik Leppkes
2011-09-03Factor 8-bit pixel loading into a macro.Hendrik Leppkes