History log of /frameworks/av/media/libstagefright/webm/WebmElement.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4c05d48b9492364fc7369beefa29980ee28956ee 02-Jun-2016 TreeHugger Robot <treehugger-gerrit@google.com> Merge "stagefright: fix some issues with mkv HDR info conversions" into nyc-dev
d218dde936336037026cb45ff5f5748caf73f4f9 01-Jun-2016 Lajos Molnar <lajos@google.com> stagefright: propagate vorbis, opus and vp9 csd to muxer

Bug: 28931391
Change-Id: I9c09fa852e9b79ee4200a2582da97c937123c45b
/frameworks/av/media/libstagefright/webm/WebmElement.cpp
12c703291529dd19bb83579f1e3b33ecb444340d 01-Jun-2016 Lajos Molnar <lajos@google.com> stagefright: fix some issues with mkv HDR info conversions

- use mkvparser enumeration names
- correctly detect presence of primaries information

Bug: 28931391
Bug: 28671284
Change-Id: I7179a2b59d20c675a118e52520bad715742fd546
/frameworks/av/media/libstagefright/webm/WebmElement.cpp
d637d296bb0954756d3d231633fad73fadd70316 25-May-2016 Lajos Molnar <lajos@google.com> stagefright: fix hdr/color metadata handling for .mkv files

This is needed for proper VP9 profile detection

Bug: 28671284
Change-Id: Ief313c9635462db7157988d7446e40f54e4cada7
/frameworks/av/media/libstagefright/webm/WebmElement.cpp
70b22a024d75bce04575c16ed49fc7991c8544a6 21-Jan-2016 Vignesh Venkatasubramanian <vigneshv@google.com> libstagefright/webm: Add support for VP9 in webm muxer

WebM muxer cannot write out VP9 files. This CL adds support for
that. It will be useful when VP9 hardware encoders come out and
also when we add the software encoder for VP9.

Change-Id: Ie24d0f928a7421d8e6a53073b4cae45fba01d45b
/frameworks/av/media/libstagefright/webm/WebmElement.cpp
b4a7a2df4c28c3f32b5d877b54831d2cc5d78f81 20-Mar-2014 Colin Cross <ccross@android.com> libstagefright: fix 64-bit warnings

%lld -> %" PRId64 " for int64_t
%d -> %zu for size_t
Also fixes some casts from void* to integer types, and some comparisons
between signed and unsigned.

Change-Id: I9c52f76240e39399da252c66459042a6fc626a90
/frameworks/av/media/libstagefright/webm/WebmElement.cpp
343947abc8b7c126f966fd32a0b18bff6c2cecd1 08-Feb-2014 Robert Shih <robertshih@google.com> Stagefright: added WebM muxer.

Change-Id: I50bbf9c6f089b205d5ecef1371bfdd2028b3b358
/frameworks/av/media/libstagefright/webm/WebmElement.cpp