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-05-06[MPC-HC] Tray icon: Add an optional custom callback for "show property page" ...Underground78
2016-05-03Use a more appropriate value for TOPLEFT chromaHendrik Leppkes
2016-04-20Move AVI Decompressor check to CheckConnect, so it fails fasterHendrik Leppkes
2016-04-20Block connecting to the "AVI Decompressor" filter from LAV VideoHendrik Leppkes
2016-04-18Remove left-over debug codeHendrik Leppkes
2016-04-17Properly null check many allocations that missed itHendrik Leppkes
2016-04-16CDecWMV9/CDecWMV9MFT: Do not declare conflicting types in headers.Kacper Michajłow
2016-04-12Remote mpeg2 decoding at the start of a GOP, in addition to after a keyframeHendrik Leppkes
2016-04-12Refactor the sequence detection function to detect other sequence elementsHendrik Leppkes
2016-03-26Ensure the internal audio buffer doesn't grow out of controlHendrik Leppkes
2016-03-17Remove unused variablesHendrik Leppkes
2016-03-17Stop reading before the end of the buffer to avoid overreadsHendrik Leppkes
2016-03-17Sync MPEG Audio streams received from the MS MPEG-1 SplitterHendrik Leppkes
2016-03-17Add a helper function to consume data from a GrowableArrayHendrik Leppkes
2016-03-12Only allow to guess the interlaced flag for the media type, not for software ...Hendrik Leppkes
2016-03-12Properly signal doubled fps in initial media type when using w3fdifHendrik Leppkes
2016-03-11Allow primary/matrix metadata values which are defined in the latest Windows SDKHendrik Leppkes
2016-03-08Try to guess the expected DTS output format to avoid unneeded format changesHendrik Leppkes
2016-03-06Tune the layout of the hwaccel options a bit moreHendrik Leppkes
2016-03-06Adjust layout of the resolution/codec selectors to allow for slightly bigger ...Hendrik Leppkes
2016-03-02Add H.264 MVC to the format configurationHendrik Leppkes
2016-03-01Add a bit more logging for MVC problemsHendrik Leppkes
2016-03-01msdk_mvc: remove EOS markers from the bitstream, as they confuse the decoderHendrik Leppkes
2016-02-29msdk_mvc: refactor async queue size settingHendrik Leppkes
2016-02-21Fixup a few log messagesHendrik Leppkes
2016-02-21Remove unused variableHendrik Leppkes
2016-02-21Avoid shadowing a variableHendrik Leppkes
2016-02-21Add a helper class to manage bitstream lifetimeHendrik Leppkes
2016-02-21Adjust log messages and levels a bitHendrik Leppkes
2016-02-21Remove useless castHendrik Leppkes
2016-02-21Change 3D Plane Side Data structureHendrik Leppkes
2016-02-21Only send 3D offset side data when its valid (ie. planes > 0)Hendrik Leppkes
2016-02-21CommentsHendrik Leppkes
2016-02-21Offset timestamps to work around unsigned msdk timestampsHendrik Leppkes
2016-02-21msdk_mvc: parse SEI offset metadataHendrik Leppkes
2016-02-16msdk_mvc: accept AnnexB-style MVC using the AMVC subtypeHendrik Leppkes
2016-02-15Show the active device name for CUVID as well.Hendrik Leppkes
2016-02-14Remove pointless log lineHendrik Leppkes
2016-02-14Add options to select the GPU for DXVA2-CopyBackHendrik Leppkes
2016-02-13Re-shuffle video options screenHendrik Leppkes
2016-02-13msdk_mvc: force using the software implementation until hw can be tested and ...Hendrik Leppkes
2016-02-12Fix setting allowed pixfmts on the avfilter outputHendrik Leppkes
2016-02-10Enable RGB48 output by defaultHendrik Leppkes
2016-01-30Increase minimum PCM buffering by 50%.Hendrik Leppkes
2016-01-27Offer Weston Three Field Deinterlacing (w3fdif) as an alternative to YADIFHendrik Leppkes
2016-01-21Add VP9 Profile 2 DXVA device GUIDHendrik Leppkes
2016-01-15Implement IPropertyBag in LAVVideo to export STEREOSCOPIC3D metadataHendrik Leppkes
2016-01-12Update libmfx dispatchers for improved dll loading logicHendrik Leppkes
2016-01-11Remove debug variants of libmfx as they don't work as expectedHendrik Leppkes
2016-01-10Add debug variants of the libmfx librariesHendrik Leppkes