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
2011-09-29Use modulo to track current thread.Hendrik Leppkes
2011-09-29The codec override struct is constant.Hendrik Leppkes
2011-09-29The subtype map should be static and const.Hendrik Leppkes
2011-09-29Align some entries in the media type table.Hendrik Leppkes
2011-09-29Move FSV1 into the Flash type block.Hendrik Leppkes
2011-09-29Add more Flash video FourCCsHendrik Leppkes
2011-09-29Handle VFW_S_NO_STOP_TIME return from IMS::GetTimeHendrik Leppkes
2011-09-29Fix H264 SPS parser.Hendrik Leppkes
2011-09-28Do not send DXVA2_ExtendedFlags if there is nothing to say.Hendrik Leppkes
2011-09-28Do not send interlaced flags if a HW deinterlacer is active.Hendrik Leppkes
2011-09-28cuvid: generate DXVA2_ExtendedFormat dataHendrik Leppkes
2011-09-28Add missing SMPTE 240M transfer characteristics.Hendrik Leppkes
2011-09-28Reset m_rtPrevStart on seeks as well.Hendrik Leppkes
2011-09-27Enhance H264 SPS parser to extract the fullrange flag.Hendrik Leppkes
2011-09-27Grab the receive lock during NewSegment processing.Hendrik Leppkes
2011-09-27Add debug messages for flushing.Hendrik Leppkes
2011-09-27Remove Auto-resync functionality (only caused issues)Hendrik Leppkes
2011-09-27Re-enable resyncing after decoding failure.Hendrik Leppkes
2011-09-27Properly forward delivery failures upstream.Hendrik Leppkes
2011-09-26If the decoder proposes a duration, use it.Hendrik Leppkes
2011-09-26Export aspect ratio from the cuvid decoder.Hendrik Leppkes
2011-09-26Store DAR in the LAVFrame instead of PARHendrik Leppkes
2011-09-26Use the output fps to interpolate timestampsHendrik Leppkes
2011-09-25Fix Discontinuity and SyncPoint signaling.Hendrik Leppkes
2011-09-25cuvid: Wait for a VC-1 keyframe before starting decoding after a seekHendrik Leppkes
2011-09-25Improve MPEG2 parsing and timestamp handlingHendrik Leppkes
2011-09-25Update GPLv2 license headerHendrik Leppkes
2011-09-24Disable DXVA_ExtendedFormat with Haali rendererHendrik Leppkes
2011-09-24Show a status for the HW Accel on the properties page.Hendrik Leppkes
2011-09-24Add support for Apple ProResHendrik Leppkes
2011-09-24cuvid: forward repeat flags to the coreHendrik Leppkes
2011-09-24NV12 -> YV12 SSE2 converterHendrik Leppkes
2011-09-24Implement Async memory copy and proper context lockingHendrik Leppkes
2011-09-24Improve robustness of timestamps and flushing of VC-1Hendrik Leppkes
2011-09-24Ensure that no frame is delivered during a flush.Hendrik Leppkes
2011-09-24Implement proper timestamp handling for VC-1 DTS timestamps.Hendrik Leppkes
2011-09-24Add a new VC1IsDTS method into the video callback.Hendrik Leppkes
2011-09-24Add a virtual destructor to ILAVDecoder.Hendrik Leppkes
2011-09-24Properly name the decoder "CUVID"Hendrik Leppkes
2011-09-24Add format checks into HandleSequenceHeader and DecodeHendrik Leppkes
2011-09-23Implement extradata based CUVID compat checks for H264 and MPEG2Hendrik Leppkes
2011-09-23Add support for NV12 input in the RGB converterHendrik Leppkes
2011-09-22Save a function call on interlaced material.Hendrik Leppkes
2011-09-22Add HW Deint settings to property page.Hendrik Leppkes
2011-09-22Add a new option to force deinterlacing of progressive frames.Hendrik Leppkes
2011-09-22Implement settings to control the hardware deinterlacing.Hendrik Leppkes
2011-09-22Cleanup CreateDecoder logic and error handling.Hendrik Leppkes
2011-09-22Support fallback to software after playback startHendrik Leppkes
2011-09-22Use the hardware decoder in CreateDecoder if available and enabled.Hendrik Leppkes
2011-09-22Implement HW Accel options on the property sheet.Hendrik Leppkes