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
path: root/common
AgeCommit message (Collapse)Author
2017-08-28[MPC-HC] Respect MPCHC_WINSDK_VER value.HEADmpc-hc-1.7.13-2masterKacper Michajłow
2017-08-28[MPC-HC] Make sure the git build number identify the vanilla LAV Filters we ↵Underground78
are based on. This way if we distribute LAV Filters version X.Y.Z.N, it means that our custom build is based on: - the stable version X.Y.Z, - with N official patches (which will be part of next official LAV Filters build), - and some custom non-official patches which are here to improve the integration in MPC-HC.
2017-08-28[MPC-HC] Fix the include directories for FFmpeg's out-of-source-tree build.Underground78
2017-08-28[MPC-HC] Tray icon: Add an optional custom callback for "show property page" ↵Underground78
events.
2017-08-24Do not use TR namespace for supported features in the standard libraryKacper Michajłow
2017-08-24Favor creating faster code over smaller codeKacper Michajłow
2017-08-24Use improved Global Data/COMDAT foldingKacper Michajłow
2017-08-24baseclasses: enable link-time code generationHendrik Leppkes
2017-08-23Fix comment for component order in HDR sidedataHendrik Leppkes
2017-08-18Isolangs: fixed Chinese lcid.kongfl888
2017-08-11Remove a function prototype which was never implemented.Hendrik Leppkes
2017-08-11Use the global OSVERSIONINFO struct filled by DllEntryPointHendrik Leppkes
2017-08-11Remove pre-Vista compat codeHendrik Leppkes
2017-08-11Remove remnants of VS2012 build supportHendrik Leppkes
VS2015 has been the minimum build requirement for a while.
2017-08-11Build against a newer Windows SDKHendrik Leppkes
Required for D3D11 support. This removes compatibility with Windows XP.
2017-07-20Verify data in SetSideDataHendrik Leppkes
2017-07-20Implement sidedata for DXVA2-Native samplesHendrik Leppkes
2017-07-06Update changelog and version0.70.2Hendrik Leppkes
2017-07-01Update changelog and version0.70.1Hendrik Leppkes
2017-06-15Update versionHendrik Leppkes
2017-06-02Build with SSE2 by defaultHendrik Leppkes
SSE2 has been available in CPUs for almost 15 years. Boosts performance by 1-10% depending on decoders/filters used.
2017-05-18Add a new helper function to check for a specific Windows 10 buildHendrik Leppkes
2017-05-10Add the mediatype for id RoQ videoHendrik Leppkes
2017-04-28Add AVdh mediatype for DNxHR streamsHendrik Leppkes
2017-04-24Export HDR Content Light Level metadata for madVRHendrik Leppkes
2017-04-22Use the native compiler environment, if available.Hendrik Leppkes
This ensures the 64-bit compiler binaries are used when running on a 64-bit system.
2017-04-22Allow the PacketAllocator to allocate new packets on the flyHendrik Leppkes
This allows downstream filters to hang on to them for longer without deadlocking the allocator.
2017-04-21Update copyright year to 2017Hendrik Leppkes
2017-04-15Add helper function to check for Windows 10Hendrik 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-07Support VS2017Hendrik Leppkes
2017-03-07msdk_mvc: Unescape SEI NALs before parsing themHendrik Leppkes
2016-12-11Update changelog and versionHendrik Leppkes
2016-12-09avcodec: use strict h264 handling on file-based playback with LAV SplitterHendrik Leppkes
Keep using the old logic for streaming playback or any other source filters where we don't know where the data coming from.
2016-07-11Forward FFMpeg side-data to the decodersHendrik Leppkes
2016-07-11Export FFMpeg sidedata in IMediaSampleSideDataHendrik Leppkes
2016-06-28Replace ATL uuid attributes with declspec uuidHendrik Leppkes
The ATL attributes are deprecated in VS2015 Update 3
2016-06-12Add support for MagicYUV decodingHendrik Leppkes
2016-06-12Add experimental support for CineformHD decodingHendrik Leppkes
2016-06-12Add 10-bit UtVideo formatsHendrik Leppkes
2016-05-05Update changelog and version0.68.1Hendrik Leppkes
2016-03-17Add a helper function to consume data from a GrowableArrayHendrik Leppkes
2016-03-08Update version and changelog0.68Hendrik Leppkes
2016-03-01msdk_mvc: remove EOS markers from the bitstream, as they confuse the decoderHendrik Leppkes
2016-02-21Change 3D Plane Side Data structureHendrik Leppkes
Using ints and no dedicated flag field anymore, instead using negative values instead.
2016-02-21msdk_mvc: parse SEI offset metadataHendrik Leppkes
2016-02-20Add bit skipping functionHendrik Leppkes
2016-02-18Use init_get_bits8Hendrik Leppkes
2016-01-21Add VP9 Profile 2 DXVA device GUIDHendrik Leppkes