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
2014-05-04Remove unused defineHendrik Leppkes
2014-01-12Update copyright year to 2014Hendrik Leppkes
2013-12-16Initialize class variables in the class, instead of the constructorHendrik Leppkes
2013-11-13Use m_bDXVAExtFormatSupport as a proper boolean.Hendrik Leppkes
2013-11-08Remove H264RandomAccess class and rely on avcodec insteadHendrik Leppkes
2013-10-31Add an option to set the index of the GPU to be used for HW decodingHendrik Leppkes
2013-04-12Remove MT Filtering threadHendrik Leppkes
2013-03-29Update Copyright Year to 2013Hendrik Leppkes
2013-01-12Basic support for rate changes with DVDHendrik Leppkes
2013-01-10Support loading default settings from HKLM (overwriten by HKCU values)Hendrik Leppkes
2013-01-01Call static initializers from the DllEntryPointHendrik Leppkes
2012-12-21Add options for the tray iconsHendrik Leppkes
2012-12-21Redesign deinterlacing mode handling and optionHendrik Leppkes
2012-12-21Factor Vista/7 OS check into a central functionHendrik Leppkes
2012-12-21Show/Hide tray icon when entering/leaving the filter graph instead of loading...Hendrik Leppkes
2012-12-21Add basic tray icon support.Hendrik Leppkes
2012-12-15Make DVD Menu interaction between the video decoder and the subtitle decoder ...Hendrik Leppkes
2012-12-14Disable interlaced flags when using the Overlay Mixer.Hendrik Leppkes
2012-11-24dxva2n: Properly release the stored sequence frame when we need to change the...Hendrik Leppkes
2012-11-24Add options to control for which resolutions the HW decoder is used.Hendrik Leppkes
2012-11-23Make some functions private, but expose them to the subtitle consumer.Hendrik Leppkes
2012-11-20Refactor and cleanup D3D surface handling for subtitle redrawHendrik Leppkes
2012-11-20Support redrawing D3D surfacesHendrik Leppkes
2012-11-13Rename Codec_NB symbols to avoid name collisionsHendrik Leppkes
2012-11-01Always save the last image in a DVD menu, even if its not a EOS frame.Hendrik Leppkes
2012-10-20Add an option to disable DVD Video supportHendrik Leppkes
2012-10-19Only allow one copy of LAV Video in a graph branch.Hendrik Leppkes
2012-10-13Factor individual setting getters into a central flag functionHendrik Leppkes
2012-10-12Perform a decoder flush on :EndFlush when playing DVDs, because no NewSegment...Hendrik Leppkes
2012-10-12Factor the flushing into a functionHendrik Leppkes
2012-10-08Support flushing the filtering functionHendrik Leppkes
2012-10-08Factor the EOS logic for the filtering into its own function.Hendrik Leppkes
2012-10-08Added an API to get a dummy frame to be used for flushing.Hendrik Leppkes
2012-10-01Redraw dvd still images when the dvd highlight changes.Hendrik Leppkes
2012-09-30Move the DVD StripPacket function directly into the decoder interface, avoid ...Hendrik Leppkes
2012-09-30Export a new Subtitle Input PinHendrik Leppkes
2012-09-30Implement LAVSubtitleConsumerHendrik Leppkes
2012-09-30Support DVD Video decodingHendrik Leppkes
2012-09-12Revert addition of Soft Telecine optionHendrik Leppkes
2012-08-17Fix some more BOOL vs DWORD mixupsHendrik Leppkes
2012-08-17Fix type of Stream AR variableHendrik Leppkes
2012-08-17Add an option to control Soft Telecine behaviourHendrik Leppkes
2012-08-16Try to smooth timestamps on soft-telecine contentHendrik Leppkes
2012-07-06Add an option to avoid using Stream AR on containers having their own AR.Hendrik Leppkes
2012-06-30dxva2native: Allow connections other then NV12, and fallback to softwareHendrik Leppkes
2012-05-12Move decoder re-creation on seek/channel change into the decoders.Hendrik Leppkes
2012-05-04Completely reset the decoder on NewSegment for H264 and MPEG2Hendrik Leppkes
2012-03-17Improve Filtering worker thread even handlingHendrik Leppkes
2012-03-17Remove unused objectHendrik Leppkes
2012-03-17Discard frames during a flush before processing them any further.Hendrik Leppkes