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
2014-06-03[MPC-HC] Tray icon: Add an optional custom callback for "show property page" ...Underground78
2014-06-03[MPC-HC] LAV Splitter: Exhibits MKV attachments through IDSMResourceBag inter...Underground78
2014-05-25biPlanes is documented to always be 1.Hendrik Leppkes
2014-05-12Check all uses of MultiByteToWideChar and WideCharToMultiByteHendrik Leppkes
2014-05-11LAV Splitter: Fix the filtering of non-forced PGS subtitles.Underground78
2014-03-06Add a safeguard in case reading hits EOFHendrik Leppkes
2014-03-06Disable all libbluray debug logging in release builds.Hendrik Leppkes
2014-03-05Support opening icyx:// URLsHendrik Leppkes
2014-03-04Parsing of ICY metadataHendrik Leppkes
2014-03-04Request ICY metadata from ShoutCast HTTP ServersHendrik Leppkes
2014-02-07Add support for ATRAC3+Jan Ekström
2014-02-07Separate ATRAC series from Real AudioJan Ekström
2014-02-02ITrackInfo should be enabled by default.Hendrik Leppkes
2014-02-02Block WMP/WMC from overwriting the initial track choice.Hendrik Leppkes
2014-01-28Add a DTS-HD subtype when the stream is HD.Hendrik Leppkes
2014-01-26Move the EC_LENGTH_CHANGED event to after actually executing the change.Hendrik Leppkes
2014-01-14Format Cue Sheet entries to contain more information.Hendrik Leppkes
2014-01-14Implement an interface for high-level streaming control.Hendrik Leppkes
2014-01-12Safer VARIANT handling.Hendrik Leppkes
2014-01-12Fix a missed instance of copyright yearHendrik Leppkes
2014-01-12Update copyright year to 2014Hendrik Leppkes
2014-01-12Change "No subtitles" pin to use a basic text-only typeHendrik Leppkes
2014-01-10Make PGS selection more lenient when no stream matches the audio language.Hendrik Leppkes
2014-01-10Fix Forced Subtitle stream in files without audio.Hendrik Leppkes
2014-01-04Use proper format type for native mpeg4 in mkvHendrik Leppkes
2013-12-26Implement IBitRateInfokasper93
2013-12-22Update ToolsVersion in the project filesHendrik Leppkes
2013-12-21Expose rotation metadata from MP4 filesHendrik Leppkes
2013-12-21Expose all internal metadata through IPropertyBagHendrik Leppkes
2013-12-17Prefer const-refs in foreach loops where appropriateHendrik Leppkes
2013-12-17Use a media type from the real subtitle streams for the "No Subtitles" PinHendrik 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-12-16Add support for parsing embeded Cue SheetsHendrik Leppkes
2013-12-09Suppress invalid mp1/2/3 streamsHendrik Leppkes
2013-11-29Make sure side-data is merged until a proper solution is implementedHendrik Leppkes
2013-11-26Include wmcodecdsp.h and remove any duplicate GUID definitionsHendrik Leppkes
2013-11-08Disable MPEG-TS H.264 to AVC1 conversion by defaultHendrik 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-11-06Fix a typoHendrik Leppkes
2013-11-06Reset EOS protection on a BD seekHendrik Leppkes
2013-11-06Process events during file opening and reset EOS protectionHendrik Leppkes
2013-11-05Implement a workaround for BDs which have a clip without audio at the end.Hendrik Leppkes
2013-11-05Move BD interface functions into the BDDemuxer classHendrik Leppkes
2013-11-05Fix Blu-ray clip change detection because of 4-byte TS packet size diffHendrik Leppkes