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
2016-05-06[MPC-HC] Tray icon: Add an optional custom callback for "show property page" ...Underground78
2016-04-17Properly null check many allocations that missed itHendrik Leppkes
2016-03-26Ensure the internal audio buffer doesn't grow out of controlHendrik Leppkes
2016-03-17Remove unused variablesHendrik Leppkes
2016-03-17Stop reading before the end of the buffer to avoid overreadsHendrik Leppkes
2016-03-17Sync MPEG Audio streams received from the MS MPEG-1 SplitterHendrik Leppkes
2016-03-17Add a helper function to consume data from a GrowableArrayHendrik Leppkes
2016-03-08Try to guess the expected DTS output format to avoid unneeded format changesHendrik Leppkes
2016-01-30Increase minimum PCM buffering by 50%.Hendrik Leppkes
2016-01-01Update Copyright to 2016Hendrik Leppkes
2015-12-31Enable automatic DPI scaling for ListView controls on the property pagesHendrik Leppkes
2015-11-16Check that the format is WAVEFORMATEX before using it for bitstreamingHendrik Leppkes
2015-09-22Update ToolsVersion and VS version referencesHendrik Leppkes
2015-09-22Fix x64 warningsHendrik Leppkes
2015-09-22Fix some compiler warningsHendrik Leppkes
2015-09-22Update ffmpegHendrik Leppkes
2015-09-22Added an option to switch back to the old 5.1 legacy formatHendrik Leppkes
2015-08-27Try to fallback to 5.1 (back) layout if the renderer doesn't accept the side ...Hendrik Leppkes
2015-08-27Enable AAC parsing when receiving ADTS AAC from the sourceHendrik Leppkes
2015-06-07Remove AAC decoder re-initHendrik Leppkes
2015-06-07Only lookup m_bHasVideo onceHendrik Leppkes
2015-06-05Fix enum typedef.Underground78
2015-06-03Fix PCM buffer allocation size for DBLPHendrik Leppkes
2015-06-03Re-factor audio flushing behaviorHendrik Leppkes
2015-05-08Use side channels in the default 5.1 layoutHendrik Leppkes
2015-05-08Change 5.1 mixing format to use side channels instead of backs.Hendrik Leppkes
2015-04-22Add a proper name for the dts codec lineHendrik Leppkes
2015-04-15Remote 6.0/6.1 channel order hackHendrik Leppkes
2015-03-31Add FLAC to the 6.1 exception list, it should be fine.Hendrik Leppkes
2015-03-30Prefer 5.1 side maskHendrik Leppkes
2015-03-30Remove TrueHD 6.1 overrideHendrik Leppkes
2015-03-24More generic DTS profile name handlingHendrik Leppkes
2015-03-23Don't include version.h in the precompiled headersHendrik Leppkes
2015-03-23Move common win32 version/inclusion defines into a new headerHendrik Leppkes
2015-03-23Remove ENABLE_DEBUG_LOGFILE define from version.hHendrik Leppkes
2015-03-04Remove another use of dcadata.hHendrik Leppkes
2015-03-04Don't include dcadata.h anymoreHendrik Leppkes
2015-03-04Remove bitrate field from bitstream parser, its unused.Hendrik Leppkes
2015-03-03Make GetDecodeDetails a bit more resilientHendrik Leppkes
2015-01-26Fix a bunch of x64 only warningsHendrik Leppkes
2015-01-26Silence warningHendrik Leppkes
2015-01-25Silence warnings from ffmpeg includesHendrik Leppkes
2015-01-04Clear output queue timestamp on flushHendrik Leppkes
2015-01-04Remove useless renderer format support info from the status pageHendrik Leppkes
2015-01-04Fix audio format negotiation when one or more formats are disabledHendrik Leppkes
2015-01-03Happy new Year!Hendrik Leppkes
2014-12-31Add missing version definesHendrik Leppkes
2014-12-15Fix bitdepth init logic for DTS decodingHendrik Leppkes
2014-12-13Change loop typeHendrik Leppkes
2014-12-09Implement a blacklist feature to allow disabling LAV for uncooperative applic...Hendrik Leppkes