]> granicus.if.org Git - libvpx/commit
Added rate-targeted temporal scalability
authorAdrian Grange <agrange@google.com>
Thu, 6 Oct 2011 22:49:11 +0000 (15:49 -0700)
committerAdrian Grange <agrange@google.com>
Tue, 11 Oct 2011 19:49:12 +0000 (12:49 -0700)
commit217591fde57a1f459003e651854b53b940b00865
tree3cf8b6e5648eb38b8f3a1f7d2b8e0436316589d5
parentaf12c23e8ee6931c364f417d510b48de6e1d8530
Added rate-targeted temporal scalability

Added the ability to create rate-targeted, temporally
scalable, VP8 compatible bitstreams.

The application vp8_scalable_patterns.c demonstrates how
to use this capability. Users can create output bitstreams
containing upto 5 temporally separable streams encoded
as a single VP8 bitstream.
(previously abandoned as:
I92d1483e887adb274d07ce9e567e4d0314881b0a)

Change-Id: I156250a3fe930be57c069d508c41b6a7a4ea8d6a
12 files changed:
.gitignore
examples.mk
examples/vp8_scalable_patterns.txt [deleted file]
vp8/common/onyx.h
vp8/encoder/encodeframe.c
vp8/encoder/onyx_if.c
vp8/encoder/onyx_int.h
vp8/encoder/pickinter.c
vp8/encoder/ratectrl.c
vp8/vp8_cx_iface.c
vp8_scalable_patterns.c [new file with mode: 0644]
vpx/vpx_encoder.h