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-06-09Revert "Adjust the name of the LAV Source filter to reflect that its actually...Hendrik Leppkes
2011-06-09Added a RuntimeConfig mode.Hendrik Leppkes
2011-06-08Added a work around for errors in some MPEG-TS streams recorded by some HD-PV...Hendrik Leppkes
2011-06-07Split H264 packages at AUDs in the stream parser.Hendrik Leppkes
2011-06-06Adjust the name of the LAV Source filter to reflect that its actually LAV Spl...Hendrik Leppkes
2011-06-06Silence a warning.Hendrik Leppkes
2011-06-06Enable ITrackInfo, except for zoomplayer.Hendrik Leppkes
2011-06-06Improvements to ITrackInfo for forced and no-subs stream.Hendrik Leppkes
2011-06-05Always show the language code in the stream selector.Hendrik Leppkes
2011-05-30Update libblurayHendrik Leppkes
2011-05-27Properly set the bits per pixel on raw video content.Hendrik Leppkes
2011-05-26Add a lock to CPacketQueue::IsEmptyHendrik Leppkes
2011-05-26Fix some minor warnings.Hendrik Leppkes
2011-05-25Don't filter pgs segments with Object Number 0, as those are meant to clear s...Hendrik Leppkes
2011-05-25Use the DVD LPCM media type for PCM S16BE in MPEG files, and properly support...Hendrik Leppkes
2011-05-24Allow the decoder to request more buffers.Hendrik Leppkes
2011-05-24Add some debug messages for queue fill state.Hendrik Leppkes
2011-05-23Increase default probe size to detect streams starting very late in mpeg-ts f...Hendrik Leppkes
2011-05-23Fix playback of mpeg-ts files with a program that contains one valid stream a...Hendrik Leppkes
2011-05-22Use default ffmpeg probe buffer sizesHendrik Leppkes
2011-05-22Fix a memory leak on stream switching and add some debug messages.Hendrik Leppkes
2011-05-21Explicetly close the logfile on destruction.Hendrik Leppkes
2011-05-18Implement debug logging into a file.Hendrik Leppkes
2011-05-15Prefer the FourCC based DTS subtype, this avoids connection issues between th...Hendrik Leppkes
2011-05-14Add a Lock into the Splitter InputPin to prevent race conditions in seeking w...Hendrik Leppkes
2011-05-14Revert "Always disable stream parsing for H264 ."Hendrik Leppkes
2011-05-14Reduce aspect ratio fields if taken from resolution.Hendrik Leppkes
2011-05-13Relax broken program detection.Hendrik Leppkes
2011-05-12Quote custom build steps so it works properly when the path has spaces in it.Hendrik Leppkes
2011-05-11Add a flag for secondary audio streams.Hendrik Leppkes
2011-05-11Preserve DTS codec tagsHendrik Leppkes
2011-05-11Remove "m4v" and "mpegvideo" from the raw video meta option, and offer separa...Hendrik Leppkes
2011-05-09Silence a warningHendrik Leppkes
2011-05-07Always disable stream parsing for H264 .Hendrik Leppkes
2011-05-07Try to filter broken/misdetected programs in MPEG-TS.Hendrik Leppkes
2011-05-06Disable the VC-1 frame parser for MKVHendrik Leppkes
2011-05-06Send DTS timestamps for VC-1 in MKV until we find a PTS timestamp.Hendrik Leppkes
2011-05-06Disable ITrackInfo for the time being because it currently breaks ZoomPlayer.Hendrik Leppkes
2011-05-06Slight improvements and logging in ITrackInfoHendrik Leppkes
2011-05-06Fixed a crash in ITrackInfo::GetTrackInfo when no language is set.Hendrik Leppkes
2011-05-06Add ArcSoft media type for E-AC3/DD+Hendrik Leppkes
2011-05-06Added crude attempt to handle mpegts pts wrap arounds.Hendrik Leppkes
2011-05-05Remove Audio Parsing and Generate missing timestamps options.Hendrik Leppkes
2011-05-05Fix mediatype handling for the special forced subtitle stream.Hendrik Leppkes
2011-05-05Fix DVB subtitles (regression since 2a10e15)Hendrik Leppkes
2011-05-04Don't crash if we have no audio language.Hendrik Leppkes
2011-05-04Implemented the "Separate Forced Subtitles" option.Hendrik Leppkes
2011-05-04Fix typoHendrik Leppkes
2011-05-04Use new format mapping for video as well.Hendrik Leppkes
2011-05-04Refactored initAudioType to be more concise and easier to manage.Hendrik Leppkes