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 (Collapse)Author
2012-12-21Add options for the tray iconsHendrik Leppkes
2012-12-21Redesign deinterlacing mode handling and optionHendrik Leppkes
2012-12-21Remove threading limit on missing SPS, decoder can reconfig itself now.Hendrik Leppkes
2012-12-21Update ffmpegHendrik Leppkes
2012-12-21Avoid using the handle of a released icon.Hendrik Leppkes
2012-12-21Improve visibility of the white 16x16 icon for LAV Splitter.Hendrik Leppkes
2012-12-21Delete tray icon if the message thread quits.Hendrik Leppkes
2012-12-21Remove debug message when joining filter graphHendrik Leppkes
2012-12-21Wait for the thread to shut down before closing its handle.Hendrik Leppkes
2012-12-21Comment destructor processHendrik Leppkes
2012-12-21Remove debug logHendrik Leppkes
2012-12-21Set tray icon version.Hendrik Leppkes
2012-12-21Factor Vista/7 OS check into a central functionHendrik Leppkes
2012-12-21Fix tray icon title (copy paste mistake in 2b1ffcf)Hendrik Leppkes
2012-12-21Show the filter property page on tray icon click.Hendrik Leppkes
2012-12-21Show/Hide tray icon when entering/leaving the filter graph instead of ↵Hendrik Leppkes
loading the filter.
2012-12-21Allow specifying a owning window for the proppageHendrik Leppkes
2012-12-21Add basic tray icon support.Hendrik Leppkes
2012-12-20Proper DTS header parsingHendrik Leppkes
2012-12-18Small update for aac channel layoutHendrik Leppkes
2012-12-18dxva2: remove disabled SSE2 copy function, memcpy does this internally anyway.Hendrik Leppkes
2012-12-18dxva2: use numSurfaces variable consistentlyHendrik Leppkes
2012-12-17Add WAVE FourCC for SIPRHendrik Leppkes
2012-12-17Add DVH5 FourCCHendrik Leppkes
2012-12-17Add support for Intel H263Hendrik Leppkes
2012-12-16Remove MPEG wrap handling and let ffmpeg handle it.Hendrik Leppkes
2012-12-16Update ffmpegHendrik Leppkes
2012-12-16Perform sample format conversion with avresample.Hendrik Leppkes
2012-12-16Open resample context after setting all properties.Hendrik Leppkes
2012-12-16Move clipping protection into avresample.Hendrik Leppkes
2012-12-16Skip track change events that don't change the stream in debug mode as well.Hendrik Leppkes
2012-12-16Map planar output formats to LAV typesHendrik Leppkes
2012-12-15Make DVD Menu interaction between the video decoder and the subtitle decoder ↵Hendrik Leppkes
more direct.
2012-12-15Update ffmpegHendrik Leppkes
2012-12-14Open Registry keys read-only when loading settings.Hendrik Leppkes
Idea from a patch by clsid.
2012-12-14Only try to load settings when the key exists.Hendrik Leppkes
Idea based on a patch from clsid.
2012-12-14Sort settings reading based on which key they are inHendrik Leppkes
2012-12-14Only set string value on successful read from Registryclsid
2012-12-14Create Registry keys when saving settings, not when loading them.clsid
2012-12-14Calculate the required Stride for the Overlay Mixer.Hendrik Leppkes
Based on a patch by clsid.
2012-12-14Disable interlaced flags when using the Overlay Mixer.Hendrik Leppkes
Based on a patch by clsid.
2012-12-14avcodec: use more values out of AVFrame instead of the AVCodecContextHendrik Leppkes
2012-12-11Update DVDSubContext for latest changes to ffmpegHendrik Leppkes
2012-12-10Tiny ffmpeg updateHendrik Leppkes
2012-12-09Support 6.1->7.1 upmixing with the alternative 6.1 channel mask as wellHendrik Leppkes
2012-12-09Update QS decoderHendrik Leppkes
2012-12-09Update ffmpegHendrik Leppkes
2012-12-07Improve Ogg H.264 checkHendrik Leppkes
2012-12-07Output H.264 in Ogg as AnnexB and don't try to convert to AVCHendrik Leppkes
2012-12-07Add a workaround for matroska FPS derives from DefaultDuration.Hendrik Leppkes
Since DefaultDuration semantics are not equal to FPS, it is possible that the value is double what we expect, and we try to compensate here with the FPS from the bitstream headers, if available.