OSDN Git Service

MacGui: Store live previews in a sub directory in "~/Library/Application Support...
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 6 Aug 2010 04:28:33 +0000 (04:28 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 6 Aug 2010 04:28:33 +0000 (04:28 +0000)
commitc10e6a53246f9b382331f0070b99a2be4177b336
treea8a01cc0b4c4cc34c59338ff8919991ad72525e4
parentae1ecc6cfd44ad5447e1136366e6179b3d138aa9
MacGui: Store live previews in a sub directory in "~/Library/Application Support/HandBrake/Previews" named by pidnum.
- Allows multi-instances to encode live previews without overwriting the live preview for any other instance (since previously we assumed single instance so there was just one live preview file for each container.
- Clean up of the previews directory when a single instance is laucnhed to make sure we do not build up a pile of old previews.
- Removed old code for live previews which handled the deprecated avi and ogm containers.

git-svn-id: svn://localhost/HandBrake/trunk@3472 b64f7644-9d1e-0410-96f1-a4d463321fa5
macosx/Controller.h
macosx/Controller.m
macosx/HBPreviewController.m