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-15Fix v210 with an odd image width.Hendrik Leppkes
2013-12-15Add a check for converting odd-height 422/444 formats to RGBHendrik Leppkes
2013-12-15Use higher quality SWS scaler flagsHendrik Leppkes
2013-12-13Always reduce the aspect ratio fraction to avoid reconnectsHendrik Leppkes
2013-12-13dxva2: skip re-init when only aspect ratio changesHendrik Leppkes
2013-12-12dxva2: Fix and enable VC-1/WMV3 decoding on IntelHendrik Leppkes
2013-12-09avcodec: remove now unused variableHendrik Leppkes
2013-12-09avcodec: simplify video decode loop, video decoders consume the full buffer b...Hendrik Leppkes
2013-12-09avcodec: simplify timestamp logic selection by using codec propertyHendrik Leppkes
2013-12-09avcodec: remove thread config tableHendrik Leppkes
2013-12-06avcodec: use active_thread_type to check if mt decoding is activeHendrik Leppkes
2013-11-29Remove XP hint from tooltip, the option is now disabled there.Hendrik Leppkes
2013-11-29Fix timestamp resync after recent changesHendrik Leppkes
2013-11-29Handle sample skips in the audio decoderHendrik Leppkes
2013-11-29Disable the HQ Deint option on XP, to reduce user confusionHendrik Leppkes
2013-11-26Support VC1/WMV3 Image codecsHendrik Leppkes
2013-11-26Include wmcodecdsp.h and remove any duplicate GUID definitionsHendrik Leppkes
2013-11-25dxva2: disable vc1/wmv on Intel GPUsHendrik Leppkes
2013-11-23Disable DXVA2 Extended Format support for the overlay mixerHendrik Leppkes
2013-11-19Check the decoder exists before trying to decodeHendrik Leppkes
2013-11-15Do not send dwControlFlags for only the MPEG2 Chroma Location infoHendrik Leppkes
2013-11-15Support different image height/buffer height during pixfmt conversionsHendrik Leppkes
2013-11-15Move plane/stride calculation out of the individual pixfmt convertersHendrik Leppkes
2013-11-13LAV Audio: Fix a deadlock when changing bitstreaming settings when paused.Underground78
2013-11-13Use m_bDXVAExtFormatSupport as a proper boolean.Hendrik Leppkes
2013-11-13Detect support for DXVA2ExtendedFormat, instead of only supporting madVRHendrik Leppkes
2013-11-12Only flush the avcodec decoder from the DXVA2 Allocator, not recreate it.Hendrik Leppkes
2013-11-10Fix handling of WMVA video with the DMO decoderHendrik Leppkes
2013-11-09Remove entry which was previously forgotten.Hendrik Leppkes
2013-11-08Remove H264RandomAccess class and rely on avcodec insteadHendrik Leppkes
2013-11-07Lock the allocator when re-initing the DXVA2 decoderHendrik Leppkes
2013-11-07Move hwaccel_context cleanup into the AVCodecContext cleanupHendrik Leppkes
2013-11-07Remove write-only bDXVA variableHendrik Leppkes
2013-11-07Re-init avcodec context on seeks with DXVA too.Hendrik Leppkes
2013-11-06Check for presence of verison info before using it.Hendrik Leppkes
2013-11-06Added a version check for the DTS decoder dll.Hendrik Leppkes
2013-10-31Add an option to set the index of the GPU to be used for HW decodingHendrik Leppkes
2013-10-30Add two additional DV FourCCs (for Canopus)Hendrik Leppkes
2013-10-30Unify "Source sends DTS" conditionsHendrik Leppkes
2013-10-30Redefine H264 DTS pin info flag to be more generic (for HEVC support)Hendrik 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-23Support HM10 FourCC for HEVC videoHendrik Leppkes
2013-10-21Simplify audio buffer handlingHendrik Leppkes
2013-10-20Replace a few deprecated function callsHendrik Leppkes
2013-10-20Support VP9Hendrik Leppkes
2013-10-20Support HEVC decodingHendrik Leppkes
2013-09-25Revert "Propose a RGB mediatype with negative height on connect."Hendrik Leppkes
2013-09-18Fix playback of DVD LPCM with other source filters or other decoders.Hendrik Leppkes