Skip to content

Instantly share code, notes, and snippets.

View CrossVR's full-sized avatar

Jules Blok CrossVR

View GitHub Profile
@CrossVR
CrossVR / twitch_plays_pokemon_snippets.js
Last active August 29, 2015 13:56 — forked from gabstv/twitch_plays_pokemon_snippets.js
Improved chat filter and shows UTC time of your button presses
//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: #
// ###############
> 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++
@CrossVR
CrossVR / gist:6188337
Last active December 20, 2015 20:09
Evaluation Queries
# Add new components
INSERT INTO component VALUES
('API', '', ''),
('Audio Switcher', '', ''),
('Installer', '', ''),
('Internal Filters', '', ''),
('Shaders', '', ''),
('Subtitles', '', ''),
('Translations', '', ''),
('User Interface', '', ''),
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