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
2015-02-21dxva2: ground work for DXVA2-Native 10-bit outputHendrik Leppkes
2015-02-07dxva2: HEVC 10-bit decoding in CopyBack modeHendrik Leppkes
2015-02-02Only NV12 supports yadif deinterlacing, interlaced p010 shouldn't block direc...Hendrik Leppkes
2015-02-02Add optimized P010 -> NV12 converters, and allow this conversion for direct modeHendrik Leppkes
2015-02-02P010 support in subtitle blendingHendrik Leppkes
2015-02-02High bit depth subtitle blending should use uint16_t (just like uint8_t for 8...Hendrik Leppkes
2015-02-02Add direct mode support for P010Hendrik Leppkes
2015-02-02Basic support for P010 as an internal pixel formatHendrik Leppkes
2015-01-31dxva2cb: implement direct output modeHendrik Leppkes
2015-01-29Use size_t/ptrdiff_t where appropriateHendrik Leppkes
2015-01-26Fix a bunch of x64 only warningsHendrik Leppkes
2015-01-26Silence warningHendrik Leppkes
2015-01-25Silence warnings from ffmpeg includesHendrik Leppkes
2015-01-19Remove error_concealment flag, it sets the default values.Hendrik 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
2015-01-04Clear output queue timestamp on flushHendrik Leppkes
2015-01-04Remove useless renderer format support info from the status pageHendrik Leppkes
2015-01-04Fix audio format negotiation when one or more formats are disabledHendrik Leppkes
2015-01-03Happy new Year!Hendrik Leppkes
2014-12-31Add missing version definesHendrik Leppkes
2014-12-28Improve timestamp handling for H.264 without B framesHendrik Leppkes
2014-12-15Fix bitdepth init logic for DTS decodingHendrik Leppkes
2014-12-13Change loop typeHendrik Leppkes
2014-12-13Initialize variableHendrik Leppkes
2014-12-09Implement a blacklist feature to allow disabling LAV for uncooperative applic...Hendrik Leppkes
2014-12-06Check if the codec is open before flushing itHendrik Leppkes
2014-12-05Fix crash on close with DVD subsHendrik Leppkes
2014-11-28Do not round aspect ratio when one of its values exceed 255.Kacper Michajłow
2014-11-28DXVA2 decoder: Don't crash when the width or height cannot be determined.Underground78
2014-11-11Fix a crash for files with dimensions non-multiple of two.Underground78
2014-10-23dxva2: fix video timestamps when playing dts-only h264Hendrik Leppkes
2014-09-26Another sanity check to avoid crashing on bad renderersHendrik Leppkes
2014-09-26Fail early when the renderer requests non-sense width valuesHendrik Leppkes
2014-09-25cuvid: improve hevc profile detectionHendrik Leppkes
2014-09-25cuvid: add mapping for compute level 5.2Hendrik Leppkes
2014-09-25Fix HEVC fallback in DXVA2-Native modeHendrik Leppkes
2014-09-25Change how double-flush protections is handled to be slightly sanerHendrik Leppkes
2014-09-25Avoid crashes with unknown pixel formatsHendrik Leppkes
2014-09-21Disable HEVC HWAccel by defaultHendrik Leppkes
2014-09-21HEVC DXVA2 supportHendrik Leppkes
2014-09-21cuvid: app new cores per SM unit mappings for latest architecturesHendrik Leppkes
2014-09-20cuvid: Check if the HEVC profile is compatible with CUVID decodingHendrik Leppkes
2014-09-20Fix an error in HEVC AnnexB extradata conversionHendrik Leppkes
2014-09-20cuvid: Implement proper AnnexB conversion for HEVC extradataHendrik Leppkes
2014-09-18Add HEVC hwaccel option in the GUIHendrik Leppkes
2014-09-17CUVID HEVC decoding supportHendrik Leppkes
2014-09-17Rename AVC1AnnexBConvert -> AnnexBConverterHendrik Leppkes
2014-09-17Plumbing for HEVC HWAccelHendrik Leppkes