OSDN Git Service

- Always use HandBrake's DTS decoder rather than ffmpeg's even for inputs we read...
authorvan <van@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 8 Nov 2008 06:26:57 +0000 (06:26 +0000)
committervan <van@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 8 Nov 2008 06:26:57 +0000 (06:26 +0000)
commit3d8d1d4875d2aafb9d4f242b322ccc54097d4bfa
tree1d188bb7a927972bdf96ab24dc9544ffb180ed54
parent6e9e7804962535504d9511f4956a426da476df42
 - Always use HandBrake's DTS decoder rather than ffmpeg's even for inputs we read via ffmpeg so that we get the user-specified mixdown. Otherwise we eventually abort in the sample rate converter or audio encoder.
 - Teach HB's DTS coder to handle implicit timestamps so that it doesn't screw up on mkv's & some m2ts inputs.
 - mkv's produced from Bluray HD content seem to have large timestamp errors - filter them out in the decoder so that sync doesn't drop big chunks of our audio.

git-svn-id: svn://localhost/HandBrake/trunk@1904 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/decdca.c
libhb/stream.c