OSDN Git Service

- Add mpeg2 "Standard Target Decoder" clock recovery to the low level mpeg stream...
authorvan <van@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 15 Mar 2008 08:02:08 +0000 (08:02 +0000)
committervan <van@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 15 Mar 2008 08:02:08 +0000 (08:02 +0000)
commit4e710ccc1cbdab66cf92f137cffa7cd450401f36
tree02bea4c568d1efec6890ed12c96a1e8c0ddd2753
parent064198b21ccad623c80c1aaa89f5d5bcbb51efea
- Add mpeg2 "Standard Target Decoder" clock recovery to the low level mpeg stream reader so we don't have to guess about the clock in sync.
- Since sync now has a fairly reliable clock, make it just trim excess audio or video and fill holes so that we maintain cross media sync.
- Redo the TS-to-PS transmuxing code to work on smaller units so that we can reliably convert the TS clock (PCR) to a PS clock (SCR).

git-svn-id: svn://localhost/HandBrake/trunk@1341 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/demuxmpeg.c
libhb/reader.c
libhb/stream.c
libhb/sync.c