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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-07HdmvClipInfo: Support UHD Blu-ray discs (#199)HEADdevelopHendrik Leppkes
2017-08-28Update LAV Filters to 0.70.2-71-g19e8ac72 (custom build based on ↵Kacper Michajłow
0.70.2-66-g2de18acd).
2017-08-28Update MediaInfoLib to v0.7.98.XhmikosR
2017-08-28Update ZenLib to v0.4.36.XhmikosR
2017-08-28Do not init CString for H/W accelerator.Kacper Michajłow
While at it fix S/W decoders being mistaken for H/W ones.
2017-08-28Update lcms2 to d8a36d0.Kacper Michajłow
2017-08-28Enable omit frame pointers for 32-bit build.Kacper Michajłow
2017-08-28LAVFilter: Fix clean target.Kacper Michajłow
2017-08-28Fix some compilation warnings.Kacper Michajłow
2017-08-28Enable C4840 warning.Kacper Michajłow
2017-08-28Do not pass incompatible object to variadic functions.Kacper Michajłow
2017-08-28Enable referenceBinding and ternary conformance options.Kacper Michajłow
2017-08-28AppSettings: Fix initialization order in wmcmd_base constructor.Kacper Michajłow
2017-08-28Check if OS supports AVX.Kacper Michajłow
2017-08-28Don't use make_unique, we don't need initialization here.Kacper Michajłow
2017-08-28Update RARFileSource.Kacper Michajłow
2017-08-28Update Sanear.Kacper Michajłow
2017-08-28Fix ambiguous ternary operators.Kacper Michajłow
2017-08-28ExceptionHandler: Use proper pointer type.Kacper Michajłow
2017-08-28Add typename for dependant types.Kacper Michajłow
2017-08-28Constify strings to conform C++ standard.Kacper Michajłow
2017-08-28Do not bind r-value to non-const l-value reference.Kacper Michajłow
2017-08-28Sanear: Add "Ignore system channel mixer" option.Kacper Michajłow
2017-08-16AboutDlg: Fix typo.Kacper Michajłow
2017-08-16Compilation.md: Minor wording change.Kacper Michajłow
2017-08-16CFGFilterLAVVideo: Return original name if no user friendly one is available.Kacper Michajłow
2017-08-16Update Compilation.md (#189)kongfl888
After 0c921bc.
2017-08-15Adjust ISOLang of chinese.kongfl888
2017-08-15Fixes after alpha mask recent changes.Kacper Michajłow
- Do not call get() on empty pointer - Use one memset as multiple ones are faster, but are missing needed bound checking that would make code unnecessery complex - Init Effect struct with zeros.
2017-08-15Update libdivide.Kacper Michajłow
2017-08-15AboutDlg: Show proper compiler version.Kacper Michajłow
2017-08-15LAV Filters: Recognize new D3D11 decoder.Kacper Michajłow
2017-08-15build_ffmpeg.sh: Use yasm for now to avoid MSBuild issue.Kacper Michajłow
See https://github.com/Microsoft/msbuild/issues/2424 Also sync build options with upstream.
2017-08-15Remove unused function.Kacper Michajłow
2017-08-14Update translations from Transifex.Translators
2017-08-14Update to astyle 3.0.1.XhmikosR
2017-08-14Fix a few Cppcheck warnings.XhmikosR
2017-08-14Added a few extensions to formats pageclsid2
2017-08-14Change last Pan&Scan to Pan & Scan.Kacper Michajłow
2017-08-14Enforce SDK version for LAV Filters.Kacper Michajłow
2017-08-13Update LAV Filters to 0.70.2-40-gfc49d878 (custom build based on ↵Kacper Michajłow
0.70.2-35-ge3c6f38a).
2017-08-13Use the native compiler environment.Kacper Michajłow
2017-08-13Replace all qsort with std::sort.Kacper Michajłow
2017-08-13Do not over optimize memsetd.Kacper Michajłow
In our use low overhead rep stosd is faster than SSE2 stores. On modern CPUs rep stosd is quite fast. We don't need big throughput, low overhead is more important in our usage.
2017-08-13Subtitles: Use std::sort instead qsort.Kacper Michajłow
It is a lot faster.
2017-08-13Subtitles: Use FastTrim in hot paths.Kacper Michajłow
2017-08-13Subtitles: Add cache for alpha mask.Kacper Michajłow
2017-08-13Subtitles: Refactor rasterizer.Kacper Michajłow
- Implemented more vectorized SSE2 version and add AVX2 version. - Vectorized all draw operations, not only a few of them. - Few times faster with certain subtitles Fixes #5036
2017-08-02Fix Chinese LCID valuesclsid2
2017-08-02Improved subtitle selection when no LCID value is available.clsid2
Fixes ticket #4112 Signed-off-by: clsid2 <clsid2@users.sourceforge.net>