├── STEP_SDK ├── STEP_api.h ├── STEPlugin.cpp └── STEPlugin.h ├── STEP_aac ├── DlgSetup.cpp ├── DlgSetup.h ├── FileAAC.cpp ├── FileAAC.h ├── STEP_aac.cpp ├── STEP_aac.def ├── STEP_aac.h ├── STEP_aac.rc ├── STEP_aac.vcxproj ├── STEP_aac.vcxproj.filters ├── STEP_aac.vcxproj.user ├── StdAfx.cpp ├── StdAfx.h ├── bitmap_acc.bmp ├── mp4v2 │ ├── 3gp.cpp │ ├── atom_amr.cpp │ ├── atom_avc1.cpp │ ├── atom_avcC.cpp │ ├── atom_d263.cpp │ ├── atom_damr.cpp │ ├── atom_dref.cpp │ ├── atom_elst.cpp │ ├── atom_enca.cpp │ ├── atom_encv.cpp │ ├── atom_free.cpp │ ├── atom_ftyp.cpp │ ├── atom_gmin.cpp │ ├── atom_hdlr.cpp │ ├── atom_hinf.cpp │ ├── atom_hnti.cpp │ ├── atom_href.cpp │ ├── atom_mdat.cpp │ ├── atom_mdhd.cpp │ ├── atom_meta.cpp │ ├── atom_mp4a.cpp │ ├── atom_mp4s.cpp │ ├── atom_mp4v.cpp │ ├── atom_mvhd.cpp │ ├── atom_ohdr.cpp │ ├── atom_root.cpp │ ├── atom_rtp.cpp │ ├── atom_s263.cpp │ ├── atom_sdp.cpp │ ├── atom_smi.cpp │ ├── atom_sound.cpp │ ├── atom_standard.cpp │ ├── atom_stbl.cpp │ ├── atom_stdp.cpp │ ├── atom_stsc.cpp │ ├── atom_stsd.cpp │ ├── atom_stsz.cpp │ ├── atom_stz2.cpp │ ├── atom_text.cpp │ ├── atom_tfhd.cpp │ ├── atom_tkhd.cpp │ ├── atom_treftype.cpp │ ├── atom_trun.cpp │ ├── atom_udta.cpp │ ├── atom_url.cpp │ ├── atom_urn.cpp │ ├── atom_video.cpp │ ├── atom_vmhd.cpp │ ├── atoms.h │ ├── descriptors.cpp │ ├── descriptors.h │ ├── isma.cpp │ ├── mp4.cpp │ ├── mp4.h │ ├── mp4array.h │ ├── mp4atom.cpp │ ├── mp4atom.h │ ├── mp4common.h │ ├── mp4container.cpp │ ├── mp4container.h │ ├── mp4descriptor.cpp │ ├── mp4descriptor.h │ ├── mp4file.cpp │ ├── mp4file.h │ ├── mp4file_io.cpp │ ├── mp4info.cpp │ ├── mp4meta.cpp │ ├── mp4property.cpp │ ├── mp4property.h │ ├── mp4track.cpp │ ├── mp4track.h │ ├── mp4util.cpp │ ├── mp4util.h │ ├── mp4v2.def │ ├── mp4v2.vcxproj │ ├── mp4v2.vcxproj.filters │ ├── mp4v2.vcxproj.user │ ├── mpeg4ip.h │ ├── mpeg4ip_version.h │ ├── mpeg4ip_win32.h │ ├── need_for_win32.c │ ├── ocidescriptors.cpp │ ├── ocidescriptors.h │ ├── odcommands.cpp │ ├── odcommands.h │ ├── out.def │ ├── qosqualifiers.cpp │ ├── qosqualifiers.h │ ├── rtphint.cpp │ ├── rtphint.h │ ├── virtual_io.cpp │ └── virtual_io.h ├── res │ └── STEP_aac.rc2 └── resource.h ├── STEP_ape ├── DlgSetup.cpp ├── DlgSetup.h ├── GlobalCommand.cpp ├── GlobalCommand.h ├── STEP_ape.cpp ├── STEP_ape.def ├── STEP_ape.h ├── STEP_ape.rc ├── STEP_ape.vcxproj ├── STEP_ape.vcxproj.filters ├── STEP_ape.vcxproj.user ├── StdAfx.cpp ├── StdAfx.h ├── Tag_Ape.cpp ├── Tag_Ape.h ├── Xape │ ├── APEInfo.h │ ├── APETag.h │ ├── All.h │ ├── IO.h │ ├── MACDll.h │ ├── MACDll.lib │ ├── MACLib.h │ ├── MACLib.lib │ └── SmartPtr.h ├── bitmap1.bmp ├── call_mp3infp.cpp ├── mp3infp_ExportFunc.h ├── res │ └── STEP_ape.rc2 └── resource.h ├── STEP_fla ├── DlgSetup.cpp ├── DlgSetup.h ├── FileFLAC.cpp ├── FileFLAC.h ├── STEP_fla.cpp ├── STEP_fla.def ├── STEP_fla.h ├── STEP_fla.rc ├── STEP_fla.vcxproj ├── STEP_fla.vcxproj.filters ├── STEP_fla.vcxproj.user ├── StdAfx.cpp ├── StdAfx.h ├── bitmap_w.bmp ├── flac │ ├── Debug │ │ └── libFLAC.lib │ ├── Release │ │ └── libFLAC.lib │ ├── assert.h │ ├── callback.h │ ├── export.h │ ├── file_decoder.h │ ├── format.h │ ├── metadata.h │ ├── ordinals.h │ ├── seekable_stream_decoder.h │ └── stream_decoder.h ├── flac1.1.2 │ ├── all.h │ ├── assert.h │ ├── callback.h │ ├── export.h │ ├── file_decoder.h │ ├── file_encoder.h │ ├── format.h │ ├── metadata.h │ ├── ordinals.h │ ├── seekable_stream_decoder.h │ ├── seekable_stream_encoder.h │ ├── stream_decoder.h │ └── stream_encoder.h ├── oggvorbis-win32sdk-1.0.1 │ ├── include │ │ ├── ogg │ │ │ ├── ogg.h │ │ │ └── os_types.h │ │ └── vorbis │ │ │ ├── codec.h │ │ │ ├── vorbisenc.h │ │ │ └── vorbisfile.h │ └── lib │ │ ├── ogg.lib │ │ ├── ogg_d.lib │ │ ├── ogg_static.lib │ │ ├── ogg_static_d.lib │ │ ├── vorbis.lib │ │ ├── vorbis_d.lib │ │ ├── vorbis_static.lib │ │ ├── vorbis_static_d.lib │ │ ├── vorbisenc.lib │ │ ├── vorbisenc_d.lib │ │ ├── vorbisenc_static.lib │ │ ├── vorbisenc_static_d.lib │ │ ├── vorbisfile.lib │ │ ├── vorbisfile_d.lib │ │ ├── vorbisfile_static.lib │ │ └── vorbisfile_static_d.lib ├── res │ └── STEP_fla.rc2 └── resource.h ├── STEP_mp3 ├── DlgConvID3v2Version.cpp ├── DlgConvID3v2Version.h ├── DlgDefaultValue.cpp ├── DlgDefaultValue.h ├── DlgDefaultValue1.cpp ├── DlgDefaultValue1.h ├── DlgFileRmpID3v2.cpp ├── DlgFileRmpID3v2.h ├── ID3v2 │ ├── GlobalCommand.cpp │ ├── GlobalCommand.h │ ├── Id3tagv1.cpp │ ├── Id3tagv1.h │ ├── Id3tagv2.cpp │ ├── Id3tagv2.h │ ├── RMP.cpp │ ├── RMP.h │ ├── classID.h │ └── mp3infp_res │ │ └── resource.h ├── STEP_mp3.cpp ├── STEP_mp3.def ├── STEP_mp3.h ├── STEP_mp3.rc ├── STEP_mp3.vcxproj ├── STEP_mp3.vcxproj.filters ├── STEP_mp3.vcxproj.user ├── STEP_mp3_ConvFormat.cpp ├── StdAfx.cpp ├── StdAfx.h ├── bitmap1.bmp ├── bmp00001.bmp ├── bmp00002.bmp ├── bmp00003.bmp ├── bmp00004.bmp ├── bmp00005.bmp ├── call_mp3infp.cpp ├── file_con.bmp ├── mp3infp_ExportFunc.h ├── res │ └── STEP_mp3.rc2 ├── resource.h └── xSTEP_api.h ├── STEP_mpc ├── DlgSetup.cpp ├── DlgSetup.h ├── FileMPC.cpp ├── STEP_mpc.cpp ├── STEP_mpc.def ├── STEP_mpc.h ├── STEP_mpc.rc ├── STEP_mpc.vcxproj ├── STEP_mpc.vcxproj.filters ├── STEP_mpc.vcxproj.user ├── StdAfx.cpp ├── StdAfx.h ├── bitmap.bmp ├── idtag.cpp ├── idtag.h ├── in_mpc.h ├── mpc_dec.h ├── res │ └── STEP_mpc.rc2 └── resource.h ├── STEP_ogg ├── DlgSetup.cpp ├── DlgSetup.h ├── FileOGG.cpp ├── FileOGG.h ├── GlobalCommand.cpp ├── GlobalCommand.h ├── STEP_ogg.cpp ├── STEP_ogg.def ├── STEP_ogg.h ├── STEP_ogg.rc ├── STEP_ogg.vcxproj ├── STEP_ogg.vcxproj.filters ├── STEP_ogg.vcxproj.user ├── StdAfx.cpp ├── StdAfx.h ├── Tag_Ogg.cpp ├── Tag_Ogg.h ├── VorbisComments.cpp ├── VorbisComments.h ├── bitmap1.bmp ├── call_mp3infp.cpp ├── mp3infp_ExportFunc.h ├── ogg │ ├── include │ │ ├── ogg │ │ │ ├── ogg.h │ │ │ └── os_types.h │ │ └── vorbis │ │ │ ├── codec.h │ │ │ ├── vorbisenc.h │ │ │ └── vorbisfile.h │ └── lib │ │ ├── libogg_static.lib │ │ ├── libvorbis_static.lib │ │ └── libvorbisfile_static.lib ├── res │ └── STEP_ogg.rc2 ├── resource.h ├── utf8.cpp ├── utf8.h ├── vcedit.cpp └── vcedit.h ├── STEP_reConv ├── Resource.h ├── STEP_reConv.cpp ├── STEP_reConv.def ├── STEP_reConv.h ├── STEP_reConv.rc ├── STEP_reConv.vcxproj ├── STEP_reConv.vcxproj.filters ├── STEP_reConv.vcxproj.user ├── StdAfx.cpp ├── StdAfx.h └── res │ └── STEP_reConv.rc2 ├── STEP_riff ├── DlgSetup.cpp ├── DlgSetup.h ├── GlobalCommand.cpp ├── GlobalCommand.h ├── RiffSIF.cpp ├── RiffSIF.h ├── STEP_riff.cpp ├── STEP_riff.def ├── STEP_riff.h ├── STEP_riff.rc ├── STEP_riff.vcxproj ├── STEP_riff.vcxproj.filters ├── STEP_riff.vcxproj.user ├── StdAfx.cpp ├── StdAfx.h ├── bitmap1.bmp ├── bmp00001.bmp ├── call_mp3infp.cpp ├── mp3infp_ExportFunc.h ├── mp3infp_res │ └── resource.h ├── res │ └── STEP_riff.rc2 ├── resource.h └── wavavi.cpp ├── STEP_tta-intta ├── DlgSetup.cpp ├── DlgSetup.h ├── FileTTA.cpp ├── STEP_tta.cpp ├── STEP_tta.def ├── STEP_tta.h ├── STEP_tta.rc ├── StdAfx.cpp ├── StdAfx.h ├── bitmap_tta.bmp ├── crc32.h ├── id3genre.h ├── id3tag.h ├── res │ └── STEP_tta.rc2 ├── resource.h └── ttadec.h ├── STEP_tta ├── DlgSetup.cpp ├── DlgSetup.h ├── FileTTA.cpp ├── ID3v2 │ ├── GlobalCommand.cpp │ ├── GlobalCommand.h │ ├── Id3tagv1.cpp │ ├── Id3tagv1.h │ ├── Id3tagv2.cpp │ ├── Id3tagv2.h │ ├── classID.h │ └── mp3infp_res │ │ └── resource.h ├── STEP_tta.cpp ├── STEP_tta.def ├── STEP_tta.h ├── STEP_tta.rc ├── STEP_tta.vcxproj ├── STEP_tta.vcxproj.filters ├── STEP_tta.vcxproj.user ├── StdAfx.cpp ├── StdAfx.h ├── bitmap_tta.bmp ├── crc32.h ├── id3genre.h ├── id3tag.h ├── res │ └── STEP_tta.rc2 ├── resource.h └── ttadec.h ├── STEP_vqf ├── FileVQF.cpp ├── GlobalCommand.cpp ├── GlobalCommand.h ├── STEP_vqf.cpp ├── STEP_vqf.def ├── STEP_vqf.h ├── STEP_vqf.rc ├── STEP_vqf.vcxproj ├── STEP_vqf.vcxproj.filters ├── STEP_vqf.vcxproj.user ├── StdAfx.cpp ├── StdAfx.h ├── Vqf.cpp ├── Vqf.h ├── bitmap_acc.bmp ├── res │ └── STEP_vqf.rc2 └── resource.h ├── STEP_wma ├── DlgSetup.cpp ├── DlgSetup.h ├── FileWMA.cpp ├── FileWMA.h ├── FileWMAattr.cpp ├── STEP_wma.cpp ├── STEP_wma.def ├── STEP_wma.h ├── STEP_wma.rc ├── STEP_wma.vcxproj ├── STEP_wma.vcxproj.filters ├── STEP_wma.vcxproj.user ├── StdAfx.cpp ├── StdAfx.h ├── bitmap_w.bmp ├── call_mp3infp.cpp ├── mp3infp_ExportFunc.h ├── res │ └── STEP_wma.rc2 └── resource.h ├── SuperTagEditor ├── AutoBuildCount.h ├── ComboInListView.cpp ├── ComboInListView.h ├── DkToolBar.cpp ├── DkToolBar.h ├── DlgAddNumber.cpp ├── DlgAddNumber.h ├── DlgAddUserGenre.cpp ├── DlgAddUserGenre.h ├── DlgBlankAdvance.cpp ├── DlgBlankAdvance.h ├── DlgCommonProg.cpp ├── DlgCommonProg.h ├── DlgConv.cpp ├── DlgConv.h ├── DlgConvFormatEx.cpp ├── DlgConvFormatEx.h ├── DlgCopyFormat.cpp ├── DlgCopyFormat.h ├── DlgDefaultValue.cpp ├── DlgDefaultValue.h ├── DlgDeleteChar.cpp ├── DlgDeleteChar.h ├── DlgEditShowColumn.cpp ├── DlgEditShowColumn.h ├── DlgEnvConf.cpp ├── DlgEnvConf.h ├── DlgEnvPlayer.cpp ├── DlgEnvPlayer.h ├── DlgEnvSheet.cpp ├── DlgEnvSheet.h ├── DlgEnvironment.cpp ├── DlgEnvironment.h ├── DlgFavorites.cpp ├── DlgFavorites.h ├── DlgFileNameChange.cpp ├── DlgFileNameChange.h ├── DlgFileNameMaxCheck.cpp ├── DlgFileNameMaxCheck.h ├── DlgFileOverWrite.cpp ├── DlgFileOverWrite.h ├── DlgFileOverWrite2.cpp ├── DlgFileOverWrite2.h ├── DlgFixedString.cpp ├── DlgFixedString.h ├── DlgFixedUpperLower.cpp ├── DlgFixedUpperLower.h ├── DlgFolderSync.cpp ├── DlgFolderSync.h ├── DlgKeyConfig.cpp ├── DlgKeyConfig.h ├── DlgListSort.cpp ├── DlgListSort.h ├── DlgLoadPlayList.cpp ├── DlgLoadPlayList.h ├── DlgLyricFile.cpp ├── DlgLyricFile.h ├── DlgMoveFolder.cpp ├── DlgMoveFolder.h ├── DlgNameChange.cpp ├── DlgNameChange.h ├── DlgReplaceFileName.cpp ├── DlgReplaceFileName.h ├── DlgReplaceWord.cpp ├── DlgReplaceWord.h ├── DlgSetCheck.cpp ├── DlgSetCheck.h ├── DlgSetClassification.cpp ├── DlgSetClassification.h ├── DlgSetupGenre.cpp ├── DlgSetupGenre.h ├── DlgTeikei.cpp ├── DlgTeikei.h ├── DlgUnifyChar.cpp ├── DlgUnifyChar.h ├── DlgUserConvFormartTag2Tag.cpp ├── DlgUserConvFormartTag2Tag.h ├── DlgUserConvFormat.cpp ├── DlgUserConvFormat.h ├── DlgWriteForm.cpp ├── DlgWriteForm.h ├── DoubleZeroString.cpp ├── DoubleZeroString.h ├── FileMP3.cpp ├── FileMP3.h ├── HeaderCtrlEx.cpp ├── HeaderCtrlEx.h ├── HistoryComboEx.cpp ├── HistoryComboEx.h ├── INI │ ├── Profile.cpp │ └── Profile.h ├── ListCtrlEx.cpp ├── ListCtrlEx.h ├── ListEditCtrl.cpp ├── ListEditCtrl.h ├── MainFrm.cpp ├── MainFrm.h ├── MyFileDialog.cpp ├── MyFileDialog.h ├── MyFileDialogPlaylist.cpp ├── MyFileDialogPlaylist.h ├── MyRecentFileList.cpp ├── MyRecentFileList.h ├── MySuperGrid.cpp ├── MySuperGrid.h ├── NewAPIs.h ├── OXDllExt.h ├── OXToolTipCtrl.cpp ├── OXToolTipCtrl.h ├── OptionPage │ ├── OptionListBox.cpp │ ├── OptionListBox.h │ ├── OptionPage.cpp │ ├── OptionPage.h │ ├── OptionPageStaticText.cpp │ ├── OptionPageStaticText.h │ ├── OptionSheet.cpp │ ├── OptionSheet.h │ ├── SMLDoc.cpp │ ├── SMLDoc.h │ ├── SMLStatic.cpp │ └── SMLStatic.h ├── Plugin.cpp ├── Plugin.h ├── Regexp.cpp ├── Regexp.h ├── Registry.h ├── SHBrowseForFolder.cpp ├── SHBrowseForFolder.h ├── STEP_api.cpp ├── StdAfx.cpp ├── StdAfx.h ├── SuperGridCtrl.cpp ├── SuperGridCtrl.h ├── SuperTagEditor.cpp ├── SuperTagEditor.h ├── SuperTagEditor.rc ├── SuperTagEditor.vcxproj ├── SuperTagEditor.vcxproj.filters ├── SuperTagEditor.vcxproj.user ├── SuperTagEditorDoc.cpp ├── SuperTagEditorDoc.h ├── SuperTagEditorView.cpp ├── SuperTagEditorView.h ├── VisualStyle.manifest ├── dde │ ├── kbdde.cpp │ └── kbdde.h ├── dlgpluginsetup.cpp ├── dlgpluginsetup.h ├── dlgteikeipaste.cpp ├── dlgteikeipaste.h ├── htmlhelp.h ├── htmlhelp.lib ├── mp3infp │ ├── call_mp3infp.cpp │ └── mp3infp_ExportFunc.h ├── res │ ├── SuperTagEditor.ico │ ├── SuperTagEditor.rc2 │ ├── SuperTagEditorDoc.ico │ ├── Toolbar.bmp │ ├── check.bmp │ ├── toolbar_.bmp │ ├── tree.bmp │ └── untitled.ico ├── resource.h ├── scmpx.h ├── strcnv.cpp └── winamp.h ├── sample_csv.txt ├── sample_html.txt ├── sample_m3u.txt ├── sample_playlist.txt ├── var_list.txt └── var_list2.txt /STEP_SDK/STEP_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_SDK/STEP_api.h -------------------------------------------------------------------------------- /STEP_SDK/STEPlugin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_SDK/STEPlugin.cpp -------------------------------------------------------------------------------- /STEP_SDK/STEPlugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_SDK/STEPlugin.h -------------------------------------------------------------------------------- /STEP_aac/DlgSetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/DlgSetup.cpp -------------------------------------------------------------------------------- /STEP_aac/DlgSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/DlgSetup.h -------------------------------------------------------------------------------- /STEP_aac/FileAAC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/FileAAC.cpp -------------------------------------------------------------------------------- /STEP_aac/FileAAC.h: -------------------------------------------------------------------------------- 1 | #include "STEPlugin.h" -------------------------------------------------------------------------------- /STEP_aac/STEP_aac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/STEP_aac.cpp -------------------------------------------------------------------------------- /STEP_aac/STEP_aac.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/STEP_aac.def -------------------------------------------------------------------------------- /STEP_aac/STEP_aac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/STEP_aac.h -------------------------------------------------------------------------------- /STEP_aac/STEP_aac.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/STEP_aac.rc -------------------------------------------------------------------------------- /STEP_aac/STEP_aac.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/STEP_aac.vcxproj -------------------------------------------------------------------------------- /STEP_aac/STEP_aac.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/STEP_aac.vcxproj.filters -------------------------------------------------------------------------------- /STEP_aac/STEP_aac.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/STEP_aac.vcxproj.user -------------------------------------------------------------------------------- /STEP_aac/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/StdAfx.cpp -------------------------------------------------------------------------------- /STEP_aac/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/StdAfx.h -------------------------------------------------------------------------------- /STEP_aac/bitmap_acc.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/bitmap_acc.bmp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/3gp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/3gp.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_amr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_amr.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_avc1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_avc1.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_avcC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_avcC.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_d263.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_d263.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_damr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_damr.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_dref.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_dref.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_elst.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_elst.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_enca.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_enca.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_encv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_encv.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_free.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_free.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_ftyp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_ftyp.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_gmin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_gmin.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_hdlr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_hdlr.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_hinf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_hinf.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_hnti.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_hnti.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_href.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_href.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_mdat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_mdat.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_mdhd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_mdhd.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_meta.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_meta.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_mp4a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_mp4a.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_mp4s.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_mp4s.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_mp4v.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_mp4v.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_mvhd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_mvhd.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_ohdr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_ohdr.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_root.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_root.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_rtp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_rtp.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_s263.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_s263.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_sdp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_sdp.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_smi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_smi.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_sound.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_standard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_standard.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_stbl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_stbl.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_stdp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_stdp.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_stsc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_stsc.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_stsd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_stsd.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_stsz.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_stsz.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_stz2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_stz2.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_text.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_text.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_tfhd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_tfhd.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_tkhd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_tkhd.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_treftype.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_treftype.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_trun.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_trun.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_udta.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_udta.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_url.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_url.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_urn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_urn.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_video.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_video.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atom_vmhd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atom_vmhd.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/atoms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/atoms.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/descriptors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/descriptors.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/descriptors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/descriptors.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/isma.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/isma.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4array.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4atom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4atom.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4atom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4atom.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4common.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4container.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4container.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4container.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4container.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4descriptor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4descriptor.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4descriptor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4descriptor.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4file.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4file.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4file.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4file_io.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4file_io.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4info.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4info.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4meta.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4meta.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4property.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4property.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4property.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4property.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4track.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4track.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4track.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4track.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4util.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4util.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4v2.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4v2.def -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4v2.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4v2.vcxproj -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4v2.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4v2.vcxproj.filters -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mp4v2.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mp4v2.vcxproj.user -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mpeg4ip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mpeg4ip.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mpeg4ip_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mpeg4ip_version.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/mpeg4ip_win32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/mpeg4ip_win32.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/need_for_win32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/need_for_win32.c -------------------------------------------------------------------------------- /STEP_aac/mp4v2/ocidescriptors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/ocidescriptors.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/ocidescriptors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/ocidescriptors.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/odcommands.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/odcommands.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/odcommands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/odcommands.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/out.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/out.def -------------------------------------------------------------------------------- /STEP_aac/mp4v2/qosqualifiers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/qosqualifiers.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/qosqualifiers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/qosqualifiers.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/rtphint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/rtphint.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/rtphint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/rtphint.h -------------------------------------------------------------------------------- /STEP_aac/mp4v2/virtual_io.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/virtual_io.cpp -------------------------------------------------------------------------------- /STEP_aac/mp4v2/virtual_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/mp4v2/virtual_io.h -------------------------------------------------------------------------------- /STEP_aac/res/STEP_aac.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/res/STEP_aac.rc2 -------------------------------------------------------------------------------- /STEP_aac/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_aac/resource.h -------------------------------------------------------------------------------- /STEP_ape/DlgSetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/DlgSetup.cpp -------------------------------------------------------------------------------- /STEP_ape/DlgSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/DlgSetup.h -------------------------------------------------------------------------------- /STEP_ape/GlobalCommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/GlobalCommand.cpp -------------------------------------------------------------------------------- /STEP_ape/GlobalCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/GlobalCommand.h -------------------------------------------------------------------------------- /STEP_ape/STEP_ape.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/STEP_ape.cpp -------------------------------------------------------------------------------- /STEP_ape/STEP_ape.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/STEP_ape.def -------------------------------------------------------------------------------- /STEP_ape/STEP_ape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/STEP_ape.h -------------------------------------------------------------------------------- /STEP_ape/STEP_ape.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/STEP_ape.rc -------------------------------------------------------------------------------- /STEP_ape/STEP_ape.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/STEP_ape.vcxproj -------------------------------------------------------------------------------- /STEP_ape/STEP_ape.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/STEP_ape.vcxproj.filters -------------------------------------------------------------------------------- /STEP_ape/STEP_ape.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/STEP_ape.vcxproj.user -------------------------------------------------------------------------------- /STEP_ape/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/StdAfx.cpp -------------------------------------------------------------------------------- /STEP_ape/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/StdAfx.h -------------------------------------------------------------------------------- /STEP_ape/Tag_Ape.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/Tag_Ape.cpp -------------------------------------------------------------------------------- /STEP_ape/Tag_Ape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/Tag_Ape.h -------------------------------------------------------------------------------- /STEP_ape/Xape/APEInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/Xape/APEInfo.h -------------------------------------------------------------------------------- /STEP_ape/Xape/APETag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/Xape/APETag.h -------------------------------------------------------------------------------- /STEP_ape/Xape/All.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/Xape/All.h -------------------------------------------------------------------------------- /STEP_ape/Xape/IO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/Xape/IO.h -------------------------------------------------------------------------------- /STEP_ape/Xape/MACDll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/Xape/MACDll.h -------------------------------------------------------------------------------- /STEP_ape/Xape/MACDll.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/Xape/MACDll.lib -------------------------------------------------------------------------------- /STEP_ape/Xape/MACLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/Xape/MACLib.h -------------------------------------------------------------------------------- /STEP_ape/Xape/MACLib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/Xape/MACLib.lib -------------------------------------------------------------------------------- /STEP_ape/Xape/SmartPtr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/Xape/SmartPtr.h -------------------------------------------------------------------------------- /STEP_ape/bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/bitmap1.bmp -------------------------------------------------------------------------------- /STEP_ape/call_mp3infp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/call_mp3infp.cpp -------------------------------------------------------------------------------- /STEP_ape/mp3infp_ExportFunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/mp3infp_ExportFunc.h -------------------------------------------------------------------------------- /STEP_ape/res/STEP_ape.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/res/STEP_ape.rc2 -------------------------------------------------------------------------------- /STEP_ape/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ape/resource.h -------------------------------------------------------------------------------- /STEP_fla/DlgSetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/DlgSetup.cpp -------------------------------------------------------------------------------- /STEP_fla/DlgSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/DlgSetup.h -------------------------------------------------------------------------------- /STEP_fla/FileFLAC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/FileFLAC.cpp -------------------------------------------------------------------------------- /STEP_fla/FileFLAC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/FileFLAC.h -------------------------------------------------------------------------------- /STEP_fla/STEP_fla.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/STEP_fla.cpp -------------------------------------------------------------------------------- /STEP_fla/STEP_fla.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/STEP_fla.def -------------------------------------------------------------------------------- /STEP_fla/STEP_fla.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/STEP_fla.h -------------------------------------------------------------------------------- /STEP_fla/STEP_fla.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/STEP_fla.rc -------------------------------------------------------------------------------- /STEP_fla/STEP_fla.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/STEP_fla.vcxproj -------------------------------------------------------------------------------- /STEP_fla/STEP_fla.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/STEP_fla.vcxproj.filters -------------------------------------------------------------------------------- /STEP_fla/STEP_fla.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/STEP_fla.vcxproj.user -------------------------------------------------------------------------------- /STEP_fla/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/StdAfx.cpp -------------------------------------------------------------------------------- /STEP_fla/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/StdAfx.h -------------------------------------------------------------------------------- /STEP_fla/bitmap_w.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/bitmap_w.bmp -------------------------------------------------------------------------------- /STEP_fla/flac/Debug/libFLAC.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac/Debug/libFLAC.lib -------------------------------------------------------------------------------- /STEP_fla/flac/Release/libFLAC.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac/Release/libFLAC.lib -------------------------------------------------------------------------------- /STEP_fla/flac/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac/assert.h -------------------------------------------------------------------------------- /STEP_fla/flac/callback.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac/callback.h -------------------------------------------------------------------------------- /STEP_fla/flac/export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac/export.h -------------------------------------------------------------------------------- /STEP_fla/flac/file_decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac/file_decoder.h -------------------------------------------------------------------------------- /STEP_fla/flac/format.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac/format.h -------------------------------------------------------------------------------- /STEP_fla/flac/metadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac/metadata.h -------------------------------------------------------------------------------- /STEP_fla/flac/ordinals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac/ordinals.h -------------------------------------------------------------------------------- /STEP_fla/flac/seekable_stream_decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac/seekable_stream_decoder.h -------------------------------------------------------------------------------- /STEP_fla/flac/stream_decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac/stream_decoder.h -------------------------------------------------------------------------------- /STEP_fla/flac1.1.2/all.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac1.1.2/all.h -------------------------------------------------------------------------------- /STEP_fla/flac1.1.2/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac1.1.2/assert.h -------------------------------------------------------------------------------- /STEP_fla/flac1.1.2/callback.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac1.1.2/callback.h -------------------------------------------------------------------------------- /STEP_fla/flac1.1.2/export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac1.1.2/export.h -------------------------------------------------------------------------------- /STEP_fla/flac1.1.2/file_decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac1.1.2/file_decoder.h -------------------------------------------------------------------------------- /STEP_fla/flac1.1.2/file_encoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac1.1.2/file_encoder.h -------------------------------------------------------------------------------- /STEP_fla/flac1.1.2/format.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac1.1.2/format.h -------------------------------------------------------------------------------- /STEP_fla/flac1.1.2/metadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac1.1.2/metadata.h -------------------------------------------------------------------------------- /STEP_fla/flac1.1.2/ordinals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac1.1.2/ordinals.h -------------------------------------------------------------------------------- /STEP_fla/flac1.1.2/seekable_stream_decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac1.1.2/seekable_stream_decoder.h -------------------------------------------------------------------------------- /STEP_fla/flac1.1.2/seekable_stream_encoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac1.1.2/seekable_stream_encoder.h -------------------------------------------------------------------------------- /STEP_fla/flac1.1.2/stream_decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac1.1.2/stream_decoder.h -------------------------------------------------------------------------------- /STEP_fla/flac1.1.2/stream_encoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/flac1.1.2/stream_encoder.h -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/include/ogg/ogg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/include/ogg/ogg.h -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/include/ogg/os_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/include/ogg/os_types.h -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/include/vorbis/codec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/include/vorbis/codec.h -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/include/vorbis/vorbisenc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/include/vorbis/vorbisenc.h -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/include/vorbis/vorbisfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/include/vorbis/vorbisfile.h -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/lib/ogg.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/lib/ogg.lib -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/lib/ogg_d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/lib/ogg_d.lib -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/lib/ogg_static.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/lib/ogg_static.lib -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/lib/ogg_static_d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/lib/ogg_static_d.lib -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbis.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbis.lib -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbis_d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbis_d.lib -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbis_static.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbis_static.lib -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbis_static_d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbis_static_d.lib -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbisenc.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbisenc.lib -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbisenc_d.lib: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbisenc_static.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbisenc_static.lib -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbisenc_static_d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbisenc_static_d.lib -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbisfile.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbisfile.lib -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbisfile_d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbisfile_d.lib -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbisfile_static.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbisfile_static.lib -------------------------------------------------------------------------------- /STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbisfile_static_d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/oggvorbis-win32sdk-1.0.1/lib/vorbisfile_static_d.lib -------------------------------------------------------------------------------- /STEP_fla/res/STEP_fla.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/res/STEP_fla.rc2 -------------------------------------------------------------------------------- /STEP_fla/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_fla/resource.h -------------------------------------------------------------------------------- /STEP_mp3/DlgConvID3v2Version.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/DlgConvID3v2Version.cpp -------------------------------------------------------------------------------- /STEP_mp3/DlgConvID3v2Version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/DlgConvID3v2Version.h -------------------------------------------------------------------------------- /STEP_mp3/DlgDefaultValue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/DlgDefaultValue.cpp -------------------------------------------------------------------------------- /STEP_mp3/DlgDefaultValue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/DlgDefaultValue.h -------------------------------------------------------------------------------- /STEP_mp3/DlgDefaultValue1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/DlgDefaultValue1.cpp -------------------------------------------------------------------------------- /STEP_mp3/DlgDefaultValue1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/DlgDefaultValue1.h -------------------------------------------------------------------------------- /STEP_mp3/DlgFileRmpID3v2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/DlgFileRmpID3v2.cpp -------------------------------------------------------------------------------- /STEP_mp3/DlgFileRmpID3v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/DlgFileRmpID3v2.h -------------------------------------------------------------------------------- /STEP_mp3/ID3v2/GlobalCommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/ID3v2/GlobalCommand.cpp -------------------------------------------------------------------------------- /STEP_mp3/ID3v2/GlobalCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/ID3v2/GlobalCommand.h -------------------------------------------------------------------------------- /STEP_mp3/ID3v2/Id3tagv1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/ID3v2/Id3tagv1.cpp -------------------------------------------------------------------------------- /STEP_mp3/ID3v2/Id3tagv1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/ID3v2/Id3tagv1.h -------------------------------------------------------------------------------- /STEP_mp3/ID3v2/Id3tagv2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/ID3v2/Id3tagv2.cpp -------------------------------------------------------------------------------- /STEP_mp3/ID3v2/Id3tagv2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/ID3v2/Id3tagv2.h -------------------------------------------------------------------------------- /STEP_mp3/ID3v2/RMP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/ID3v2/RMP.cpp -------------------------------------------------------------------------------- /STEP_mp3/ID3v2/RMP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/ID3v2/RMP.h -------------------------------------------------------------------------------- /STEP_mp3/ID3v2/classID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/ID3v2/classID.h -------------------------------------------------------------------------------- /STEP_mp3/ID3v2/mp3infp_res/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/ID3v2/mp3infp_res/resource.h -------------------------------------------------------------------------------- /STEP_mp3/STEP_mp3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/STEP_mp3.cpp -------------------------------------------------------------------------------- /STEP_mp3/STEP_mp3.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/STEP_mp3.def -------------------------------------------------------------------------------- /STEP_mp3/STEP_mp3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/STEP_mp3.h -------------------------------------------------------------------------------- /STEP_mp3/STEP_mp3.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/STEP_mp3.rc -------------------------------------------------------------------------------- /STEP_mp3/STEP_mp3.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/STEP_mp3.vcxproj -------------------------------------------------------------------------------- /STEP_mp3/STEP_mp3.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/STEP_mp3.vcxproj.filters -------------------------------------------------------------------------------- /STEP_mp3/STEP_mp3.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/STEP_mp3.vcxproj.user -------------------------------------------------------------------------------- /STEP_mp3/STEP_mp3_ConvFormat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/STEP_mp3_ConvFormat.cpp -------------------------------------------------------------------------------- /STEP_mp3/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/StdAfx.cpp -------------------------------------------------------------------------------- /STEP_mp3/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/StdAfx.h -------------------------------------------------------------------------------- /STEP_mp3/bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/bitmap1.bmp -------------------------------------------------------------------------------- /STEP_mp3/bmp00001.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/bmp00001.bmp -------------------------------------------------------------------------------- /STEP_mp3/bmp00002.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/bmp00002.bmp -------------------------------------------------------------------------------- /STEP_mp3/bmp00003.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/bmp00003.bmp -------------------------------------------------------------------------------- /STEP_mp3/bmp00004.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/bmp00004.bmp -------------------------------------------------------------------------------- /STEP_mp3/bmp00005.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/bmp00005.bmp -------------------------------------------------------------------------------- /STEP_mp3/call_mp3infp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/call_mp3infp.cpp -------------------------------------------------------------------------------- /STEP_mp3/file_con.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/file_con.bmp -------------------------------------------------------------------------------- /STEP_mp3/mp3infp_ExportFunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/mp3infp_ExportFunc.h -------------------------------------------------------------------------------- /STEP_mp3/res/STEP_mp3.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/res/STEP_mp3.rc2 -------------------------------------------------------------------------------- /STEP_mp3/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/resource.h -------------------------------------------------------------------------------- /STEP_mp3/xSTEP_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mp3/xSTEP_api.h -------------------------------------------------------------------------------- /STEP_mpc/DlgSetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/DlgSetup.cpp -------------------------------------------------------------------------------- /STEP_mpc/DlgSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/DlgSetup.h -------------------------------------------------------------------------------- /STEP_mpc/FileMPC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/FileMPC.cpp -------------------------------------------------------------------------------- /STEP_mpc/STEP_mpc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/STEP_mpc.cpp -------------------------------------------------------------------------------- /STEP_mpc/STEP_mpc.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/STEP_mpc.def -------------------------------------------------------------------------------- /STEP_mpc/STEP_mpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/STEP_mpc.h -------------------------------------------------------------------------------- /STEP_mpc/STEP_mpc.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/STEP_mpc.rc -------------------------------------------------------------------------------- /STEP_mpc/STEP_mpc.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/STEP_mpc.vcxproj -------------------------------------------------------------------------------- /STEP_mpc/STEP_mpc.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/STEP_mpc.vcxproj.filters -------------------------------------------------------------------------------- /STEP_mpc/STEP_mpc.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/STEP_mpc.vcxproj.user -------------------------------------------------------------------------------- /STEP_mpc/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/StdAfx.cpp -------------------------------------------------------------------------------- /STEP_mpc/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/StdAfx.h -------------------------------------------------------------------------------- /STEP_mpc/bitmap.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/bitmap.bmp -------------------------------------------------------------------------------- /STEP_mpc/idtag.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/idtag.cpp -------------------------------------------------------------------------------- /STEP_mpc/idtag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/idtag.h -------------------------------------------------------------------------------- /STEP_mpc/in_mpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/in_mpc.h -------------------------------------------------------------------------------- /STEP_mpc/mpc_dec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/mpc_dec.h -------------------------------------------------------------------------------- /STEP_mpc/res/STEP_mpc.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/res/STEP_mpc.rc2 -------------------------------------------------------------------------------- /STEP_mpc/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_mpc/resource.h -------------------------------------------------------------------------------- /STEP_ogg/DlgSetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/DlgSetup.cpp -------------------------------------------------------------------------------- /STEP_ogg/DlgSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/DlgSetup.h -------------------------------------------------------------------------------- /STEP_ogg/FileOGG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/FileOGG.cpp -------------------------------------------------------------------------------- /STEP_ogg/FileOGG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/FileOGG.h -------------------------------------------------------------------------------- /STEP_ogg/GlobalCommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/GlobalCommand.cpp -------------------------------------------------------------------------------- /STEP_ogg/GlobalCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/GlobalCommand.h -------------------------------------------------------------------------------- /STEP_ogg/STEP_ogg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/STEP_ogg.cpp -------------------------------------------------------------------------------- /STEP_ogg/STEP_ogg.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/STEP_ogg.def -------------------------------------------------------------------------------- /STEP_ogg/STEP_ogg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/STEP_ogg.h -------------------------------------------------------------------------------- /STEP_ogg/STEP_ogg.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/STEP_ogg.rc -------------------------------------------------------------------------------- /STEP_ogg/STEP_ogg.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/STEP_ogg.vcxproj -------------------------------------------------------------------------------- /STEP_ogg/STEP_ogg.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/STEP_ogg.vcxproj.filters -------------------------------------------------------------------------------- /STEP_ogg/STEP_ogg.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/STEP_ogg.vcxproj.user -------------------------------------------------------------------------------- /STEP_ogg/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/StdAfx.cpp -------------------------------------------------------------------------------- /STEP_ogg/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/StdAfx.h -------------------------------------------------------------------------------- /STEP_ogg/Tag_Ogg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/Tag_Ogg.cpp -------------------------------------------------------------------------------- /STEP_ogg/Tag_Ogg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/Tag_Ogg.h -------------------------------------------------------------------------------- /STEP_ogg/VorbisComments.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/VorbisComments.cpp -------------------------------------------------------------------------------- /STEP_ogg/VorbisComments.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/VorbisComments.h -------------------------------------------------------------------------------- /STEP_ogg/bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/bitmap1.bmp -------------------------------------------------------------------------------- /STEP_ogg/call_mp3infp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/call_mp3infp.cpp -------------------------------------------------------------------------------- /STEP_ogg/mp3infp_ExportFunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/mp3infp_ExportFunc.h -------------------------------------------------------------------------------- /STEP_ogg/ogg/include/ogg/ogg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/ogg/include/ogg/ogg.h -------------------------------------------------------------------------------- /STEP_ogg/ogg/include/ogg/os_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/ogg/include/ogg/os_types.h -------------------------------------------------------------------------------- /STEP_ogg/ogg/include/vorbis/codec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/ogg/include/vorbis/codec.h -------------------------------------------------------------------------------- /STEP_ogg/ogg/include/vorbis/vorbisenc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/ogg/include/vorbis/vorbisenc.h -------------------------------------------------------------------------------- /STEP_ogg/ogg/include/vorbis/vorbisfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/ogg/include/vorbis/vorbisfile.h -------------------------------------------------------------------------------- /STEP_ogg/ogg/lib/libogg_static.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/ogg/lib/libogg_static.lib -------------------------------------------------------------------------------- /STEP_ogg/ogg/lib/libvorbis_static.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/ogg/lib/libvorbis_static.lib -------------------------------------------------------------------------------- /STEP_ogg/ogg/lib/libvorbisfile_static.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/ogg/lib/libvorbisfile_static.lib -------------------------------------------------------------------------------- /STEP_ogg/res/STEP_ogg.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/res/STEP_ogg.rc2 -------------------------------------------------------------------------------- /STEP_ogg/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/resource.h -------------------------------------------------------------------------------- /STEP_ogg/utf8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/utf8.cpp -------------------------------------------------------------------------------- /STEP_ogg/utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/utf8.h -------------------------------------------------------------------------------- /STEP_ogg/vcedit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/vcedit.cpp -------------------------------------------------------------------------------- /STEP_ogg/vcedit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_ogg/vcedit.h -------------------------------------------------------------------------------- /STEP_reConv/Resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_reConv/Resource.h -------------------------------------------------------------------------------- /STEP_reConv/STEP_reConv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_reConv/STEP_reConv.cpp -------------------------------------------------------------------------------- /STEP_reConv/STEP_reConv.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_reConv/STEP_reConv.def -------------------------------------------------------------------------------- /STEP_reConv/STEP_reConv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_reConv/STEP_reConv.h -------------------------------------------------------------------------------- /STEP_reConv/STEP_reConv.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_reConv/STEP_reConv.rc -------------------------------------------------------------------------------- /STEP_reConv/STEP_reConv.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_reConv/STEP_reConv.vcxproj -------------------------------------------------------------------------------- /STEP_reConv/STEP_reConv.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_reConv/STEP_reConv.vcxproj.filters -------------------------------------------------------------------------------- /STEP_reConv/STEP_reConv.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_reConv/STEP_reConv.vcxproj.user -------------------------------------------------------------------------------- /STEP_reConv/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_reConv/StdAfx.cpp -------------------------------------------------------------------------------- /STEP_reConv/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_reConv/StdAfx.h -------------------------------------------------------------------------------- /STEP_reConv/res/STEP_reConv.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_reConv/res/STEP_reConv.rc2 -------------------------------------------------------------------------------- /STEP_riff/DlgSetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/DlgSetup.cpp -------------------------------------------------------------------------------- /STEP_riff/DlgSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/DlgSetup.h -------------------------------------------------------------------------------- /STEP_riff/GlobalCommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/GlobalCommand.cpp -------------------------------------------------------------------------------- /STEP_riff/GlobalCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/GlobalCommand.h -------------------------------------------------------------------------------- /STEP_riff/RiffSIF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/RiffSIF.cpp -------------------------------------------------------------------------------- /STEP_riff/RiffSIF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/RiffSIF.h -------------------------------------------------------------------------------- /STEP_riff/STEP_riff.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/STEP_riff.cpp -------------------------------------------------------------------------------- /STEP_riff/STEP_riff.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/STEP_riff.def -------------------------------------------------------------------------------- /STEP_riff/STEP_riff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/STEP_riff.h -------------------------------------------------------------------------------- /STEP_riff/STEP_riff.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/STEP_riff.rc -------------------------------------------------------------------------------- /STEP_riff/STEP_riff.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/STEP_riff.vcxproj -------------------------------------------------------------------------------- /STEP_riff/STEP_riff.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/STEP_riff.vcxproj.filters -------------------------------------------------------------------------------- /STEP_riff/STEP_riff.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/STEP_riff.vcxproj.user -------------------------------------------------------------------------------- /STEP_riff/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/StdAfx.cpp -------------------------------------------------------------------------------- /STEP_riff/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/StdAfx.h -------------------------------------------------------------------------------- /STEP_riff/bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/bitmap1.bmp -------------------------------------------------------------------------------- /STEP_riff/bmp00001.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/bmp00001.bmp -------------------------------------------------------------------------------- /STEP_riff/call_mp3infp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/call_mp3infp.cpp -------------------------------------------------------------------------------- /STEP_riff/mp3infp_ExportFunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/mp3infp_ExportFunc.h -------------------------------------------------------------------------------- /STEP_riff/mp3infp_res/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/mp3infp_res/resource.h -------------------------------------------------------------------------------- /STEP_riff/res/STEP_riff.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/res/STEP_riff.rc2 -------------------------------------------------------------------------------- /STEP_riff/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/resource.h -------------------------------------------------------------------------------- /STEP_riff/wavavi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_riff/wavavi.cpp -------------------------------------------------------------------------------- /STEP_tta-intta/DlgSetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta-intta/DlgSetup.cpp -------------------------------------------------------------------------------- /STEP_tta-intta/DlgSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta-intta/DlgSetup.h -------------------------------------------------------------------------------- /STEP_tta-intta/FileTTA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta-intta/FileTTA.cpp -------------------------------------------------------------------------------- /STEP_tta-intta/STEP_tta.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta-intta/STEP_tta.cpp -------------------------------------------------------------------------------- /STEP_tta-intta/STEP_tta.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta-intta/STEP_tta.def -------------------------------------------------------------------------------- /STEP_tta-intta/STEP_tta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta-intta/STEP_tta.h -------------------------------------------------------------------------------- /STEP_tta-intta/STEP_tta.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta-intta/STEP_tta.rc -------------------------------------------------------------------------------- /STEP_tta-intta/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta-intta/StdAfx.cpp -------------------------------------------------------------------------------- /STEP_tta-intta/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta-intta/StdAfx.h -------------------------------------------------------------------------------- /STEP_tta-intta/bitmap_tta.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta-intta/bitmap_tta.bmp -------------------------------------------------------------------------------- /STEP_tta-intta/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta-intta/crc32.h -------------------------------------------------------------------------------- /STEP_tta-intta/id3genre.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta-intta/id3genre.h -------------------------------------------------------------------------------- /STEP_tta-intta/id3tag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta-intta/id3tag.h -------------------------------------------------------------------------------- /STEP_tta-intta/res/STEP_tta.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta-intta/res/STEP_tta.rc2 -------------------------------------------------------------------------------- /STEP_tta-intta/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta-intta/resource.h -------------------------------------------------------------------------------- /STEP_tta-intta/ttadec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta-intta/ttadec.h -------------------------------------------------------------------------------- /STEP_tta/DlgSetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/DlgSetup.cpp -------------------------------------------------------------------------------- /STEP_tta/DlgSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/DlgSetup.h -------------------------------------------------------------------------------- /STEP_tta/FileTTA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/FileTTA.cpp -------------------------------------------------------------------------------- /STEP_tta/ID3v2/GlobalCommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/ID3v2/GlobalCommand.cpp -------------------------------------------------------------------------------- /STEP_tta/ID3v2/GlobalCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/ID3v2/GlobalCommand.h -------------------------------------------------------------------------------- /STEP_tta/ID3v2/Id3tagv1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/ID3v2/Id3tagv1.cpp -------------------------------------------------------------------------------- /STEP_tta/ID3v2/Id3tagv1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/ID3v2/Id3tagv1.h -------------------------------------------------------------------------------- /STEP_tta/ID3v2/Id3tagv2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/ID3v2/Id3tagv2.cpp -------------------------------------------------------------------------------- /STEP_tta/ID3v2/Id3tagv2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/ID3v2/Id3tagv2.h -------------------------------------------------------------------------------- /STEP_tta/ID3v2/classID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/ID3v2/classID.h -------------------------------------------------------------------------------- /STEP_tta/ID3v2/mp3infp_res/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/ID3v2/mp3infp_res/resource.h -------------------------------------------------------------------------------- /STEP_tta/STEP_tta.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/STEP_tta.cpp -------------------------------------------------------------------------------- /STEP_tta/STEP_tta.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/STEP_tta.def -------------------------------------------------------------------------------- /STEP_tta/STEP_tta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/STEP_tta.h -------------------------------------------------------------------------------- /STEP_tta/STEP_tta.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/STEP_tta.rc -------------------------------------------------------------------------------- /STEP_tta/STEP_tta.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/STEP_tta.vcxproj -------------------------------------------------------------------------------- /STEP_tta/STEP_tta.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/STEP_tta.vcxproj.filters -------------------------------------------------------------------------------- /STEP_tta/STEP_tta.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/STEP_tta.vcxproj.user -------------------------------------------------------------------------------- /STEP_tta/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/StdAfx.cpp -------------------------------------------------------------------------------- /STEP_tta/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/StdAfx.h -------------------------------------------------------------------------------- /STEP_tta/bitmap_tta.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/bitmap_tta.bmp -------------------------------------------------------------------------------- /STEP_tta/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/crc32.h -------------------------------------------------------------------------------- /STEP_tta/id3genre.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/id3genre.h -------------------------------------------------------------------------------- /STEP_tta/id3tag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/id3tag.h -------------------------------------------------------------------------------- /STEP_tta/res/STEP_tta.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/res/STEP_tta.rc2 -------------------------------------------------------------------------------- /STEP_tta/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/resource.h -------------------------------------------------------------------------------- /STEP_tta/ttadec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_tta/ttadec.h -------------------------------------------------------------------------------- /STEP_vqf/FileVQF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_vqf/FileVQF.cpp -------------------------------------------------------------------------------- /STEP_vqf/GlobalCommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_vqf/GlobalCommand.cpp -------------------------------------------------------------------------------- /STEP_vqf/GlobalCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_vqf/GlobalCommand.h -------------------------------------------------------------------------------- /STEP_vqf/STEP_vqf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_vqf/STEP_vqf.cpp -------------------------------------------------------------------------------- /STEP_vqf/STEP_vqf.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_vqf/STEP_vqf.def -------------------------------------------------------------------------------- /STEP_vqf/STEP_vqf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_vqf/STEP_vqf.h -------------------------------------------------------------------------------- /STEP_vqf/STEP_vqf.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_vqf/STEP_vqf.rc -------------------------------------------------------------------------------- /STEP_vqf/STEP_vqf.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_vqf/STEP_vqf.vcxproj -------------------------------------------------------------------------------- /STEP_vqf/STEP_vqf.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_vqf/STEP_vqf.vcxproj.filters -------------------------------------------------------------------------------- /STEP_vqf/STEP_vqf.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_vqf/STEP_vqf.vcxproj.user -------------------------------------------------------------------------------- /STEP_vqf/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_vqf/StdAfx.cpp -------------------------------------------------------------------------------- /STEP_vqf/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_vqf/StdAfx.h -------------------------------------------------------------------------------- /STEP_vqf/Vqf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_vqf/Vqf.cpp -------------------------------------------------------------------------------- /STEP_vqf/Vqf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_vqf/Vqf.h -------------------------------------------------------------------------------- /STEP_vqf/bitmap_acc.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_vqf/bitmap_acc.bmp -------------------------------------------------------------------------------- /STEP_vqf/res/STEP_vqf.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_vqf/res/STEP_vqf.rc2 -------------------------------------------------------------------------------- /STEP_vqf/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_vqf/resource.h -------------------------------------------------------------------------------- /STEP_wma/DlgSetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/DlgSetup.cpp -------------------------------------------------------------------------------- /STEP_wma/DlgSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/DlgSetup.h -------------------------------------------------------------------------------- /STEP_wma/FileWMA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/FileWMA.cpp -------------------------------------------------------------------------------- /STEP_wma/FileWMA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/FileWMA.h -------------------------------------------------------------------------------- /STEP_wma/FileWMAattr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/FileWMAattr.cpp -------------------------------------------------------------------------------- /STEP_wma/STEP_wma.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/STEP_wma.cpp -------------------------------------------------------------------------------- /STEP_wma/STEP_wma.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/STEP_wma.def -------------------------------------------------------------------------------- /STEP_wma/STEP_wma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/STEP_wma.h -------------------------------------------------------------------------------- /STEP_wma/STEP_wma.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/STEP_wma.rc -------------------------------------------------------------------------------- /STEP_wma/STEP_wma.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/STEP_wma.vcxproj -------------------------------------------------------------------------------- /STEP_wma/STEP_wma.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/STEP_wma.vcxproj.filters -------------------------------------------------------------------------------- /STEP_wma/STEP_wma.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/STEP_wma.vcxproj.user -------------------------------------------------------------------------------- /STEP_wma/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/StdAfx.cpp -------------------------------------------------------------------------------- /STEP_wma/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/StdAfx.h -------------------------------------------------------------------------------- /STEP_wma/bitmap_w.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/bitmap_w.bmp -------------------------------------------------------------------------------- /STEP_wma/call_mp3infp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/call_mp3infp.cpp -------------------------------------------------------------------------------- /STEP_wma/mp3infp_ExportFunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/mp3infp_ExportFunc.h -------------------------------------------------------------------------------- /STEP_wma/res/STEP_wma.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/res/STEP_wma.rc2 -------------------------------------------------------------------------------- /STEP_wma/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/STEP_wma/resource.h -------------------------------------------------------------------------------- /SuperTagEditor/AutoBuildCount.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/AutoBuildCount.h -------------------------------------------------------------------------------- /SuperTagEditor/ComboInListView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/ComboInListView.cpp -------------------------------------------------------------------------------- /SuperTagEditor/ComboInListView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/ComboInListView.h -------------------------------------------------------------------------------- /SuperTagEditor/DkToolBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DkToolBar.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DkToolBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DkToolBar.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgAddNumber.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgAddNumber.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgAddNumber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgAddNumber.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgAddUserGenre.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgAddUserGenre.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgAddUserGenre.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgAddUserGenre.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgBlankAdvance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgBlankAdvance.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgBlankAdvance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgBlankAdvance.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgCommonProg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgCommonProg.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgCommonProg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgCommonProg.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgConv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgConv.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgConv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgConv.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgConvFormatEx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgConvFormatEx.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgConvFormatEx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgConvFormatEx.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgCopyFormat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgCopyFormat.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgCopyFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgCopyFormat.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgDefaultValue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgDefaultValue.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgDefaultValue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgDefaultValue.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgDeleteChar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgDeleteChar.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgDeleteChar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgDeleteChar.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgEditShowColumn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgEditShowColumn.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgEditShowColumn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgEditShowColumn.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgEnvConf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgEnvConf.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgEnvConf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgEnvConf.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgEnvPlayer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgEnvPlayer.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgEnvPlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgEnvPlayer.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgEnvSheet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgEnvSheet.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgEnvSheet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgEnvSheet.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgEnvironment.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgEnvironment.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgEnvironment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgEnvironment.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgFavorites.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgFavorites.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgFavorites.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgFavorites.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgFileNameChange.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgFileNameChange.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgFileNameChange.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgFileNameChange.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgFileNameMaxCheck.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgFileNameMaxCheck.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgFileNameMaxCheck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgFileNameMaxCheck.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgFileOverWrite.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgFileOverWrite.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgFileOverWrite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgFileOverWrite.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgFileOverWrite2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgFileOverWrite2.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgFileOverWrite2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgFileOverWrite2.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgFixedString.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgFixedString.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgFixedString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgFixedString.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgFixedUpperLower.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgFixedUpperLower.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgFixedUpperLower.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgFixedUpperLower.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgFolderSync.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgFolderSync.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgFolderSync.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgFolderSync.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgKeyConfig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgKeyConfig.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgKeyConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgKeyConfig.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgListSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgListSort.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgListSort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgListSort.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgLoadPlayList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgLoadPlayList.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgLoadPlayList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgLoadPlayList.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgLyricFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgLyricFile.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgLyricFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgLyricFile.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgMoveFolder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgMoveFolder.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgMoveFolder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgMoveFolder.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgNameChange.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgNameChange.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgNameChange.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgNameChange.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgReplaceFileName.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgReplaceFileName.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgReplaceFileName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgReplaceFileName.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgReplaceWord.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgReplaceWord.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgReplaceWord.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgReplaceWord.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgSetCheck.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgSetCheck.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgSetCheck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgSetCheck.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgSetClassification.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgSetClassification.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgSetClassification.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgSetClassification.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgSetupGenre.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgSetupGenre.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgSetupGenre.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgSetupGenre.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgTeikei.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgTeikei.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgTeikei.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgTeikei.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgUnifyChar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgUnifyChar.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgUnifyChar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgUnifyChar.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgUserConvFormartTag2Tag.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgUserConvFormartTag2Tag.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgUserConvFormartTag2Tag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgUserConvFormartTag2Tag.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgUserConvFormat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgUserConvFormat.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgUserConvFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgUserConvFormat.h -------------------------------------------------------------------------------- /SuperTagEditor/DlgWriteForm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgWriteForm.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DlgWriteForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DlgWriteForm.h -------------------------------------------------------------------------------- /SuperTagEditor/DoubleZeroString.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DoubleZeroString.cpp -------------------------------------------------------------------------------- /SuperTagEditor/DoubleZeroString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/DoubleZeroString.h -------------------------------------------------------------------------------- /SuperTagEditor/FileMP3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/FileMP3.cpp -------------------------------------------------------------------------------- /SuperTagEditor/FileMP3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/FileMP3.h -------------------------------------------------------------------------------- /SuperTagEditor/HeaderCtrlEx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/HeaderCtrlEx.cpp -------------------------------------------------------------------------------- /SuperTagEditor/HeaderCtrlEx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/HeaderCtrlEx.h -------------------------------------------------------------------------------- /SuperTagEditor/HistoryComboEx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/HistoryComboEx.cpp -------------------------------------------------------------------------------- /SuperTagEditor/HistoryComboEx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/HistoryComboEx.h -------------------------------------------------------------------------------- /SuperTagEditor/INI/Profile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/INI/Profile.cpp -------------------------------------------------------------------------------- /SuperTagEditor/INI/Profile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/INI/Profile.h -------------------------------------------------------------------------------- /SuperTagEditor/ListCtrlEx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/ListCtrlEx.cpp -------------------------------------------------------------------------------- /SuperTagEditor/ListCtrlEx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/ListCtrlEx.h -------------------------------------------------------------------------------- /SuperTagEditor/ListEditCtrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/ListEditCtrl.cpp -------------------------------------------------------------------------------- /SuperTagEditor/ListEditCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/ListEditCtrl.h -------------------------------------------------------------------------------- /SuperTagEditor/MainFrm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/MainFrm.cpp -------------------------------------------------------------------------------- /SuperTagEditor/MainFrm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/MainFrm.h -------------------------------------------------------------------------------- /SuperTagEditor/MyFileDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/MyFileDialog.cpp -------------------------------------------------------------------------------- /SuperTagEditor/MyFileDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/MyFileDialog.h -------------------------------------------------------------------------------- /SuperTagEditor/MyFileDialogPlaylist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/MyFileDialogPlaylist.cpp -------------------------------------------------------------------------------- /SuperTagEditor/MyFileDialogPlaylist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/MyFileDialogPlaylist.h -------------------------------------------------------------------------------- /SuperTagEditor/MyRecentFileList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/MyRecentFileList.cpp -------------------------------------------------------------------------------- /SuperTagEditor/MyRecentFileList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/MyRecentFileList.h -------------------------------------------------------------------------------- /SuperTagEditor/MySuperGrid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/MySuperGrid.cpp -------------------------------------------------------------------------------- /SuperTagEditor/MySuperGrid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/MySuperGrid.h -------------------------------------------------------------------------------- /SuperTagEditor/NewAPIs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/NewAPIs.h -------------------------------------------------------------------------------- /SuperTagEditor/OXDllExt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/OXDllExt.h -------------------------------------------------------------------------------- /SuperTagEditor/OXToolTipCtrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/OXToolTipCtrl.cpp -------------------------------------------------------------------------------- /SuperTagEditor/OXToolTipCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/OXToolTipCtrl.h -------------------------------------------------------------------------------- /SuperTagEditor/OptionPage/OptionListBox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/OptionPage/OptionListBox.cpp -------------------------------------------------------------------------------- /SuperTagEditor/OptionPage/OptionListBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/OptionPage/OptionListBox.h -------------------------------------------------------------------------------- /SuperTagEditor/OptionPage/OptionPage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/OptionPage/OptionPage.cpp -------------------------------------------------------------------------------- /SuperTagEditor/OptionPage/OptionPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/OptionPage/OptionPage.h -------------------------------------------------------------------------------- /SuperTagEditor/OptionPage/OptionPageStaticText.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/OptionPage/OptionPageStaticText.cpp -------------------------------------------------------------------------------- /SuperTagEditor/OptionPage/OptionPageStaticText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/OptionPage/OptionPageStaticText.h -------------------------------------------------------------------------------- /SuperTagEditor/OptionPage/OptionSheet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/OptionPage/OptionSheet.cpp -------------------------------------------------------------------------------- /SuperTagEditor/OptionPage/OptionSheet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/OptionPage/OptionSheet.h -------------------------------------------------------------------------------- /SuperTagEditor/OptionPage/SMLDoc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/OptionPage/SMLDoc.cpp -------------------------------------------------------------------------------- /SuperTagEditor/OptionPage/SMLDoc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/OptionPage/SMLDoc.h -------------------------------------------------------------------------------- /SuperTagEditor/OptionPage/SMLStatic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/OptionPage/SMLStatic.cpp -------------------------------------------------------------------------------- /SuperTagEditor/OptionPage/SMLStatic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/OptionPage/SMLStatic.h -------------------------------------------------------------------------------- /SuperTagEditor/Plugin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/Plugin.cpp -------------------------------------------------------------------------------- /SuperTagEditor/Plugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/Plugin.h -------------------------------------------------------------------------------- /SuperTagEditor/Regexp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/Regexp.cpp -------------------------------------------------------------------------------- /SuperTagEditor/Regexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/Regexp.h -------------------------------------------------------------------------------- /SuperTagEditor/Registry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/Registry.h -------------------------------------------------------------------------------- /SuperTagEditor/SHBrowseForFolder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/SHBrowseForFolder.cpp -------------------------------------------------------------------------------- /SuperTagEditor/SHBrowseForFolder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/SHBrowseForFolder.h -------------------------------------------------------------------------------- /SuperTagEditor/STEP_api.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/STEP_api.cpp -------------------------------------------------------------------------------- /SuperTagEditor/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/StdAfx.cpp -------------------------------------------------------------------------------- /SuperTagEditor/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/StdAfx.h -------------------------------------------------------------------------------- /SuperTagEditor/SuperGridCtrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/SuperGridCtrl.cpp -------------------------------------------------------------------------------- /SuperTagEditor/SuperGridCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/SuperGridCtrl.h -------------------------------------------------------------------------------- /SuperTagEditor/SuperTagEditor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/SuperTagEditor.cpp -------------------------------------------------------------------------------- /SuperTagEditor/SuperTagEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/SuperTagEditor.h -------------------------------------------------------------------------------- /SuperTagEditor/SuperTagEditor.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/SuperTagEditor.rc -------------------------------------------------------------------------------- /SuperTagEditor/SuperTagEditor.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/SuperTagEditor.vcxproj -------------------------------------------------------------------------------- /SuperTagEditor/SuperTagEditor.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/SuperTagEditor.vcxproj.filters -------------------------------------------------------------------------------- /SuperTagEditor/SuperTagEditor.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/SuperTagEditor.vcxproj.user -------------------------------------------------------------------------------- /SuperTagEditor/SuperTagEditorDoc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/SuperTagEditorDoc.cpp -------------------------------------------------------------------------------- /SuperTagEditor/SuperTagEditorDoc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/SuperTagEditorDoc.h -------------------------------------------------------------------------------- /SuperTagEditor/SuperTagEditorView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/SuperTagEditorView.cpp -------------------------------------------------------------------------------- /SuperTagEditor/SuperTagEditorView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/SuperTagEditorView.h -------------------------------------------------------------------------------- /SuperTagEditor/VisualStyle.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/VisualStyle.manifest -------------------------------------------------------------------------------- /SuperTagEditor/dde/kbdde.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/dde/kbdde.cpp -------------------------------------------------------------------------------- /SuperTagEditor/dde/kbdde.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/dde/kbdde.h -------------------------------------------------------------------------------- /SuperTagEditor/dlgpluginsetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/dlgpluginsetup.cpp -------------------------------------------------------------------------------- /SuperTagEditor/dlgpluginsetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/dlgpluginsetup.h -------------------------------------------------------------------------------- /SuperTagEditor/dlgteikeipaste.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/dlgteikeipaste.cpp -------------------------------------------------------------------------------- /SuperTagEditor/dlgteikeipaste.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/dlgteikeipaste.h -------------------------------------------------------------------------------- /SuperTagEditor/htmlhelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/htmlhelp.h -------------------------------------------------------------------------------- /SuperTagEditor/htmlhelp.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/htmlhelp.lib -------------------------------------------------------------------------------- /SuperTagEditor/mp3infp/call_mp3infp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/mp3infp/call_mp3infp.cpp -------------------------------------------------------------------------------- /SuperTagEditor/mp3infp/mp3infp_ExportFunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/mp3infp/mp3infp_ExportFunc.h -------------------------------------------------------------------------------- /SuperTagEditor/res/SuperTagEditor.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/res/SuperTagEditor.ico -------------------------------------------------------------------------------- /SuperTagEditor/res/SuperTagEditor.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/res/SuperTagEditor.rc2 -------------------------------------------------------------------------------- /SuperTagEditor/res/SuperTagEditorDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/res/SuperTagEditorDoc.ico -------------------------------------------------------------------------------- /SuperTagEditor/res/Toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/res/Toolbar.bmp -------------------------------------------------------------------------------- /SuperTagEditor/res/check.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/res/check.bmp -------------------------------------------------------------------------------- /SuperTagEditor/res/toolbar_.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/res/toolbar_.bmp -------------------------------------------------------------------------------- /SuperTagEditor/res/tree.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/res/tree.bmp -------------------------------------------------------------------------------- /SuperTagEditor/res/untitled.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/res/untitled.ico -------------------------------------------------------------------------------- /SuperTagEditor/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/resource.h -------------------------------------------------------------------------------- /SuperTagEditor/scmpx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/scmpx.h -------------------------------------------------------------------------------- /SuperTagEditor/strcnv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/strcnv.cpp -------------------------------------------------------------------------------- /SuperTagEditor/winamp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/SuperTagEditor/winamp.h -------------------------------------------------------------------------------- /sample_csv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/sample_csv.txt -------------------------------------------------------------------------------- /sample_html.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/sample_html.txt -------------------------------------------------------------------------------- /sample_m3u.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/sample_m3u.txt -------------------------------------------------------------------------------- /sample_playlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/sample_playlist.txt -------------------------------------------------------------------------------- /var_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/var_list.txt -------------------------------------------------------------------------------- /var_list2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mimura1133/mm_STEP_M/HEAD/var_list2.txt --------------------------------------------------------------------------------