This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //reddit: regulargabs | |
| //MIT license | |
| // USAGE: | |
| // go to http://www.twitch.tv/twitchplayspokemon | |
| // Paste the "components" that you want on the javascript console of your browser and run. | |
| // ############### | |
| // # COMPONENTS: # | |
| // ############### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > LAVSplitter.ax!6c71f890() | |
| [Frames below may be incorrect and/or missing, no symbols loaded for LAVSplitter.ax] | |
| quartz.dll!CFilterGraph::ConnectDirect() + 0x6f bytes | |
| mpc-hc.exe!CFGManager::ConnectDirect(IPin * pPinOut, IPin * pPinIn, const _AMMediaType * pmt) Line 534 + 0x41 bytes C++ | |
| mpc-hc.exe!CFGManagerPlayer::ConnectDirect(IPin * pPinOut, IPin * pPinIn, const _AMMediaType * pmt) Line 2320 + 0x11 bytes C++ | |
| mpc-hc.exe!CFGManager::ConnectFilterDirect(IPin * pPinOut, IBaseFilter * pBF, const _AMMediaType * pmt) Line 1199 + 0x17 bytes C++ | |
| mpc-hc.exe!CFGManager::Connect(IPin * pPinOut, IPin * pPinIn, bool bContinueRender) Line 764 + 0x14 bytes C++ | |
| mpc-hc.exe!CFGManager::Connect(IPin * pPinOut, IPin * pPinIn) Line 575 C++ | |
| mpc-hc.exe!CFGManager::ConnectFilter(IBaseFilter * pBF, IPin * pPinIn) Line 1126 + 0x12 bytes C++ | |
| mpc-hc.exe!CFGManager::RenderFile(const wchar_t * lpcwstrFileName, const wchar_t * lpcwstrPlayList) Line 914 + 0x14 bytes C++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Add new components | |
| INSERT INTO component VALUES | |
| ('API', '', ''), | |
| ('Audio Switcher', '', ''), | |
| ('Installer', '', ''), | |
| ('Internal Filters', '', ''), | |
| ('Shaders', '', ''), | |
| ('Subtitles', '', ''), | |
| ('Translations', '', ''), | |
| ('User Interface', '', ''), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| How to update RARFileSource | |
| 1) Commit and push changes to the master branch | |
| 2) Checkout mpc-hc branch | |
| 3) Do "git pull --rebase origin master" to rebase the MPC-HC compatability | |
| changes onto the master branch | |
| 4) Do "git tag mpc-hc-X.Y.Z-N" where X.Y.Z is the to be released | |
| MPC-HC version and N is the RARFileSource update number for that | |
| MPC-HC version | |
| 5) Do "git push --force --tags origin" to update our RARFileSource repository | |
| 6) Commit the submodule update in MPC-HC repository |
NewerOlder