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
2012-11-05quicksync: reset the decoder after a EOS so decoding can resume afterwardsHendrik Leppkes
2012-11-05Enable DVD support for QuickSyncHendrik Leppkes
2012-11-05Move EndOfSequence detection into the main processing code.Hendrik Leppkes
2012-11-04Properly support fallback to software when the QS decoder fails.Hendrik Leppkes
2012-11-04quicksync: Activate D3D Device Manager access through the RendererHendrik Leppkes
2012-11-04Ensure the decoder is properly flushed.Hendrik Leppkes
2012-11-03Update ffmpegHendrik Leppkes
2012-11-03Update converter table for recent changes in output configurationHendrik Leppkes
2012-11-03Remove SWS_PRINT_INFO flag from subtitle scaling sws context.Hendrik Leppkes
2012-11-02Pad subtitles to even width/height and even x/y positions.Hendrik Leppkes
2012-11-02Instruct swscale to process the full chroma informationHendrik Leppkes
2012-11-02Introduce a worker thread for image redraw.Hendrik Leppkes
2012-11-01Always save the last image in a DVD menu, even if its not a EOS frame.Hendrik Leppkes
2012-11-01Communicate the video size from the decoder to the subtitle renderer.Hendrik Leppkes
2012-11-01Force disable YV16 for nowHendrik Leppkes
2012-11-01Avoid overwriting existing pixfmt configs of unknown formats.Hendrik Leppkes
2012-11-01Add YV16 to the output pixel format mappings (disabled).Hendrik Leppkes
2012-11-01Fix copy/paste mistake in pixel format mappingHendrik Leppkes
2012-10-31Initialize pointer to NULLHendrik Leppkes
2012-10-30Add DebugRelease profileHendrik Leppkes
2012-10-30Adjust deinterlacing flags for newer madVR versions.Hendrik Leppkes
2012-10-30Don't indicate interlaced in the media type if YADIF is enabled.Hendrik Leppkes
2012-10-27HACK: fix debug builds with VS 2012Hendrik Leppkes
2012-10-27Add support for Avid DV decodingHendrik Leppkes
2012-10-27Timeout DVD subtitles without a stop time when a new subtitle line arrives.Hendrik Leppkes
2012-10-26wmv9: fix contract of CMediaBuffer AddRef/ReleaseHendrik Leppkes
2012-10-26wmv9: copy the input buffer to permit the decoder to keep the buffer refHendrik Leppkes
2012-10-25Map BMP, GIF and TGA to DShow typesHendrik Leppkes
2012-10-25Properly map PNG and TIFF imagesHendrik Leppkes
2012-10-20Only enable subtitle input for DVDsHendrik Leppkes
2012-10-20Add a HACK for SageTV's MpegDemux screwed up VC-1 timestamps.Hendrik Leppkes
2012-10-20Add a Flush function in the decoder base class.Hendrik Leppkes
2012-10-20quicksync: extract h264 profile/level from the sps if available.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-16v210: Don't use FFALIGN for non power of 2 alignments.Hendrik Leppkes
2012-10-16Fix v210 output from non-422p10 sourcesHendrik Leppkes
2012-10-16Revise pixel format selectionHendrik Leppkes
2012-10-14Fix "old" h264 lossless filesHendrik Leppkes
2012-10-14Revert "Disable thread-safe buffers with DXVA2-CB, no advantage for hardware ...Hendrik Leppkes
2012-10-14Disable thread-safe buffers with DXVA2-CB, no advantage for hardware codecs.Hendrik Leppkes
2012-10-14Disable full multi-threading with DVD playback.Hendrik Leppkes
2012-10-13Properly align buffer size to an even number of linesHendrik Leppkes
2012-10-13Don't export FilterInGraph to the decoder, calling it from the decode thread ...Hendrik Leppkes
2012-10-13Add a flag to signal disabling of MT decoding, this allows moving a theora ch...Hendrik Leppkes
2012-10-13Factor individual setting getters into a central flag functionHendrik Leppkes
2012-10-12Consider more formats as "dvd playback"Hendrik 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-12cuvid: init state variableHendrik Leppkes