OSDN Git Service

make it possible to dynamically create and close multiple libhb instances
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 26 Mar 2010 14:54:05 +0000 (14:54 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 26 Mar 2010 14:54:05 +0000 (14:54 +0000)
commit2c55a7172bfed971b7255f93323950d23ab775cf
tree66d27421270e27e82469b6076fca037e448a68dc
parent0935ceb66f3c5f59c9ee07d390dd03f9b6f5cdec
make it possible to dynamically create and close multiple libhb instances
tweaks to make libhb more usable from a C# app
remove pointers from preview filenames, replaces with hb instance and title id's
removes only previews upon hb_close, leaves temp dir for hb_global_close

git-svn-id: svn://localhost/HandBrake/trunk@3170 b64f7644-9d1e-0410-96f1-a4d463321fa5
gtk/src/hb-backend.c
gtk/src/preview.c
libhb/hb.c
libhb/hb.h
libhb/ports.c
libhb/ports.h
libhb/scan.c
test/test.c