Line | Code | Value | Export IDENTIFIER |
556 | TRACE(_T("ERROR: Must call TerminateThread() on CMainFrame::m_pGraphThread->m_hThread\n")); | ERROR: Must call TerminateThread() on CMainFrame::m_pGraphThread->m_hThread\n | |
600 | UINT CF_URL = RegisterClipboardFormat(_T("UniformResourceLocator")); | UniformResourceLocator | |
605 | UINT CF_URL = RegisterClipboardFormat(_T("UniformResourceLocator")); | UniformResourceLocator | |
661 | CString section = _T("ToolBars\\") + str; | ToolBars\\ | |
665 | UINT nID = pApp->GetProfileInt(section, _T("DockState"), defDockBarID); | DockState | |
673 | pApp->GetProfileInt(section, _T("Visible"), FALSE) | Visible | |
682 | pSCB->LoadState(section + _T("\\State")); | \\State | |
702 | CString section = _T("ToolBars\\") + str; | ToolBars\\ | |
704 | if(pApp->GetProfileInt(section, _T("DockState"), ~AFX_IDW_DOCKBAR_FLOAT) == AFX_IDW_DOCKBAR_FLOAT) | DockState | |
707 | p.x = pApp->GetProfileInt(section, _T("DockPosX"), r.right); | DockPosX | |
708 | p.y = pApp->GetProfileInt(section, _T("DockPosY"), r.top); | DockPosY | |
730 | CString section = _T("ToolBars\\") + str; | ToolBars\\ | |
732 | pApp->WriteProfileInt(section, _T("Visible"), pBar->IsWindowVisible()); | Visible | |
736 | pSCB->SaveState(section + _T("\\State")); | \\State | |
745 | pApp->WriteProfileInt(section, _T("DockPosX"), r.left); | DockPosX | |
746 | pApp->WriteProfileInt(section, _T("DockPosY"), r.top); | DockPosY | |
749 | pApp->WriteProfileInt(section, _T("DockState"), nID); | DockState | |
1159 | TRACE(_T("*** CMainFrame::OnDisplayChange()\n")); | *** CMainFrame::OnDisplayChange()\n | |
1174 | TRACE(_T("SC_SCREENSAVE, nID = %d, lParam = %d\n"), nID, lParam); | SC_SCREENSAVE, nID = %d, lParam = %d\n | |
1374 | CString str = _T("Live"); | Live | |
1382 | ch.Format(_T(" (ch%d)"), lChannel); | (ch%d) | |
1450 | if(!rate.IsEmpty()) rate = _T("(") + rate + _T("X)"); | X) | |
1457 | info.Format(_T("%d.%02d %s"), val/100, val%100, rate); | %d.%02d %s | |
1463 | info.Format(_T("avg: %d ms, dev: %d ms"), avg, dev); | avg: %d ms, dev: %d ms | |
1464 | m_wndStatsBar.SetLine(_T("Sync Offset"), info); | Sync Offset | |
1473 | info.Format(_T("%d ms"), val); | %d ms | |
1474 | m_wndStatsBar.SetLine(_T("Jitter"), info); | Jitter | |
1487 | str.Format(_T("[%d]: %03d/%d KB"), i, samples, size / 1024); | [%d]: %03d/%d KB | |
1495 | str.Format(_T("%s (p%d)"), Implode(sl, ' '), pBI->GetPriority()); | %s (p%d) | |
1529 | if(cur != avg) str.Format(_T("[%d]: %d/%d Kb/s"), i, avg, cur); | [%d]: %d/%d Kb/s | |
1530 | else str.Format(_T("[%d]: %d Kb/s"), i, avg); | [%d]: %d Kb/s | |
1536 | m_wndStatsBar.SetLine(_T("Bitrate"), Implode(sl, ' ') + _T(" (avg/cur)")); | Bitrate | |
| | (avg/cur) | |
1609 | case DVD_AUD_EXT_Captions: lang += _T(" (Captions)"); break; | (Captions) | |
1610 | case DVD_AUD_EXT_VisuallyImpaired: lang += _T(" (Visually Impaired)"); break; | (Visually Impaired) | |
1611 | case DVD_AUD_EXT_DirectorComments1: lang += _T(" (Director Comments 1)"); break; | (Director Comments 1) | |
1612 | case DVD_AUD_EXT_DirectorComments2: lang += _T(" (Director Comments 2)"); break; | (Director Comments 2) | |
1652 | case DVD_SP_EXT_Caption_Big: lang += _T(" (Big)"); break; | (Big) | |
1653 | case DVD_SP_EXT_Caption_Children: lang += _T(" (Children)"); break; | (Children) | |
1654 | case DVD_SP_EXT_CC_Normal: lang += _T(" (CC)"); break; | (CC) | |
1655 | case DVD_SP_EXT_CC_Big: lang += _T(" (CC Big)"); break; | (CC Big) | |
1656 | case DVD_SP_EXT_CC_Children: lang += _T(" (CC Children)"); break; | (CC Children) | |
1657 | case DVD_SP_EXT_Forced: lang += _T(" (Forced)"); break; | (Forced) | |
1658 | case DVD_SP_EXT_DirectorComments_Normal: lang += _T(" (Director Comments)"); break; | (Director Comments) | |
1659 | case DVD_SP_EXT_DirectorComments_Big: lang += _T(" (Director Comments, Big)"); break; | (Director Comments, Big) | |
1660 | case DVD_SP_EXT_DirectorComments_Children: lang += _T(" (Director Comments, Children)"); break; | (Director Comments, Children) | |
1665 | Subtitles.Format(_T("%s"), | %s | |
1866 | TRACE(_T("EC_ERRORABORT, hr = %08x\n"), (HRESULT)evParam1); | EC_ERRORABORT, hr = %08x\n | |
1872 | TRACE(_T("EC_REPAINT\n")); | EC_REPAINT\n | |
1876 | TRACE(_T("EC_BUFFERING_DATA, %d, %d\n"), (HRESULT)evParam1, evParam2); | EC_BUFFERING_DATA, %d, %d\n | |
1943 | Domain = _T("First Play"); break; | First Play | |
1944 | case DVD_DOMAIN_VideoManagerMenu: Domain = _T("Video Manager Menu"); break; | Video Manager Menu | |
1945 | case DVD_DOMAIN_VideoTitleSetMenu: Domain = _T("Video Title Set Menu"); break; | Video Title Set Menu | |
1988 | TRACE(_T("EC_DVD_ERROR %d %d\n"), evParam1, evParam2); | EC_DVD_ERROR %d %d\n | |
2010 | TRACE(_T("EC_DVD_WARNING %d %d\n"), evParam1, evParam2); | EC_DVD_WARNING %d %d\n | |
2014 | TRACE(_T("EC_VIDEO_SIZE_CHANGED %dx%d\n"), CSize(evParam1)); | EC_VIDEO_SIZE_CHANGED %dx%d\n | |
2048 | //TRACE(_T("evCode: %d\n"), evCode); | evCode: %d\n | |
2061 | m_closingmsg = !str.IsEmpty() ? str : _T("Unspecified graph error"); | Unspecified graph error | |
2430 | transl[_T("Audio")] = IDS_AUDIO_POPUP; | Audio | |
2441 | transl[_T("Zoom")] = IDS_ZOOM_POPUP; | Zoom | |
3055 | strMessage.Format (_T("Audio : %s - %s"), ResStr(IDS_AG_UNKNOWN_STREAM), pszName); | Audio : %s - %s | |
3060 | strMessage.Format (_T("Audio : %s"), lang); | Audio : %s | |
3181 | strMessage.Format (_T("Audio : %s - %s %s"), lang, GetDVDAudioFormatName(AATR), FAILED(hr)?ResStr(IDS_AG_ERROR):_T("")); | Audio : %s - %s %s | |
3227 | strMessage.Format (ResStr(IDS_MAINFRM_45), lang, FAILED(hr)?_T("Error"):_T("")); | Error | |
3672 | if(ext == _T(".cda")) out = out.Left(out.GetLength()-4) + _T(".wav"); | .cda | |
| | .wav | |
3673 | else if(ext == _T(".ifo")) out = out.Left(out.GetLength()-4) + _T(".vob"); | .ifo | |
| | .vob | |
3715 | if((GetVersion()&0x80000000) && (ext == _T("cda") || ext == _T("ifo"))) | cda | |
| | ifo | |
3759 | // if(FAILED(hr)) {errmsg.Format(_T("GetDIB failed, hr = %08x"), hr); break;} | GetDIB failed, hr = %08x | |
3816 | if(ext == _T(".bmp")) | .bmp | |
3818 | if(FILE* f = _tfopen(fn, _T("wb"))) | wb | |
3844 | else if(ext == _T(".jpg")) | .jpg | |
3990 | AfxMessageBox(_T("Cannot frame step, try a different video renderer.")); | Cannot frame step, try a different video renderer. | |
4022 | rts.AddStyle(_T("thumbs"), style); | thumbs | |
4027 | rts.Add(str, true, 0, 1, _T("thumbs")); | thumbs | |
4030 | rts.Add(str, true, 1, 2, _T("thumbs")); | thumbs | |
4105 | rts.AddStyle(_T("thumbs"), style); | thumbs | |
4110 | rts.Add(str, true, 0, 1, _T("thumbs"), _T(""), _T(""), CRect(0,0,0,0), -1); | thumbs | |
4127 | CStringW measure = _T("B"); | B | |
4140 | rts.Add(str, true, 0, 1, _T("thumbs")); | thumbs | |
4154 | fn.Format(_T("%s%s%s"), prefix, t.Format(_T("%Y%m%d%H%M%S")), AfxGetAppSettings().SnapShotExt); | %s%s%s | |
| | %Y%m%d%H%M%S | |
4165 | AfxMessageBox(_T("The 'Save Image' and 'Save Thumbnails' functions do not work with the default video renderer for RealMedia.\nSelect one of the DirectX renderers for RealMedia in MPC's output options and reopen the file.")); | The 'Save Image' and 'Save Thumbnails' functions do not work with the default video renderer for RealMedia.\nSelect one of the DirectX renderers for RealMedia in MPC's output options and reopen the file. | |
4171 | AfxMessageBox(_T("The 'Save Image and 'Save Thumbnails' functions do not work with the default video renderer for QuickTime.\nSelect one of the DirectX renderers for QuickTime in MPC's output options and reopen the file.")); | The 'Save Image and 'Save Thumbnails' functions do not work with the default video renderer for QuickTime.\nSelect one of the DirectX renderers for QuickTime in MPC's output options and reopen the file. | |
4176 | AfxMessageBox(_T("The 'Save Image' and 'Save Thumbnails' functions do not work for Shockwave files.")); | The 'Save Image' and 'Save Thumbnails' functions do not work for Shockwave files. | |
4180 | AfxMessageBox(_T("The 'Save Image' and 'Save Thumbnails' functions do not work with the Overlay Mixer video renderer.\nChange the video renderer in MPC's output options and reopen the file.")); | The 'Save Image' and 'Save Thumbnails' functions do not work with the Overlay Mixer video renderer.\nChange the video renderer in MPC's output options and reopen the file. | |
4199 | psrc.Combine(s.SnapShotPath, MakeSnapshotFileName(_T("snapshot"))); | snapshot | |
4203 | _T("Bitmaps (*.bmp)|*.bmp|Jpeg (*.jpg)|*.jpg||"), this, 0); | Bitmaps (*.bmp)|*.bmp|Jpeg (*.jpg)|*.jpg|| | |
4205 | if(s.SnapShotExt == _T(".bmp")) fd.m_pOFN->nFilterIndex = 1; | .bmp | |
4206 | else if(s.SnapShotExt == _T(".jpg")) fd.m_pOFN->nFilterIndex = 2; | .jpg | |
4210 | if(fd.m_pOFN->nFilterIndex == 1) s.SnapShotExt = _T(".bmp"); | .bmp | |
4211 | else if(fd.m_pOFN->nFilterIndex = 2) s.SnapShotExt = _T(".jpg"); | .jpg | |
4232 | fn.Format(_T("%s\\%s"), AfxGetAppSettings().SnapShotPath, MakeSnapshotFileName(_T("snapshot"))); | %s\\%s | |
| | snapshot | |
4252 | psrc.Combine(s.SnapShotPath, MakeSnapshotFileName(_T("thumbs"))); | thumbs | |
4257 | _T("Bitmaps (*.bmp)|*.bmp|Jpeg (*.jpg)|*.jpg||"), this); | Bitmaps (*.bmp)|*.bmp|Jpeg (*.jpg)|*.jpg|| | |
4259 | if(s.SnapShotExt == _T(".bmp")) fd.m_pOFN->nFilterIndex = 1; | .bmp | |
4260 | else if(s.SnapShotExt == _T(".jpg")) fd.m_pOFN->nFilterIndex = 2; | .jpg | |
4264 | if(fd.m_pOFN->nFilterIndex == 1) s.SnapShotExt = _T(".bmp"); | .bmp | |
4265 | else if(fd.m_pOFN->nFilterIndex = 2) s.SnapShotExt = _T(".jpg"); | .jpg | |
4310 | _T(".srt .sub .ssa .ass .smi .psb .txt .idx .usf .xss|") | .srt .sub .ssa .ass .smi .psb .txt .idx .usf .xss| | |
4311 | _T("*.srt;*.sub;*.ssa;*.ass;*smi;*.psb;*.txt;*.idx;*.usf;*.xss||"); | *.srt;*.sub;*.ssa;*.ass;*smi;*.psb;*.txt;*.idx;*.usf;*.xss|| | |
4349 | _T("VobSub (*.idx, *.sub)|*.idx;*.sub||"), this, 0); | VobSub (*.idx, *.sub)|*.idx;*.sub|| | |
4364 | filter += _T("Subripper (*.srt)|*.srt|"); | Subripper (*.srt)|*.srt| | |
4365 | filter += _T("Microdvd (*.sub)|*.sub|"); | Microdvd (*.sub)|*.sub| | |
4366 | filter += _T("Sami (*.smi)|*.smi|"); | Sami (*.smi)|*.smi| | |
4367 | filter += _T("Psb (*.psb)|*.psb|"); | Psb (*.psb)|*.psb| | |
4368 | filter += _T("Sub Station Alpha (*.ssa)|*.ssa|"); | Sub Station Alpha (*.ssa)|*.ssa| | |
4369 | filter += _T("Advanced Sub Station Alpha (*.ass)|*.ass|"); | Advanced Sub Station Alpha (*.ass)|*.ass| | |
4402 | ShellExecute(m_hWnd, _T("open"), CString(url+args), NULL, NULL, SW_SHOWDEFAULT); | open | |
4414 | ShellExecute(m_hWnd, _T("open"), CString(url+args), NULL, NULL, SW_SHOWDEFAULT); | open | |
4602 | strMsg = s.fD3DFullscreen ? ResStr(IDS_MAINFRM_67) : _T("D3D Fullscreen off"); | D3D Fullscreen off | |
4894 | if(_stscanf(token, _T("%f"), &f) != 1) continue; | %f | |
4942 | info.Format(_T("x: %d, y: %d, z: %d"), m_AngleX, m_AngleY, m_AngleZ); | x: %d, y: %d, z: %d | |
5523 | m_OSD.DisplayMessage (OSD_TOPRIGHT, _T("Play")); | Play | |
5526 | strMessage.Format (_T("%s x %.01f"), (iNewSpeedLevel > 0)?_T(">"):_T("<"), fabs(dRate)); | %s x %.01f | |
5815 | CPropertySheet dlg(_T("Styles..."), this); | Styles... | |
6399 | pos.Format(_T("%I64d"), GetPos()); | %I64d | |
6424 | desc.Format(_T("%s - T%02d C%02d - %02d:%02d:%02d"), fn, Location.TitleNum, Location.ChapterNum, | %s - T%02d C%02d - %02d:%02d:%02d | |
6497 | else if(j == 1) _stscanf(s2, _T("%I64d"), &rtStart); // pos | %I64d | |
6568 | ShellExecute(m_hWnd, _T("open"), _T("http://mpc-hc.sourceforge.net/"), NULL, NULL, SW_SHOWDEFAULT); | open | |
| | http://mpc-hc.sourceforge.net/ | |
6573 | ShellExecute(m_hWnd, _T("open"), _T("http://sourceforge.net/project/showfiles.php?group_id=82303&package_id=144472"), NULL, NULL, SW_SHOWDEFAULT); | open | |
| | http://sourceforge.net/project/showfiles.php?group_id=82303&package_id=144472 | |
6578 | const TCHAR URL[] = _T("http://sourceforge.net/project/showfiles.php?group_id=170561"); | http://sourceforge.net/project/showfiles.php?group_id=170561 | |
6579 | if(CString(URL).Find(CString(_T("A4N")).MakeReverse()) >= 0) | A4N | |
6580 | ShellExecute(m_hWnd, _T("open"), URL, NULL, NULL, SW_SHOWDEFAULT); | open | |
6994 | info.Format(_T("Pos %.2f %.2f, Zoom %.2f %.2f, AR %.2f"), m_PosX, m_PosY, m_ZoomX, m_ZoomY, (float)vr.Width()/vr.Height()); | Pos %.2f %.2f, Zoom %.2f %.2f, AR %.2f | |
7249 | if(ERROR_SUCCESS == iviaud.Create(HKEY_LOCAL_MACHINE, _T("SOFTWARE\\InterVideo\\Common\\AudioDec"))) | SOFTWARE\\InterVideo\\Common\\AudioDec | |
7252 | if(FAILED(iviaud.QueryDWORDValue(_T("AUDIO"), chnum))) chnum = 0; | AUDIO | |
7254 | iviaud.SetDWORDValue(_T("AUDIO"), defchnum); | AUDIO | |
7368 | pGB = new CFGManagerPlayer(_T("CFGManagerPlayer"), NULL, s.SrcFilters, s.TraFilters, m_pVideoWnd->m_hWnd); | CFGManagerPlayer | |
7373 | pGB = new CFGManagerDVD(_T("CFGManagerDVD"), NULL, s.SrcFilters, s.TraFilters, m_pVideoWnd->m_hWnd); | CFGManagerDVD | |
7377 | pGB = new CFGManagerCapture(_T("CFGManagerCapture"), NULL, s.SrcFilters, s.TraFilters, m_pVideoWnd->m_hWnd); | CFGManagerCapture | |
7396 | throw _T("Failed to query the needed interfaces for playback"); | Failed to query the needed interfaces for playback | |
7401 | throw _T("Could not set target window for graph notification"); | Could not set target window for graph notification | |
7677 | throw _T("Failed to render all pins of the DVD Navigator filter"); | Failed to render all pins of the DVD Navigator filter | |
7679 | throw _T("Failed to render some of the pins of the DVD Navigator filter"); | Failed to render some of the pins of the DVD Navigator filter | |
7681 | throw _T("Failed to query the needed interfaces for DVD playback"); | Failed to query the needed interfaces for DVD playback | |
7748 | throw _T("Can't add video capture filter to the graph"); | Can't add video capture filter to the graph | |
7757 | TRACE(_T("Warning: No IAMStreamConfig interface for vidcap capture")); | Warning: No IAMStreamConfig interface for vidcap capture | |
7761 | TRACE(_T("Warning: No IAMStreamConfig interface for vidcap capture")); | Warning: No IAMStreamConfig interface for vidcap capture | |
7766 | TRACE(_T("Warning: No IAMStreamConfig interface for vidcap")); | Warning: No IAMStreamConfig interface for vidcap | |
7776 | TRACE(_T("Warning: No IAMStreamConfig interface for vidcap capture")); | Warning: No IAMStreamConfig interface for vidcap capture | |
7779 | TRACE(_T("Warning: No IAMStreamConfig interface for vidcap capture")); | Warning: No IAMStreamConfig interface for vidcap capture | |
7783 | TRACE(_T("Warning: No IAMCrossbar interface was found\n")); | Warning: No IAMCrossbar interface was found\n | |
7786 | TRACE(_T("Warning: No IAMTVTuner interface was found\n")); | Warning: No IAMTVTuner interface was found\n | |
7790 | //DumpStreamConfig(_T("c:\\mpclog.txt"), pAMVSCCap); | c:\\mpclog.txt | |
7806 | pAMTuner->put_CountryCode(AfxGetApp()->GetProfileInt(_T("Capture"), _T("Country"), 1)); | Capture | |
| | Country | |
7809 | if(vchannel < 0) vchannel = AfxGetApp()->GetProfileInt(_T("Capture\\") + CString(m_VidDispName), _T("Channel"), -1); | Capture\\ | |
| | Channel | |
7825 | throw _T("Can't add audio capture filter to the graph"); | Can't add audio capture filter to the graph | |
7833 | TRACE(_T("Warning: No IAMStreamConfig interface for vidcap")); | Warning: No IAMStreamConfig interface for vidcap | |
7861 | pODD->title = _T("Live"); | Live | |
8131 | m_wndStatsBar.SetLine(_T("Sync Offset"), info); | Sync Offset | |
8133 | m_wndStatsBar.SetLine(_T("Jitter"), info); | Jitter | |
8135 | m_wndStatsBar.SetLine(_T("Bitrate"), info); | Bitrate | |
8142 | m_wndStatsBar.SetLine(_T("Bitrate"), info); // FIXME: shouldn't be here | Bitrate | |
8213 | hIcon = LoadIcon(_T(".ifo"), true); | .ifo | |
8259 | fn = _T("DVD"); | DVD | |
8263 | fn = _T("Live"); | Live | |
8357 | else throw _T("Can't open, invalid input parameters"); | Can't open, invalid input parameters | |
8607 | title = label != pli.m_fns.GetHead() ? label : _T("Live"); | Live | |
8612 | title = _T("DVD"); | DVD | |
8635 | while(hWnd = ::FindWindowEx(NULL, hWnd, _T("MsnMsgrUIManager"), NULL)) | MsnMsgrUIManager | |
8648 | HANDLE hFMap = CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, 0, 1024, _T("mIRC")); | mIRC | |
8663 | if(HWND hWnd = ::FindWindow(_T("mIRC"), NULL)) | mIRC | |
8698 | if(label.IsEmpty()) label = _T("Audio CD"); | Audio CD | |
8699 | str.Format(_T("%s (%c:)"), label, drive); | %s (%c:) | |
8702 | if(label.IsEmpty()) label = _T("(S)VCD"); | (S)VCD | |
8703 | str.Format(_T("%s (%c:)"), label, drive); | %s (%c:) | |
8706 | if(label.IsEmpty()) label = _T("DVD Video"); | DVD Video | |
8707 | str.Format(_T("%s (%c:)"), label, drive); | %s (%c:) | |
8751 | case BI_RGB: name += _T(" (RGB)"); break; | (RGB) | |
8752 | case BI_RLE4: name += _T(" (RLE4)"); break; | (RLE4) | |
8753 | case BI_RLE8: name += _T(" (RLE8)"); break; | (RLE8) | |
8754 | case BI_BITFIELDS: name += _T(" (BITF)"); break; | (BITF) | |
8755 | default: name.Format(_T("%s (%c%c%c%c)"), | %s (%c%c%c%c) | |
8767 | name.Format(_T("%s (0x%04x)"), CString(name), (int)c); | %s (0x%04x) | |
8771 | || clsid == GUIDFromCString(_T("{48025243-2D39-11CE-875D-00608CB78066}"))) // ISCR | {48025243-2D39-11CE-875D-00608CB78066} | |
9051 | case DVD_AUD_EXT_Captions: str += _T(" (Captions)"); break; | (Captions) | |
9052 | case DVD_AUD_EXT_VisuallyImpaired: str += _T(" (Visually Impaired)"); break; | (Visually Impaired) | |
9134 | case DVD_SP_EXT_Caption_Big: str += _T(" (Big)"); break; | (Big) | |
9135 | case DVD_SP_EXT_Caption_Children: str += _T(" (Children)"); break; | (Children) | |
9136 | case DVD_SP_EXT_CC_Normal: str += _T(" (CC)"); break; | (CC) | |
9137 | case DVD_SP_EXT_CC_Big: str += _T(" (CC Big)"); break; | (CC Big) | |
9138 | case DVD_SP_EXT_CC_Children: str += _T(" (CC Children)"); break; | (CC Children) | |
9139 | case DVD_SP_EXT_Forced: str += _T(" (Forced)"); break; | (Forced) | |
9140 | case DVD_SP_EXT_DirectorComments_Normal: str += _T(" (Director Comments)"); break; | (Director Comments) | |
9141 | case DVD_SP_EXT_DirectorComments_Big: str += _T(" (Director Comments, Big)"); break; | (Director Comments, Big) | |
9142 | case DVD_SP_EXT_DirectorComments_Children: str += _T(" (Director Comments, Children)"); break; | (Director Comments, Children) | |
9220 | time.Format(_T("[%02d:%02d:%02d] "), h, m, s); | [%02d:%02d:%02d] | |
9340 | if(lcname.Find(_T(" off")) >= 0) | off | |
9440 | if(1 == _stscanf(sl.GetHead(), _T("%I64d"), &rt) && rt > 0) | %I64d | |
9443 | str.Format(_T("%s\t[%02d:%02d:%02d]"), CString(str), hmsf.bHours, hmsf.bMinutes, hmsf.bSeconds); | %s\t[%02d:%02d:%02d] | |
9662 | if(CString(CPath(fn).GetExtension()).MakeLower() == _T(".idx") && pVSF && pVSF->Open(fn) && pVSF->GetStreamCount() > 0) | .idx | |
9925 | TRACE(_T("Warning (CMainFrame::SeekTo): Trying to seek in capture mode")); | Warning (CMainFrame::SeekTo): Trying to seek in capture mode | |
10006 | err = _T("Can't add ") + CString(prefixl) + _T("buffer filter"); | Can't add | |
| | buffer filter | |
10014 | err = _T("Error connecting the ") + CString(prefixl) + _T("buffer filter"); | Error connecting the | |
| | buffer filter | |
10027 | err = _T("Can't add ") + CString(prefixl) + _T("encoder filter"); | Can't add | |
| | encoder filter | |
10035 | err = _T("Error connecting the ") + CString(prefixl) + _T("encoder filter"); | Error connecting the | |
| | encoder filter | |
10049 | err = _T("Can't set compression format on the ") + CString(prefixl) + _T("encoder filter"); | Can't set compression format on the | |
| | encoder filter | |
10063 | err = _T("Error connecting ") + CString(prefixl) + _T(" to the muliplexer filter"); | Error connecting | |
| | to the muliplexer filter | |
10115 | AfxMessageBox(_T("No video capture pin was found")); | No video capture pin was found | |
10141 | AfxMessageBox(_T("No audio capture pin was found")); | No audio capture pin was found | |
10484 | TRACE(_T("WARNING: CMainFrame::CloseMedia() called twice or more\n")); | WARNING: CMainFrame::CloseMedia() called twice or more\n | |
10499 | TRACE(_T("CRITICAL ERROR: !!! Must kill opener thread !!!")); | CRITICAL ERROR: !!! Must kill opener thread !!! | |
10649 | return _T("AC3"); | AC3 | |
10652 | return _T("MPEG1"); | MPEG1 | |
10655 | return _T("MPEG2"); | MPEG2 | |
10657 | return _T("LPCM"); | LPCM | |
10659 | return _T("DTS"); | DTS | |
10661 | return _T("SDDS"); | SDDS | |
10889 | title = label != pli.m_fns.GetHead() ? label : _T("Live"); | Live | |
10894 | title = _T("DVD"); | DVD | |
| | | |