]> git.sesse.net Git - x264/commit
Move DTS compression from libx264 to x264cli
authorYusuke Nakamura <muken.the.vfrmaniac@gmail.com>
Thu, 30 Sep 2010 15:37:39 +0000 (00:37 +0900)
committerFiona Glaser <fiona@x264.com>
Sun, 10 Oct 2010 21:43:55 +0000 (14:43 -0700)
commite4b44c2e267a8a0771777422c626aba51c8e5194
tree0076778cbfd4e54485a412b0825c95b84b0d86e4
parent2eb4139f72d025fa4c77c4391d6f1b67ec2b6f8e
Move DTS compression from libx264 to x264cli
DTS compression is an ugly stupid hack and starting to encroach on unrelated areas like VBV.
Some people want it in the mp4 muxer for devices and/or splitters that don't support Edit Boxes.
We just say "throw these broken devices out the window".
DTS compression will remain as a muxer option, --dts-compress, at the user's own risk.
This option is disabled by default.
common/common.c
common/common.h
encoder/encoder.c
encoder/slicetype.c
output/flv.c
output/matroska.c
output/mp4.c
output/output.h
output/raw.c
x264.c
x264.h