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-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-05-03Update ffmpeg for a flv workaroundHendrik Leppkes
2017-04-28Add AVdh mediatype for DNxHR streamsHendrik Leppkes
2017-04-25Update build script for recent ffmpeg changesHendrik 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-22Use the native compiler environment, if available.Hendrik Leppkes
2017-04-22avcodec: use refcounted packets if we're using a dynamic input allocatorHendrik Leppkes
2017-04-22Allow the PacketAllocator to allocate new packets on the flyHendrik Leppkes
2017-04-22Set the version in the vpcC header properlyHendrik 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 changelog for recent changesHendrik Leppkes
2017-04-21Update ffmpegHendrik 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-18Generate VP8/9 extradata with profile and color informationHendrik Leppkes
2017-04-15cuvid: skip D3D9 init on Windows 10Hendrik Leppkes
2017-04-15Add helper function to check for 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-04-04Enable reconnect for http streamingHendrik Leppkes
2017-04-03Update ffmpegHendrik Leppkes
2017-03-31Unblock the network access when closing the demuxerHendrik Leppkes
2017-03-30Update ffmpeg for LATM AAC PCE fixHendrik Leppkes
2017-03-20gpu_memcpy: fix the name of a variableHendrik Leppkes
2017-03-20gpu_memcpy: add a memory barrier to avoid compiler re-orderingHendrik Leppkes
2017-03-20Move DTSinPCM timestamp handling to a better placeHendrik Leppkes
2017-03-20Don't use H264 strict decoding with hwaccelsHendrik Leppkes