Changeset 9759199714df0cd85f695766c4c5c5d712570365 for oggzcap
- Timestamp:
- 02/21/10 22:45:25 (2 years ago)
- Parents:
- 9fd29776ea63427fec80b3e34e0e52abfa924b53
- Children:
- 66e0a72e52b6c9076ab19cebe52ae0ada6898d4a
- git-committer:
- Robin Gareus <rgareus@priroda.local> / 2010-02-21T23:45:25Z+0100
- Location:
- oggzcap
- Files:
-
- 7 removed
- 2 modified
-
OggZCap.xcodeproj/project.pbxproj (modified) (5 diffs)
-
OggZCap.xcodeproj/rgareus.pbxuser (modified) (6 diffs)
-
src/videoin/SeqGrab/SGChan.h (deleted)
-
src/videoin/SeqGrab/SGChan.mm (deleted)
-
src/videoin/SeqGrab/SGVideo.h (deleted)
-
src/videoin/SeqGrab/SGVideo.mm (deleted)
-
src/videoin/SeqGrab/SeqGrab.h (deleted)
-
src/videoin/SeqGrab/SeqGrab.mm (deleted)
-
src/videoin/WhackedDebugMacros.h (deleted)
Legend:
- Unmodified
- Added
- Removed
-
oggzcap/OggZCap.xcodeproj/project.pbxproj
r9fd2977 r9759199 33 33 B5A7E9D110FC03EF0031B325 /* libvorbisenc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B5A7E9CA10FC03EF0031B325 /* libvorbisenc.a */; }; 34 34 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 */; };38 35 /* End PBXBuildFile section */ 39 36 … … 74 71 B5A7E9CA10FC03EF0031B325 /* libvorbisenc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvorbisenc.a; path = /usr/local/lib/libvorbisenc.a; sourceTree = "<absolute>"; }; 75 72 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>"; };83 73 /* End PBXFileReference section */ 84 74 … … 109 99 isa = PBXGroup; 110 100 children = ( 111 B5D7345810A39D510039782E /* videoin */,112 101 454398730D6F33A500761241 /* videoout */, 113 102 454398890D6F33A500761241 /* MyController.mm */, … … 220 209 ); 221 210 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;245 211 sourceTree = "<group>"; 246 212 }; … … 311 277 454398A20D6F33A500761241 /* MyController.mm in Sources */, 312 278 454398A30D6F33A500761241 /* TargetTransparentWindow.m in Sources */, 313 B5D7346110A39D510039782E /* SeqGrab.mm in Sources */,314 B5D7346210A39D510039782E /* SGChan.mm in Sources */,315 B5D7346310A39D510039782E /* SGVideo.mm in Sources */,316 279 ); 317 280 runOnlyForDeploymentPostprocessing = 0; -
oggzcap/OggZCap.xcodeproj/rgareus.pbxuser
r9fd2977 r9759199 270 270 sepNavIntBoundsRect = "{{0, 0}, {922, 7384}}"; 271 271 sepNavSelRange = "{8520, 0}"; 272 sepNavVisRange = "{831, 2 54}";272 sepNavVisRange = "{831, 297}"; 273 273 sepNavWindowFrame = "{{70, 245}, {778, 578}}"; 274 274 }; … … 291 291 454398770D6F33A500761241 /* FrameReader.m */ = { 292 292 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}}"; 297 297 }; 298 298 }; … … 307 307 454398890D6F33A500761241 /* MyController.mm */ = { 308 308 uiCtxt = { 309 sepNavIntBoundsRect = "{{0, 0}, {1076, 9 178}}";309 sepNavIntBoundsRect = "{{0, 0}, {1076, 9087}}"; 310 310 sepNavSelRange = "{6959, 3}"; 311 sepNavVisRange = "{ 8205, 1783}";311 sepNavVisRange = "{2011, 1234}"; 312 312 sepNavWindowFrame = "{{307, 138}, {778, 736}}"; 313 313 }; … … 1587 1587 }; 1588 1588 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>"; 1589 1595 uiCtxt = { 1590 1596 sepNavIntBoundsRect = "{{0, 0}, {714, 1118}}"; … … 1595 1601 }; 1596 1602 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>"; 1597 1609 uiCtxt = { 1598 1610 sepNavIntBoundsRect = "{{0, 0}, {714, 6786}}"; 1599 1611 sepNavSelRange = "{11133, 0}"; 1600 sepNavVisRange = "{282, 4 01}";1612 sepNavVisRange = "{282, 426}"; 1601 1613 sepNavWindowFrame = "{{15, 316}, {1063, 557}}"; 1602 1614 }; 1603 1615 }; 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 };1612 1616 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>"; 1613 1623 uiCtxt = { 1614 1624 sepNavIntBoundsRect = "{{0, 0}, {1004, 8008}}"; … … 1619 1629 }; 1620 1630 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>"; 1621 1637 uiCtxt = { 1622 1638 sepNavIntBoundsRect = "{{0, 0}, {915, 1443}}";
