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-04[MPC-HC] Make sure the git build number identify the vanilla LAV Filters we a...mpc-hc-1.7.11-3Underground78
2017-07-04[MPC-HC] Fix the include directories for FFmpeg's out-of-source-tree build.Underground78
2017-07-04[MPC-HC] Tray icon: Add an optional custom callback for "show property page" ...Underground78
2017-07-04[MPC-HC] Use our own ffmpeg clone repository.Underground78
2017-07-01Update changelog and version0.70.1Hendrik Leppkes
2017-07-01Remove unused variableHendrik Leppkes
2017-06-21avcodec: pad incoming data before parsing, if requiredHendrik Leppkes
2017-06-20avcodec: change automatic thread count to the number of cpu threads, instead ...Hendrik Leppkes
2017-06-20avcodec: increase the max number of threads to 32Hendrik 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-06-15Fill in date in changelog0.70Hendrik Leppkes
2017-06-15Update versionHendrik Leppkes
2017-06-15Update developer_infoHendrik Leppkes
2017-06-15Update changelog for recent changesHendrik Leppkes
2017-06-02Check for SSE2 in the installerHendrik Leppkes
2017-06-02Build with SSE2 by defaultHendrik Leppkes
2017-05-29dxva2: support 10-bit vp9 decodingHendrik Leppkes
2017-05-29Read vpcC extradata for vp9Hendrik Leppkes
2017-05-29Properly write vpcC in big-endianHendrik Leppkes
2017-05-29Fix size of vpcCHendrik Leppkes
2017-05-29Update ffmpegHendrik Leppkes
2017-05-25Update libblurayHendrik Leppkes
2017-05-19Move config.out file to ffbuild directoryHendrik Leppkes
2017-05-19Update ffmpegHendrik Leppkes
2017-05-19Update ffmpeg for an extradata handling regression in mvc streamsHendrik Leppkes
2017-05-18Support P010 software output to EVR on recent Windows 10 buildsHendrik Leppkes
2017-05-18Add a new helper function to check for a specific Windows 10 buildHendrik Leppkes
2017-05-17Update 7za.exe to 7-Zip 16.04Hendrik Leppkes
2017-05-11Update MSDK MVC plugin to 2016R2Hendrik Leppkes
2017-05-11Update MSDK headers and library to MSDK 2016R2Hendrik Leppkes
2017-05-10Add the mediatype for id RoQ videoHendrik Leppkes
2017-05-10Verify the codec_tag when its set to PCMHendrik Leppkes
2017-05-10Interleave planar PCM after demuxing into a standard packed formatHendrik Leppkes
2017-05-10Add a packet helper function to copy properties without data contentHendrik Leppkes
2017-05-10Map mono planar PCM formats to their non-planar type for improved media typesHendrik 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