]> granicus.if.org Git - handbrake/commit
batch file scanning and scan cancel
authorjstebbins <jstebbins.hb@gmail.com>
Wed, 25 Nov 2009 21:14:44 +0000 (21:14 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Wed, 25 Nov 2009 21:14:44 +0000 (21:14 +0000)
commit009238a822971a933d0b7642fd04c15bf8e404a2
tree0979d88ba5116f4ad7e41f55bc7f93a1a82040b9
parent08483929dd5352012eb8b1f1143f138e3d5f19f0
batch file scanning and scan cancel
When a directory is specified as the source, first we attempt to open as a dvd,
then if that fails, we attempt to open each file in the directory as a stream
source.  Since opening a large directory of files can take a really long time,
you can also now cancel a scan.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2980 b64f7644-9d1e-0410-96f1-a4d463321fa5
23 files changed:
gtk/src/callbacks.c
gtk/src/ghb.ui
gtk/src/hb-backend.c
gtk/src/hb-backend.h
gtk/src/marshalers.h
gtk/src/presets.c
libhb/batch.c [new file with mode: 0644]
libhb/common.c
libhb/common.h
libhb/decmetadata.c
libhb/dvd.c
libhb/dvdnav.c
libhb/hb.c
libhb/hb.h
libhb/internal.h
libhb/ports.h
libhb/reader.c
libhb/scan.c
libhb/stream.c
libhb/work.c
macosx/Controller.h
macosx/Controller.m
test/test.c