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
2017-05-12[MPC-HC] Tray icon: Add an optional custom callback for "show property page" ...Underground78
2017-05-11Update MSDK headers and library to MSDK 2016R2Hendrik Leppkes
2017-05-10Add the mediatype for id RoQ videoHendrik Leppkes
2017-05-09cuvid: re-add the DXVA processing optionHendrik Leppkes
2017-05-09cuvid: remove remnants of async memcpyHendrik Leppkes
2017-05-09cuvid: silence a warningHendrik Leppkes
2017-05-09Remove unused variablesHendrik Leppkes
2017-05-09cuvid: simplify HEVC Main12 bitstream checkingHendrik Leppkes
2017-05-09Consolidate the internal P010/P016 formats into one with an attached bitdepthHendrik Leppkes
2017-05-09cuvid: account for the full range flag from the cuvid video signal descriptio...Hendrik Leppkes
2017-05-09FFmpeg actually supports P016 nowHendrik Leppkes
2017-05-09cuvid: support hevc 12-bit decodingHendrik Leppkes
2017-05-09Parse the full HEVC SPS to find the range extension flagsHendrik Leppkes
2017-05-09Support P016 as an internal pixel formatHendrik Leppkes
2017-05-09cuvid: remove async device->host copyHendrik Leppkes
2017-05-09Remove experimental note from VP9 hwaccel configHendrik Leppkes
2017-05-09cuvid: replace printf with proper log outHendrik Leppkes
2017-05-09cuvid: output > 8 bit content using P010Hendrik Leppkes
2017-05-09cuvid: support vp9 decodingHendrik Leppkes
2017-05-09cuvid: enable support for hevc main10 decodingHendrik Leppkes
2017-05-09Parse more bitstream properties from the HEVC SPSHendrik Leppkes
2017-05-08cuvid: pass bitdepth to the decoderHendrik Leppkes
2017-05-08cuvid: properly fail decoding if creating a decoder failsHendrik Leppkes
2017-05-08Update NVIDIA NVDEC headers to SDK 8.0Hendrik Leppkes
2017-04-28Add AVdh mediatype for DNxHR streamsHendrik Leppkes
2017-04-24Support container content light level dataHendrik Leppkes
2017-04-24Fix a copy-pasta problemHendrik Leppkes
2017-04-24Export HDR Content Light Level metadata for madVRHendrik Leppkes
2017-04-23avcodec: avoid an extra decoding loop in a double EAGAIN error conditionHendrik Leppkes
2017-04-22avcodec: simplification and doc updateHendrik Leppkes
2017-04-22avcodec: fully handle EAGAIN returns from avcodec_send_packetHendrik Leppkes
2017-04-22avcodec: use refcounted packets if we're using a dynamic input allocatorHendrik Leppkes
2017-04-21avcodec: always parse mpeg1/2Hendrik Leppkes
2017-04-21avcodec: refactor packet decoding, separate parsing outHendrik Leppkes
2017-04-21avcodec: don't run the parser if the data is from LAV SplitterHendrik Leppkes
2017-04-21Update copyright year to 2017Hendrik Leppkes
2017-04-21Release all DXVA2 resources when DXVA2-Native decoding failsHendrik Leppkes
2017-04-21Simplify the main decoder managementHendrik Leppkes
2017-04-15cuvid: skip D3D9 init on Windows 10Hendrik Leppkes
2017-04-15cuvid: set deinterlace mode to weave (disabled) on progressive streamsHendrik Leppkes
2017-04-11Use unsigned types where appropriate in the generic conversion functionsHendrik Leppkes
2017-04-11Fix Y416 conversion to be in the right format.Hendrik Leppkes
2017-03-20Move DTSinPCM timestamp handling to a better placeHendrik Leppkes
2017-03-20Don't use H264 strict decoding with hwaccelsHendrik Leppkes
2017-03-20Disable software error concealment with hwaccel decodingHendrik Leppkes
2017-03-20Properly handle timestamps on very short PCM streamsHendrik Leppkes
2017-03-07Support VS2017Hendrik Leppkes
2017-03-07msdk_mvc: Unescape SEI NALs before parsing themHendrik Leppkes
2017-02-13Fix shift handling for converted content in y416Hendrik Leppkes
2017-02-13Support Y416 output from lower bitdepth without swscaleHendrik Leppkes