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-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
2013-10-30Set Only-DTS flag for HEVC in AVIHendrik Leppkes
2013-10-30Set Only-DTS flag for rawvideoHendrik Leppkes
2013-10-30Redefine H264 DTS pin info flag to be more generic (for HEVC support)Hendrik Leppkes
2013-10-30Enable rawvideo by defaultHendrik Leppkes
2013-10-30Map "hevc" to the rawvideo typeHendrik 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-10-20Replace a few deprecated function callsHendrik Leppkes
2013-10-20Support VP9Hendrik Leppkes
2013-10-20Support HEVC demuxingHendrik Leppkes
2013-09-23Log seeking correctionsHendrik Leppkes
2013-09-23Read into a fixed size buffer instead of all at once.Hendrik Leppkes
2013-09-23Seek after the 4-byte extra TS headers on BD.Hendrik Leppkes