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
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
2013-09-11Fix uninitialized scalar valuesHendrik Leppkes
2013-09-10Fix a few cppcheck warningsXhmikosR
2013-09-08Optimize project files and optimization settings for VS2012Hendrik Leppkes
2013-09-06Don't sent stream discontinuities for Blu-raysHendrik Leppkes
2013-09-04Remove linker optimizations from project files, enabled by default.Hendrik Leppkes
2013-09-03Don't allow negative file positionsHendrik Leppkes
2013-08-25Only block extensions for direct file accessHendrik Leppkes
2013-08-16Remove unused buffers parameterHendrik Leppkes
2013-08-16Only do start time correction on one pin, otherwise a stream starting late ca...Hendrik Leppkes
2013-07-23Move common init code to a more appropriate placeHendrik Leppkes
2013-07-23Properly reset the source filter when a new file is opened.Hendrik Leppkes
2013-07-06Reduce read buffer size for network streamsHendrik Leppkes
2013-07-03Add an option to configure the analyze duration for network streams.Hendrik Leppkes
2013-07-03Increase audio queues for Blu-ray codecsHendrik Leppkes
2013-07-03Adjust how audio queue sizes are setHendrik Leppkes
2013-06-22Improve accuracy of IAMExtendedSeeking::get_CurrentMarkerHendrik Leppkes