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
path: root/common
AgeCommit message (Expand)Author
2011-07-24Moved ByteParser helper class into DSUtilLiteHendrik Leppkes
2011-07-21Added LAV Video to the list of codecs that do require VC-1 timestampHendrik Leppkes
2011-07-15Add new IGraphRebuildDelegate interface and support it in the streamHendrik Leppkes
2011-07-15Update version numbersHendrik Leppkes
2011-07-08Implemented an option to disable the forceful removal of the audio decoder on...Hendrik Leppkes
2011-07-04Output MLP using the proper media type in the splitter.Hendrik Leppkes
2011-07-02Add ffdshow DXVA to the list of decoders requiring VC-1 timestamp correction.Hendrik Leppkes
2011-06-09Update version and changelog.0.29Hendrik Leppkes
2011-06-09Cleanup DeCSSInputPin whitespace and indent.Hendrik Leppkes
2011-06-09Add support for decoding audio delivered by the MS DVD Navigator, as well as ...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-05-27Update changelog and version0.28Hendrik Leppkes
2011-05-26Fix some minor warnings.Hendrik Leppkes
2011-05-24Update changelog and increment version.0.27Hendrik Leppkes
2011-05-24Flush Log files before closing.Hendrik Leppkes
2011-05-21Explicetly close the logfile on destruction.Hendrik Leppkes
2011-05-18Implement debug logging into a file.Hendrik Leppkes
2011-05-15Update changelog and version numbers.0.26Hendrik Leppkes
2011-05-14Implemented some DirectShow helper methods for filter-graph reshuffling.Hendrik Leppkes
2011-05-13Templatized FloatingAverage and added more functionality.Hendrik Leppkes
2011-05-07Statically link against the MSVC2010 runtime.Hendrik Leppkes
2011-05-06Add ArcSoft media type for E-AC3/DD+Hendrik Leppkes
2011-05-05Remove Audio Parsing and Generate missing timestamps options.Hendrik Leppkes
2011-05-04Increase version numberHendrik Leppkes
2011-05-04Implemented the "Separate Forced Subtitles" option.Hendrik Leppkes
2011-05-03Implement ITrackInfoHendrik Leppkes
2011-05-03Add helper function to convert char* strings to BSTR.Hendrik Leppkes
2011-05-03Add WMAv1 subtype to LAV AudioHendrik Leppkes
2011-05-03Add WMA2 and WMA-Pro media typesHendrik Leppkes
2011-05-01Add bitstreaming media typesHendrik Leppkes
2011-05-01Add #pragma once to growarray.hHendrik Leppkes
2011-04-29Simply buffer handling in PGS parser (and fix memory leak).Hendrik Leppkes
2011-04-29Add the ability to filter Blu-ray PGS subtitles to only send frames flagged a...Hendrik Leppkes
2011-04-25Update changelog and version.0.24Hendrik Leppkes
2011-04-25Buffer PCM data before sending it to the renderer.Hendrik Leppkes
2011-04-25Disable "Passing Quality notification through transform" trace message.Hendrik Leppkes
2011-04-21Update changelog and version.0.23Hendrik Leppkes
2011-04-21Sort names case-insenstive.Hendrik Leppkes
2011-04-21Add new properties page to control which formats will be demuxed.Hendrik Leppkes
2011-04-18Use generic CreateInstance template function instead of one method per COM ob...Hendrik Leppkes
2011-04-13Add backend functionality for controlling which input formats should be suppo...Hendrik Leppkes
2011-04-11Update version and changelog.0.22Hendrik Leppkes
2011-04-11Added a new option to turn on GENPTS for all streams for debugging.Hendrik Leppkes
2011-04-09Added new H264 AnnexB Parser that converts it into AVC1/MP4 format.Hendrik Leppkes
2011-04-09Added support for embedded fonts.Hendrik Leppkes
2011-04-08Refactored how the VC-1 timestamp correction option works.Hendrik Leppkes
2011-04-07Update version number.0.21Hendrik Leppkes
2011-04-06Added options to enable/disable stream parsing.Hendrik Leppkes
2011-04-04Do not force usage of SDK 7.1, use the VS default version.Hendrik Leppkes