]> granicus.if.org Git - handbrake/commit
Improve mpeg PS support
authorjstebbins <jstebbins.hb@gmail.com>
Wed, 14 Sep 2011 16:03:52 +0000 (16:03 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Wed, 14 Sep 2011 16:03:52 +0000 (16:03 +0000)
commit3cdb1f293da7bb6e1f506c899ced038068aeeddf
tree53552ce38e0c8f23675cbf71f4dc68cc302315b7
parentace57e1b754f84cad9603e7ed14aa9c6bb705461
Improve mpeg PS support

Adds support for MPEG-1 PS, HDDVD EVOB, and video codecs other
than mpeg1/2 in PS

Improves probing of unknown stream types by using Libav's probing
utilities

Use Libav to probe for dts profile in TS and PS files when profile is
unknown

Improves framerate detection (improved telecine detection)

Fixes preview generation for mpeg video that has only a single sequence
header

Patches Libav to handle VC-1 pulldown flags properly

Improve PS and TS stream log information

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4220 b64f7644-9d1e-0410-96f1-a4d463321fa5
contrib/ffmpeg/A05-vc1-pulldown.patch [new file with mode: 0644]
libhb/bd.c
libhb/common.h
libhb/decavcodec.c
libhb/decmpeg2.c
libhb/demuxmpeg.c
libhb/fifo.c
libhb/internal.h
libhb/reader.c
libhb/scan.c
libhb/stream.c