]> granicus.if.org Git - handbrake/commit
- Always use HandBrake's DTS decoder rather than ffmpeg's even for inputs we read...
authorvan <vanj.hb@gmail.com>
Sat, 8 Nov 2008 06:26:57 +0000 (06:26 +0000)
committervan <vanj.hb@gmail.com>
Sat, 8 Nov 2008 06:26:57 +0000 (06:26 +0000)
commit89eef8d080649cc44a1abc7ed0a0248c6976951d
tree1d188bb7a927972bdf96ab24dc9544ffb180ed54
parent9f6d2aa0349191b7f83e9db200f0de16bf868670
 - 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://svn.handbrake.fr/HandBrake/trunk@1904 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/decdca.c
libhb/stream.c