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 (Collapse)Author
2016-05-06[MPC-HC] Tray icon: Add an optional custom callback for "show property page" ↵Underground78
events.
2016-05-03Use a more appropriate value for TOPLEFT chromaHendrik Leppkes
2016-04-20Move AVI Decompressor check to CheckConnect, so it fails fasterHendrik Leppkes
This partially reverts d4b3c73 and implements it differently.
2016-04-20Block connecting to the "AVI Decompressor" filter from LAV VideoHendrik Leppkes
The AVI Decompressor is automatically inserted by the filter graph builder when a filter offers a YUY2 output, however it doesn't actually support the conversion from LAVs output properly. Instead rely on LAVs RGB output. This fixes playback of videos embedded into PowerPoint, and similar situations.
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
Move struct declaration inside class so they are in proper namespace. This fixes errors with a few analyzers. Apparently compiler/analyzer were confused by the same struct name in two components.
2016-04-12Remote mpeg2 decoding at the start of a GOP, in addition to after a keyframeHendrik Leppkes
This allows playing intra-refresh mpeg2 samples, and should hopefully limit the amount of distortion it may allow to be shown after a seek to open-gop streams.
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
The splitter fails to cut off the ID3 tag properly, resulting in noise otherwise.
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
deinterlacing. This could result in unwanted frame rate changes in progressive content, which was initially guessed as interlaced due to lack of more information.
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
fonts
2016-03-02Add H.264 MVC to the format configurationHendrik Leppkes
Additionally add an override API for players.
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
Using ints and no dedicated flag field anymore, instead using negative values instead.
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
This makes some room for future hwaccel settings
2016-02-13msdk_mvc: force using the software implementation until hw can be tested and ↵Hendrik Leppkes
confirmed
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
This should hopefully ensure smooth playback of TrueHD and similar formats and avoid stuttering with some audio renderers.
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