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
2016-01-01Update Copyright to 2016Hendrik Leppkes
2015-12-31Enable automatic DPI scaling for ListView controls on the property pagesHendrik Leppkes
2015-11-15Fix a few analyzer warningsHendrik Leppkes
2015-10-14Remove AVI SSA parsing, its handled by ffmpeg now in a more complete way.Hendrik Leppkes
2015-09-22Update ToolsVersion and VS version referencesHendrik Leppkes
2015-09-22Update ffmpegHendrik Leppkes
2015-08-12Add an option to specify the maximum queue size in packetsHendrik Leppkes
2015-08-04Only reset playback init event when actually creating the threadHendrik Leppkes
2015-08-04Set/Clear the playback init event more thoroughly during startup to avoid rar...Hendrik Leppkes
2015-07-24Fix format specifierHendrik Leppkes
2015-04-03Export coverart and attachments through IDSMResourceBagHendrik Leppkes
2015-03-26Fix discontinuity logic when demuxing doesn't start with a video frameHendrik Leppkes
2015-03-23Don't include version.h in the precompiled headersHendrik Leppkes
2015-03-23Add common_defines.h to the project fileHendrik Leppkes
2015-03-23Move common win32 version/inclusion defines into a new headerHendrik Leppkes
2015-03-23Remove ENABLE_DEBUG_LOGFILE define from version.hHendrik Leppkes
2015-01-27Remove inttypes.h from the project file to stop rebuildingHendrik Leppkes
2015-01-26Use size_t for Packet::sizeHendrik Leppkes
2015-01-25Silence warnings from ffmpeg includesHendrik Leppkes
2015-01-03Happy new Year!Hendrik Leppkes
2014-12-13Re-order assignments to avoid memory leakHendrik Leppkes
2014-12-09Implement a blacklist feature to allow disabling LAV for uncooperative applic...Hendrik Leppkes
2014-09-01Workaround an issue with the Microsoft File Source (URL) and EOF handlingHendrik Leppkes
2014-09-01Allow selecting subtitles on a substring match in advanced modeJohn Peebles
2014-05-12Check all uses of MultiByteToWideChar and WideCharToMultiByteHendrik Leppkes
2014-05-11LAV Splitter: Fix the filtering of non-forced PGS subtitles.Underground78
2014-02-02Block WMP/WMC from overwriting the initial track choice.Hendrik Leppkes
2014-01-26Move the EC_LENGTH_CHANGED event to after actually executing the change.Hendrik Leppkes
2014-01-14Implement an interface for high-level streaming control.Hendrik Leppkes
2014-01-12Update copyright year to 2014Hendrik Leppkes
2014-01-12Change "No subtitles" pin to use a basic text-only typeHendrik Leppkes
2013-12-26Implement IBitRateInfokasper93
2013-12-22Update ToolsVersion in the project filesHendrik Leppkes
2013-12-21Expose all internal metadata through IPropertyBagHendrik Leppkes
2013-12-17Prefer const-refs in foreach loops where appropriateHendrik 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-16Simplify a lot of iterator loops by using C++11 for-eachHendrik Leppkes
2013-11-08Remove stdint.h in favor of Visual Studio official stdint.hHendrik Leppkes
2013-11-07Revert "Wait for the seek to finish before returning to the caller."Hendrik Leppkes
2013-11-07Wait for the seek to finish before returning to the caller.Hendrik Leppkes
2013-11-07Refactor playback init checks into an event instead of a critical sectionHendrik Leppkes
2013-11-07Avoid a race condition between seeking and stopping.Hendrik Leppkes
2013-10-30Enable rawvideo by defaultHendrik Leppkes
2013-10-28Protect tray icon creation with a lockHendrik Leppkes
2013-10-28Don't remove the tray icon on-the-flyHendrik Leppkes
2013-10-27Re-design the cleanup functionality of the tray iconHendrik Leppkes
2013-09-18Fix playback of DVD LPCM with other source filters or other decoders.Hendrik Leppkes
2013-09-11Move demuxer init down to where its needed.Hendrik Leppkes
2013-09-11Initialize variable in constructorHendrik Leppkes