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
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
2013-06-22Change comment to reflect the new behaviourHendrik Leppkes
2013-06-22Fix .manifest resource file placementHendrik Leppkes
2013-06-22Only copy the dependency manifest when building LAV SplitterHendrik Leppkes
2013-06-15Add missing quotes to support project files in path with spacesHendrik Leppkes
2013-06-15Add manifest files to control dll loading.Underground78
2013-06-08Check the demuxer was created before transition into Pause modeHendrik Leppkes
2013-06-08Use proper signature for OpenConfiguration functionHendrik Leppkes
2013-06-03Remove StreamInfo functionHendrik Leppkes
2013-06-03Store LCID value in stream structHendrik Leppkes
2013-05-26GetFormats: Add missing parenthesis in ca01976e1997.Underground78
2013-05-26LAV Splitter API: Add a function to get the list of available formatsUnderground78
2013-05-25Cosmetics: Fix some typosUnderground78
2013-05-20Delay network init until the splitter is actually initalized.Hendrik Leppkes
2013-05-15Tweak virtual forced track selectionHendrik Leppkes
2013-05-13In Default Submode, prefer default tracks over the virtual forced subtitle trackHendrik Leppkes
2013-05-12Fix return values of ProcessMenuCommandHendrik Leppkes
2013-05-12Show chapters in the splitter popup menuHendrik Leppkes