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-07-06dxva2: flush the decoder context when skipping a re-initHendrik Leppkes
2017-07-01Remove unused variableHendrik Leppkes
2017-06-17dxva2dec: free the D3D9Ex instance on failureHendrik Leppkes
2017-06-17dxva2dec: use Direct3D9Ex if availableHendrik Leppkes
2017-06-17dxva2dec: factor D3D adapter identification into its own functionHendrik Leppkes
2017-06-17dxva2dec: use array-style struct zeroing consistentlyHendrik Leppkes
2017-06-17dxva2dec: move device manager creation and handling to generic Init functionHendrik Leppkes
2017-06-17dxva2dec: pass the adapter id as a parameter to InitD3DHendrik Leppkes
2017-06-17dxva2dec: split DLL load from D3D initHendrik Leppkes
2017-05-29dxva2: support 10-bit vp9 decodingHendrik Leppkes
2017-05-09Consolidate the internal P010/P016 formats into one with an attached bitdepthHendrik Leppkes
2017-05-09Support P016 as an internal pixel formatHendrik Leppkes
2017-03-20Disable software error concealment with hwaccel decodingHendrik Leppkes
2016-04-17Properly null check many allocations that missed itHendrik Leppkes
2016-02-14Add options to select the GPU for DXVA2-CopyBackHendrik Leppkes
2016-01-21Add VP9 Profile 2 DXVA device GUIDHendrik Leppkes
2015-12-08Add support for VP9 DXVA2 HWAccelHendrik Leppkes
2015-09-11Revert HEVC to 16 ref framesHendrik Leppkes
2015-08-12dxva2n: enable 10-bit hevc decoding with P010 surfacesHendrik Leppkes
2015-07-28dxva2cb: prefer re-using active surfaces instead of using the entire poolHendrik Leppkes
2015-07-28dxva2cb: only allocate the maximum number of buffers required for a codecHendrik Leppkes
2015-06-09Lift the AMD 4K ban, they should have enough time to fix their broken drivers.Hendrik Leppkes
2015-02-21dxva2: ground work for DXVA2-Native 10-bit outputHendrik Leppkes
2015-02-07dxva2: HEVC 10-bit decoding in CopyBack modeHendrik Leppkes
2015-01-31dxva2cb: implement direct output modeHendrik Leppkes
2015-01-29Use size_t/ptrdiff_t where appropriateHendrik Leppkes
2015-01-17dxva2: use surface dimensions when probing the decoder as wellHendrik Leppkes
2015-01-17dxva2: remove strict compliance hackHendrik Leppkes
2015-01-17dxva2: signal the proper surface size to the DXVA2 decoder on creationHendrik Leppkes
2014-12-06Check if the codec is open before flushing itHendrik Leppkes
2014-11-28DXVA2 decoder: Don't crash when the width or height cannot be determined.Underground78
2014-10-23dxva2: fix video timestamps when playing dts-only h264Hendrik Leppkes
2014-09-25Fix HEVC fallback in DXVA2-Native modeHendrik Leppkes
2014-09-25Avoid crashes with unknown pixel formatsHendrik Leppkes
2014-09-21HEVC DXVA2 supportHendrik Leppkes
2014-04-01dxva2cb: flush the display queue before creating a new decoderHendrik Leppkes
2014-04-01dxva2: reference the decoder as long as the surfaces are alive.Hendrik Leppkes
2014-04-01dxva2: re-init decoder on get_format callbacksHendrik Leppkes
2014-04-01dxva2: remove unused functionHendrik Leppkes
2014-04-01dxva2: keep a reference to the d3d surface while its used by the decoderHendrik Leppkes
2014-04-01dxva2: free the old frame only after we're done with itHendrik Leppkes
2014-04-01dxva2: change the order how DXVA2 resources are destructedHendrik Leppkes
2014-03-04dxva2: limit vc-1 and mpeg2 to FullHD on UVD/UVD+Hendrik Leppkes
2014-03-03dxva2: change the resolution check for AMD cards to be macro block basedHendrik Leppkes
2014-03-03dxva2: fallback to software decoding for WMV3 complex profile filesHendrik Leppkes
2014-03-02dxva2cb: use multiple threads to copy the image on Intel GPUsHendrik Leppkes
2014-03-02dxva2cb: disable frame queue for Intel GPUsHendrik Leppkes
2014-03-02Rename function arguments to be clearer on what they actually areHendrik Leppkes
2014-03-01dxva2: reduce base alignment back to 16, and only increase MPEG-2 to 32.Hendrik Leppkes
2014-03-01dxva2: Factor aligning of the dimension into a functionHendrik Leppkes