[PR #11] [MERGED] Live preview #85

Closed
opened 2026-05-05 15:05:27 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/zakk4223/CocoaSplit/pull/11
Author: @zakk4223
Created: 11/25/2013
Status: Merged
Merged: 11/25/2013
Merged by: @zakk4223

Base: masterHead: live-preview


📝 Commits (2)

  • 8121eaf A bunch of changes for live preview and changing video sources on the fly
  • faa90bb Rewrite QTCapture to use C based XPC API. This allows me to pass the IOSurface with the proper XPC call rather than some dumb semaphore hack.

📊 Changes

25 files changed (+2518 additions, -12967 deletions)

View changed files

📝 CapturedFrameProtocol.h (+1 -2)
📝 CocoaSplit.xcodeproj/project.pbxproj (+8 -4)
📝 CocoaSplit/AVFAdvancedPanel.xib (+122 -977)
📝 CocoaSplit/AVFCapture.h (+6 -1)
📝 CocoaSplit/AVFCapture.m (+235 -32)
📝 CocoaSplit/AppleVTPanel.xib (+215 -1692)
📝 CocoaSplit/CaptureController.h (+1 -1)
📝 CocoaSplit/CaptureController.m (+104 -85)
📝 CocoaSplit/CaptureSessionProtocol.h (+3 -5)
📝 CocoaSplit/DesktopCapture.m (+76 -40)
📝 CocoaSplit/FFMpegTask.m (+7 -1)
📝 CocoaSplit/OutputDestination.m (+1 -0)
📝 CocoaSplit/PreviewView.m (+7 -0)
📝 CocoaSplit/QTCapture.h (+4 -0)
📝 CocoaSplit/QTCapture.m (+106 -94)
📝 CocoaSplit/SyphonCapture.h (+0 -2)
📝 CocoaSplit/SyphonCapture.m (+69 -50)
📝 CocoaSplit/advancedPrefPanel.xib (+78 -626)
📝 CocoaSplit/en.lproj/MainMenu.xib (+1173 -8167)
📝 CocoaSplit/x264Compressor.m (+6 -2)

...and 5 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/zakk4223/CocoaSplit/pull/11 **Author:** [@zakk4223](https://github.com/zakk4223) **Created:** 11/25/2013 **Status:** ✅ Merged **Merged:** 11/25/2013 **Merged by:** [@zakk4223](https://github.com/zakk4223) **Base:** `master` ← **Head:** `live-preview` --- ### 📝 Commits (2) - [`8121eaf`](https://github.com/zakk4223/CocoaSplit/commit/8121eaf428a8c20e4054658fdef96c06133f73a3) A bunch of changes for live preview and changing video sources on the fly - [`faa90bb`](https://github.com/zakk4223/CocoaSplit/commit/faa90bb9222b3486d0ae2afd415cdae0b99a84e1) Rewrite QTCapture to use C based XPC API. This allows me to pass the IOSurface with the proper XPC call rather than some dumb semaphore hack. ### 📊 Changes **25 files changed** (+2518 additions, -12967 deletions) <details> <summary>View changed files</summary> 📝 `CapturedFrameProtocol.h` (+1 -2) 📝 `CocoaSplit.xcodeproj/project.pbxproj` (+8 -4) 📝 `CocoaSplit/AVFAdvancedPanel.xib` (+122 -977) 📝 `CocoaSplit/AVFCapture.h` (+6 -1) 📝 `CocoaSplit/AVFCapture.m` (+235 -32) 📝 `CocoaSplit/AppleVTPanel.xib` (+215 -1692) 📝 `CocoaSplit/CaptureController.h` (+1 -1) 📝 `CocoaSplit/CaptureController.m` (+104 -85) 📝 `CocoaSplit/CaptureSessionProtocol.h` (+3 -5) 📝 `CocoaSplit/DesktopCapture.m` (+76 -40) 📝 `CocoaSplit/FFMpegTask.m` (+7 -1) 📝 `CocoaSplit/OutputDestination.m` (+1 -0) 📝 `CocoaSplit/PreviewView.m` (+7 -0) 📝 `CocoaSplit/QTCapture.h` (+4 -0) 📝 `CocoaSplit/QTCapture.m` (+106 -94) 📝 `CocoaSplit/SyphonCapture.h` (+0 -2) 📝 `CocoaSplit/SyphonCapture.m` (+69 -50) 📝 `CocoaSplit/advancedPrefPanel.xib` (+78 -626) 📝 `CocoaSplit/en.lproj/MainMenu.xib` (+1173 -8167) 📝 `CocoaSplit/x264Compressor.m` (+6 -2) _...and 5 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 15:05:27 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/CocoaSplit#85
No description provided.