History log of /frameworks/av/media/libstagefright/webm/WebmWriter.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ba8128f9db82da66f28c6e6740d4721d80da954e 08-Aug-2017 Dongwon Kang <dwkang@google.com> Remove direct dependency on libbinder from extractor impls

This change removes dependency on IMediaExtractor/Source binder
interfaces from MediaExtractor implementations. Wrapper classes,
RemoteXXX and CallbackXXX, have been added to convert the
implementations to binder objects or the other way around.

Test: build, boot, and play mp4 video file
Bug: 65851881
Change-Id: I351fb7bbaf8e0154295ccf258f85b8b2f2a4b8fb
/frameworks/av/media/libstagefright/webm/WebmWriter.cpp
b8c35f94470d1518e2def0582aaec4e038c92af0 28-Apr-2017 Colin Cross <ccross@android.com> Fix trivial warnings hidden by -isystem

Fix the trivial warnings that are hidden by the use of -isystem to
include frameworks/av and caught by -Werror.

Test: m -j checkbuild
Bug: 31751828
Change-Id: I155f9f772ce0a84b364313814cb7cf528b9de4eb
/frameworks/av/media/libstagefright/webm/WebmWriter.cpp
92076c3670875872cc5b3a1d7f83d49dc325e25d 20-Jul-2016 Daniel Micay <danielmicay@gmail.com> Merge \"webm: avoid unnecessary variable-length arrays\"
am: 67fbddfdc2

Change-Id: I7f738a3ab2fadf0794da4b5f47c2be259613bf4d
ce91de36d2b597fe41ad2449354d4a67001df9b0 19-Jul-2016 Daniel Micay <danielmicay@gmail.com> webm: avoid unnecessary variable-length arrays

Change-Id: Ia72df2c208f2b0ebc9c55099dfaabdca97914791
/frameworks/av/media/libstagefright/webm/WebmWriter.cpp
2bae6deec84016b9caaffcb536534820c47b12d2 01-Jun-2016 Lajos Molnar <lajos@google.com> WebmWriter: respect track add order

Add tracks to container in the order the client added them.

Bug: 28931391
Change-Id: Ie303314495ee596b8e3fa03b4c3e51b62b699cc0
/frameworks/av/media/libstagefright/webm/WebmWriter.cpp
9c876499f869af4010b8fcdca2d9f316a8a91123 01-Jun-2016 Lajos Molnar <lajos@google.com> WebmWriter: do not crash on missing format keys

Bug: 28931391
Change-Id: Ib4008117c60d4ad8badd23da6c72b36db5072db1
/frameworks/av/media/libstagefright/webm/WebmWriter.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/WebmWriter.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/WebmWriter.cpp
b2487f03f12dcafdb801fc0007c8df8412397f44 01-Sep-2015 Marco Nelissen <marcone@google.com> Extractor service

Run extractors in a separate process. Currently all data is copied through a
binder transaction, and WVMExtractor is still run in the mediaserver process.

Change-Id: Ic5dbce87126dd321ad792f4dd540c2ff6b068d13
/frameworks/av/media/libstagefright/webm/WebmWriter.cpp
c6ac859f5a82ea8642bc6351a45508a15f224f32 08-Dec-2014 Marco Nelissen <marcone@google.com> Remove filename based writer constructors

MediaPlayerService can't open files (it needs an already opened
file descriptor), so these were just wasting space.

Change-Id: I323044a6c1814a7bff952ed71b5c7792df2abf03
/frameworks/av/media/libstagefright/webm/WebmWriter.cpp
b3f9759c8c9437c45b9a34519ce2ea38a8314d4e 24-Nov-2014 Andreas Gampe <agampe@google.com> Stagefright: Fix unused variables, functions, values

For build-system CFLAGS clean-up, remove unused functions and
variables.

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

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