]> granicus.if.org Git - handbrake/commit
Exposing DurationPts on titles and chapters from scans, along with some conversion...
authorrandomengy <david.rickard@gmail.com>
Sun, 31 Mar 2013 20:55:00 +0000 (20:55 +0000)
committerrandomengy <david.rickard@gmail.com>
Sun, 31 Mar 2013 20:55:00 +0000 (20:55 +0000)
commitb37e7f1b4078fa478424a80fbaf1f56639e50eaa
treee0f9e61f67ebc56bd0258f000243c40ec12eb8fe
parent09e3a53c02d90e793885983a384a9283b8243590
Exposing DurationPts on titles and chapters from scans, along with some conversion functions.
Adding values to ScanProgressEventArgs to expose more fine-tuned progress.
Updating structs to catch up to most recent HB SVN.
Added a new VideoRangeType: All. This allows you to specify an entire title to convert without counting chapters.
We now create the filter list sorted and pass in the RENDERSUB filter with correct cropping values. This fixes burned-in subtitles getting cut off by cropping.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5369 b64f7644-9d1e-0410-96f1-a4d463321fa5
12 files changed:
win/CS/HandBrake.Interop/HandBrakeInterop/Converters.cs
win/CS/HandBrake.Interop/HandBrakeInterop/EventArgs/ScanProgressEventArgs.cs
win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInstance.cs
win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeUtils.cs
win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/Misc.cs
win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/NativeConstants.cs
win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_audio.cs
win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Model/VideoRangeType.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Properties/AssemblyInfo.cs
win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/Chapter.cs
win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/Title.cs