Show
Ignore:
Timestamp:
02/21/10 22:45:25 (2 years ago)
Author:
Robin Gareus <rgareus@…>
Parents:
9fd29776ea63427fec80b3e34e0e52abfa924b53
Children:
66e0a72e52b6c9076ab19cebe52ae0ada6898d4a
git-committer:
Robin Gareus <rgareus@priroda.local> / 2010-02-21T23:45:25Z+0100
Message:

removed old stuff

Location:
oggzcap
Files:
7 removed
2 modified

Legend:

Unmodified
Added
Removed
  • oggzcap/OggZCap.xcodeproj/project.pbxproj

    r9fd2977 r9759199  
    3333                B5A7E9D110FC03EF0031B325 /* libvorbisenc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B5A7E9CA10FC03EF0031B325 /* libvorbisenc.a */; }; 
    3434                B5A7E9D210FC03EF0031B325 /* libvorbisfile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B5A7E9CB10FC03EF0031B325 /* libvorbisfile.a */; }; 
    35                 B5D7346110A39D510039782E /* SeqGrab.mm in Sources */ = {isa = PBXBuildFile; fileRef = B5D7345B10A39D510039782E /* SeqGrab.mm */; }; 
    36                 B5D7346210A39D510039782E /* SGChan.mm in Sources */ = {isa = PBXBuildFile; fileRef = B5D7345D10A39D510039782E /* SGChan.mm */; }; 
    37                 B5D7346310A39D510039782E /* SGVideo.mm in Sources */ = {isa = PBXBuildFile; fileRef = B5D7345F10A39D510039782E /* SGVideo.mm */; }; 
    3835/* End PBXBuildFile section */ 
    3936 
     
    7471                B5A7E9CA10FC03EF0031B325 /* libvorbisenc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvorbisenc.a; path = /usr/local/lib/libvorbisenc.a; sourceTree = "<absolute>"; }; 
    7572                B5A7E9CB10FC03EF0031B325 /* libvorbisfile.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvorbisfile.a; path = /usr/local/lib/libvorbisfile.a; sourceTree = "<absolute>"; }; 
    76                 B5D7345A10A39D510039782E /* SeqGrab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SeqGrab.h; sourceTree = "<group>"; }; 
    77                 B5D7345B10A39D510039782E /* SeqGrab.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SeqGrab.mm; sourceTree = "<group>"; }; 
    78                 B5D7345C10A39D510039782E /* SGChan.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SGChan.h; sourceTree = "<group>"; }; 
    79                 B5D7345D10A39D510039782E /* SGChan.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SGChan.mm; sourceTree = "<group>"; }; 
    80                 B5D7345E10A39D510039782E /* SGVideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SGVideo.h; sourceTree = "<group>"; }; 
    81                 B5D7345F10A39D510039782E /* SGVideo.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SGVideo.mm; sourceTree = "<group>"; }; 
    82                 B5D7346010A39D510039782E /* WhackedDebugMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WhackedDebugMacros.h; sourceTree = "<group>"; }; 
    8373/* End PBXFileReference section */ 
    8474 
     
    10999                        isa = PBXGroup; 
    110100                        children = ( 
    111                                 B5D7345810A39D510039782E /* videoin */, 
    112101                                454398730D6F33A500761241 /* videoout */, 
    113102                                454398890D6F33A500761241 /* MyController.mm */, 
     
    220209                        ); 
    221210                        path = lib; 
    222                         sourceTree = "<group>"; 
    223                 }; 
    224                 B5D7345810A39D510039782E /* videoin */ = { 
    225                         isa = PBXGroup; 
    226                         children = ( 
    227                                 B5D7345910A39D510039782E /* SeqGrab */, 
    228                                 B5D7346010A39D510039782E /* WhackedDebugMacros.h */, 
    229                         ); 
    230                         name = videoin; 
    231                         path = src/videoin; 
    232                         sourceTree = "<group>"; 
    233                 }; 
    234                 B5D7345910A39D510039782E /* SeqGrab */ = { 
    235                         isa = PBXGroup; 
    236                         children = ( 
    237                                 B5D7345A10A39D510039782E /* SeqGrab.h */, 
    238                                 B5D7345B10A39D510039782E /* SeqGrab.mm */, 
    239                                 B5D7345C10A39D510039782E /* SGChan.h */, 
    240                                 B5D7345D10A39D510039782E /* SGChan.mm */, 
    241                                 B5D7345E10A39D510039782E /* SGVideo.h */, 
    242                                 B5D7345F10A39D510039782E /* SGVideo.mm */, 
    243                         ); 
    244                         path = SeqGrab; 
    245211                        sourceTree = "<group>"; 
    246212                }; 
     
    311277                                454398A20D6F33A500761241 /* MyController.mm in Sources */, 
    312278                                454398A30D6F33A500761241 /* TargetTransparentWindow.m in Sources */, 
    313                                 B5D7346110A39D510039782E /* SeqGrab.mm in Sources */, 
    314                                 B5D7346210A39D510039782E /* SGChan.mm in Sources */, 
    315                                 B5D7346310A39D510039782E /* SGVideo.mm in Sources */, 
    316279                        ); 
    317280                        runOnlyForDeploymentPostprocessing = 0; 
  • oggzcap/OggZCap.xcodeproj/rgareus.pbxuser

    r9fd2977 r9759199  
    270270                        sepNavIntBoundsRect = "{{0, 0}, {922, 7384}}"; 
    271271                        sepNavSelRange = "{8520, 0}"; 
    272                         sepNavVisRange = "{831, 254}"; 
     272                        sepNavVisRange = "{831, 297}"; 
    273273                        sepNavWindowFrame = "{{70, 245}, {778, 578}}"; 
    274274                }; 
     
    291291        454398770D6F33A500761241 /* FrameReader.m */ = { 
    292292                uiCtxt = { 
    293                         sepNavIntBoundsRect = "{{0, 0}, {1230, 5824}}"; 
    294                         sepNavSelRange = "{5697, 0}"; 
    295                         sepNavVisRange = "{4776, 1932}"; 
    296                         sepNavWindowFrame = "{{15, 295}, {778, 578}}"; 
     293                        sepNavIntBoundsRect = "{{0, 0}, {1230, 6006}}"; 
     294                        sepNavSelRange = "{9529, 0}"; 
     295                        sepNavVisRange = "{9107, 461}"; 
     296                        sepNavWindowFrame = "{{-6, 34}, {857, 807}}"; 
    297297                }; 
    298298        }; 
     
    307307        454398890D6F33A500761241 /* MyController.mm */ = { 
    308308                uiCtxt = { 
    309                         sepNavIntBoundsRect = "{{0, 0}, {1076, 9178}}"; 
     309                        sepNavIntBoundsRect = "{{0, 0}, {1076, 9087}}"; 
    310310                        sepNavSelRange = "{6959, 3}"; 
    311                         sepNavVisRange = "{8205, 1783}"; 
     311                        sepNavVisRange = "{2011, 1234}"; 
    312312                        sepNavWindowFrame = "{{307, 138}, {778, 736}}"; 
    313313                }; 
     
    15871587        }; 
    15881588        B5D7345A10A39D510039782E /* SeqGrab.h */ = { 
     1589                isa = PBXFileReference; 
     1590                fileEncoding = 4; 
     1591                lastKnownFileType = sourcecode.c.h; 
     1592                name = SeqGrab.h; 
     1593                path = /Users/rgareus/data/inout/oggzcap/src/videoin/SeqGrab/SeqGrab.h; 
     1594                sourceTree = "<absolute>"; 
    15891595                uiCtxt = { 
    15901596                        sepNavIntBoundsRect = "{{0, 0}, {714, 1118}}"; 
     
    15951601        }; 
    15961602        B5D7345B10A39D510039782E /* SeqGrab.mm */ = { 
     1603                isa = PBXFileReference; 
     1604                fileEncoding = 4; 
     1605                lastKnownFileType = sourcecode.cpp.objcpp; 
     1606                name = SeqGrab.mm; 
     1607                path = /Users/rgareus/data/inout/oggzcap/src/videoin/SeqGrab/SeqGrab.mm; 
     1608                sourceTree = "<absolute>"; 
    15971609                uiCtxt = { 
    15981610                        sepNavIntBoundsRect = "{{0, 0}, {714, 6786}}"; 
    15991611                        sepNavSelRange = "{11133, 0}"; 
    1600                         sepNavVisRange = "{282, 401}"; 
     1612                        sepNavVisRange = "{282, 426}"; 
    16011613                        sepNavWindowFrame = "{{15, 316}, {1063, 557}}"; 
    16021614                }; 
    16031615        }; 
    1604         B5D7345D10A39D510039782E /* SGChan.mm */ = { 
    1605                 uiCtxt = { 
    1606                         sepNavIntBoundsRect = "{{0, 0}, {798, 1872}}"; 
    1607                         sepNavSelRange = "{0, 0}"; 
    1608                         sepNavVisRange = "{0, 968}"; 
    1609                         sepNavWindowFrame = "{{61, 24}, {857, 807}}"; 
    1610                 }; 
    1611         }; 
    16121616        B5D7345F10A39D510039782E /* SGVideo.mm */ = { 
     1617                isa = PBXFileReference; 
     1618                fileEncoding = 4; 
     1619                lastKnownFileType = sourcecode.cpp.objcpp; 
     1620                name = SGVideo.mm; 
     1621                path = /Users/rgareus/data/inout/oggzcap/src/videoin/SeqGrab/SGVideo.mm; 
     1622                sourceTree = "<absolute>"; 
    16131623                uiCtxt = { 
    16141624                        sepNavIntBoundsRect = "{{0, 0}, {1004, 8008}}"; 
     
    16191629        }; 
    16201630        B5D7346010A39D510039782E /* WhackedDebugMacros.h */ = { 
     1631                isa = PBXFileReference; 
     1632                fileEncoding = 4; 
     1633                lastKnownFileType = sourcecode.c.h; 
     1634                name = WhackedDebugMacros.h; 
     1635                path = /Users/rgareus/data/inout/oggzcap/src/videoin/WhackedDebugMacros.h; 
     1636                sourceTree = "<absolute>"; 
    16211637                uiCtxt = { 
    16221638                        sepNavIntBoundsRect = "{{0, 0}, {915, 1443}}";