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
2013-01-06Only update bitstream context when config relevant to the current codec changes.Hendrik Leppkes
2013-01-05avcodec: use bitstream fps for mpeg1Hendrik Leppkes
2013-01-05Support dithering for conversion to S16Hendrik Leppkes
2013-01-04Limit scope of rtDur variableHendrik Leppkes
2013-01-04Fix rounding when using different playback rates.Hendrik Leppkes
2013-01-04Properly handle timestamps of E-AC3 bitstreaming.Hendrik Leppkes
2013-01-01Remove useless mediatype workaround and commentsHendrik Leppkes
2013-01-01Call static initializers from the DllEntryPointHendrik Leppkes
2013-01-01cuvid: fix decoding of non-mod16 in native cuvid modeHendrik Leppkes
2013-01-01Properly delete subtitle rects created for DVD HLIsHendrik Leppkes
2013-01-01Remove debug messageHendrik Leppkes
2013-01-01Make subtitle references ref-counted to ensure the memory remains valid while...Hendrik Leppkes
2012-12-31Only show subs which stop after the middle of the frame, to avoid duplicate s...Hendrik Leppkes
2012-12-31Skip zero-length subtitlesHendrik Leppkes
2012-12-31Obey Start/End time in DVD HLI events.Hendrik Leppkes
2012-12-31Log start/stop times of DVD HLI eventsHendrik Leppkes
2012-12-31Support Alpha fades in DVD subtitlesHendrik Leppkes
2012-12-31Fix handling of timings for subtitle frames visible only for half-framesHendrik Leppkes
2012-12-31Factor AVSubtitleRect handling into a seperate functionHendrik Leppkes
2012-12-30Remove setting CODEC_FLAG_TRUNCATED for audio codecs.Hendrik Leppkes
2012-12-30Cleanup request_sample_format entries, most are no longer needed.Hendrik Leppkes
2012-12-29Add 3ivx FourCCs for MPEG4Hendrik Leppkes
2012-12-27Add 3IVD FourCC for msmpeg4Hendrik Leppkes
2012-12-26dxva2: make use of coded_width/height consistent.Hendrik Leppkes
2012-12-26dxva2: fix decoding of files with >=16px croppingHendrik Leppkes
2012-12-26quicksync: create a proxy device manager which defers the creation until its ...Hendrik Leppkes
2012-12-23Properly destroy tray icons without stalling the calling thread.Hendrik Leppkes
2012-12-22Fix order of instructions in the project filesHendrik Leppkes
2012-12-22Fix h264 dxvaHendrik Leppkes
2012-12-22Always signal the decode done event to avoid deadlocks when switching from th...Hendrik Leppkes
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-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/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-20Proper DTS header parsingHendrik 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-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-16Map planar output formats to LAV typesHendrik Leppkes
2012-12-15Make DVD Menu interaction between the video decoder and the subtitle decoder ...Hendrik Leppkes
2012-12-14Open Registry keys read-only when loading settings.Hendrik Leppkes
2012-12-14Only try to load settings when the key exists.Hendrik Leppkes