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-03-26[MPC-HC] Tray icon: Add an optional custom callback for "show property page" ...Underground78
2015-03-25Change default for last frame to none, instead of 0.Hendrik Leppkes
2015-03-25Use current time as subtitle timestamp if no other timestamp is available.Hendrik Leppkes
2015-03-25Move subtitle timestamp handling further down into the processing functionHendrik Leppkes
2015-03-24Preserve chroma resolution when scaling uncommon formatsHendrik Leppkes
2015-03-24More generic DTS profile name handlingHendrik Leppkes
2015-03-24Restore DTS-only timestamp handling to 0.63 behaviour.Hendrik Leppkes
2015-03-23Don't include version.h in the precompiled headersHendrik Leppkes
2015-03-23Move common win32 version/inclusion defines into a new headerHendrik Leppkes
2015-03-23Remove ENABLE_DEBUG_LOGFILE define from version.hHendrik Leppkes
2015-03-04Remove another use of dcadata.hHendrik Leppkes
2015-03-04Don't include dcadata.h anymoreHendrik Leppkes
2015-03-04Remove bitrate field from bitstream parser, its unused.Hendrik Leppkes
2015-03-03Make GetDecodeDetails a bit more resilientHendrik 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-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