[x264-devel] commit: Move DTS compression from libx264 to x264cli (Yusuke Nakamura )

git at videolan.org git at videolan.org
Sun Oct 10 23:47:36 CEST 2010


x264 | branch: master | Yusuke Nakamura <muken.the.vfrmaniac at gmail.com> | Fri Oct  1 00:37:39 2010 +0900| [80d0bd4b57163389289714e681bdc53ceaaf0f7a] | committer: Jason Garrett-Glaser 

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.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=80d0bd4b57163389289714e681bdc53ceaaf0f7a
---

 common/common.c     |    1 -
 common/common.h     |    4 ---
 encoder/encoder.c   |   43 ++++++-------------------------
 encoder/slicetype.c |    4 +-
 output/flv.c        |   71 +++++++++++++++++++++++++++++++++-----------------
 output/matroska.c   |    2 +-
 output/mp4.c        |   37 +++++++++++++++++++++-----
 output/output.h     |    7 ++++-
 output/raw.c        |    2 +-
 x264.c              |   30 ++++++++-------------
 x264.h              |    5 +---
 11 files changed, 108 insertions(+), 98 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=80d0bd4b57163389289714e681bdc53ceaaf0f7a


More information about the x264-devel mailing list