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-07-16[MPC-HC] Tray icon: Add an optional custom callback for "show property page" ...Underground78
2017-05-18Add a new helper function to check for a specific Windows 10 buildHendrik Leppkes
2017-04-21Update copyright year to 2017Hendrik Leppkes
2017-04-15Add helper function to check for Windows 10Hendrik Leppkes
2017-03-20gpu_memcpy: fix the name of a variableHendrik Leppkes
2017-03-20gpu_memcpy: add a memory barrier to avoid compiler re-orderingHendrik Leppkes
2017-03-07Support VS2017Hendrik Leppkes
2017-03-07msdk_mvc: Unescape SEI NALs before parsing themHendrik Leppkes
2016-07-11Forward FFMpeg side-data to the decodersHendrik Leppkes
2016-03-17Add a helper function to consume data from a GrowableArrayHendrik Leppkes
2016-03-01msdk_mvc: remove EOS markers from the bitstream, as they confuse the decoderHendrik Leppkes
2016-02-20Add bit skipping functionHendrik Leppkes
2016-02-18Use init_get_bits8Hendrik Leppkes
2016-01-14Parse strings as ANSI when UTF8 failsHendrik Leppkes
2016-01-11More thread safety for log file handlingHendrik Leppkes
2016-01-11Use a ref counter on the output log fileHendrik Leppkes
2016-01-01Update Copyright to 2016Hendrik Leppkes
2015-12-07DSUtil: Add version check for Windows 8 and aboveHendrik Leppkes
2015-09-22Update ToolsVersion and VS version referencesHendrik Leppkes
2015-04-06Silence a warning in x64 buildsHendrik Leppkes
2015-04-05Use std::remove_if instead of a manual loopHendrik Leppkes
2015-04-04Re-write vector clearing loopHendrik Leppkes
2015-04-04Add missing lockHendrik Leppkes
2015-04-03Export coverart and attachments through IDSMResourceBagHendrik Leppkes
2015-03-23Don't include version.h in the precompiled headersHendrik Leppkes
2015-03-23Move common win32 version/inclusion defines into a new headerHendrik Leppkes
2015-01-29Another x64 warning fix in debug modeHendrik Leppkes
2015-01-25Silence warnings from ffmpeg includesHendrik Leppkes
2015-01-22Quote path to genversion.bat, in case path has spacesHendrik Leppkes
2015-01-03Happy new Year!Hendrik Leppkes
2015-01-03Add the git build number to the version string if availableHendrik Leppkes
2014-12-13Re-shuffle SetThreadName function to match MSDN documentationHendrik Leppkes
2014-12-10Add missing include to fix compilation for some peopleHendrik Leppkes
2014-12-09Implement a blacklist feature to allow disabling LAV for uncooperative applic...Hendrik Leppkes
2014-10-24Improve ff debug loggingHendrik Leppkes
2014-09-20Add a CH265Nalu classHendrik Leppkes
2014-05-17Fix safe conversions functions in the case of too long inputsHendrik Leppkes
2014-05-12Add helper functions for safe unicode transformations.Hendrik Leppkes
2014-04-21Implement a WMV9 MFT decoder, to replace the DMO decoder.Hendrik Leppkes
2014-03-30Validate string position before using the index.Hendrik Leppkes
2014-03-02Allow the timer macros to be used in release buildsHendrik Leppkes
2014-02-16Add timer.h high-precision timer for profilingHendrik Leppkes
2014-01-14Fix check for multiple file segments.Hendrik Leppkes
2014-01-14Format Cue Sheet entries to contain more information.Hendrik Leppkes
2014-01-12Update copyright year to 2014Hendrik Leppkes
2013-12-22Update ToolsVersion in the project filesHendrik Leppkes
2013-12-17Replace NULL by nullptr where appropriateHendrik Leppkes
2013-12-16Initialize class variables in the class, instead of the constructorHendrik Leppkes
2013-12-16Check that scanf succeedsHendrik Leppkes
2013-12-16Add support for parsing embeded Cue SheetsHendrik Leppkes