History log of /frameworks/av/cmds/stagefright/recordvideo.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5fb00a6d1f32523aa254fea95a7bee646f4ae9ae 29-Jan-2016 Lajos Molnar <lajos@google.com> cmds/stagefright: use MediaCodec* instead of OMXCodec

OneShotDecodingSource is a lightweight replacement for OMXCodec
for decoding use. It does not support pause, secure content or
precise seeking.

'stagefright' now lists the codec profiles for all OMX codecs,
not just the regular ones.

Change-Id: I99f0f79af852a8a16607218acd9fdd83457b7f70
(cherry picked from commit bf03e42c7a246e2c8d53ba944b91f66ee3da10e6)
/frameworks/av/cmds/stagefright/recordvideo.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/cmds/stagefright/recordvideo.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/cmds/stagefright/recordvideo.cpp
0ae7801bd228025dc4941be086f88e34b70df90f 02-May-2014 Andy Hung <hunga@google.com> Remove warnings in recordvideo

Change-Id: I2ed72836210fd3a02c7bceeb5fccadf8dcb92fbc
Signed-off-by: Andy Hung <hunga@google.com>
/frameworks/av/cmds/stagefright/recordvideo.cpp
377b2ec9a2885f9b6405b07ba900a9e3f4349c38 03-Feb-2014 Kévin PETIT <kevin.petit@arm.com> Make frameworks/av 64-bit compatible

Contains the necessary changes to make frameworks/av build and work
on a 64-bit machine.

Signed-off-by: Craig Barber <craig.barber@arm.com>
Signed-off-by: Kévin PETIT <kevin.petit@arm.com>
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
Signed-off-by: Marcus Oakland <marcus.oakland@arm.com>

Change-Id: I725feaae50ed8eee25ca2c947cf15aee1f395c43
/frameworks/av/cmds/stagefright/recordvideo.cpp
ba8da49e244be1e18b19bb16b16ff5c75e165712 11-Dec-2012 Dima Zavin <dima@android.com> stagefright: recordvideo: add -o flag to specify output filename

Change-Id: I6b464a7b3f7dd918565c6abbd432d779eb286fd5
Signed-off-by: Dima Zavin <dima@android.com>
/frameworks/av/cmds/stagefright/recordvideo.cpp
2aa37a7d15f5e2246b8996d2600269684904c581 29-Aug-2012 Jean-Baptiste Queru <jbq@google.com> Merge "recordvideo: Add an option for choosing software encoders"
1301a437ff9f5fa6c4ed78f88add3d9bfce97935 29-Aug-2012 Martin Storsjo <martin@martin.st> recordvideo: Sleep while waiting for the encoding to finish

This avoids busy looping while e.g. waiting for the software encoder
to finish.

This is similar to what the 'record' and 'stagefright' test apps
do.

Change-Id: Idce55b15396ce78b621a521229603bec1e799f33
/frameworks/av/cmds/stagefright/recordvideo.cpp
d4483f3fd0e024d833082fce3ddbc3a2f3d89b24 29-Aug-2012 Martin Storsjo <martin@martin.st> recordvideo: Add an option for choosing software encoders

This is similar to the same option in the 'stagefright' test
application.

Change-Id: I2a2e5201bd93460df0911ef12865c9030c0183e5
/frameworks/av/cmds/stagefright/recordvideo.cpp
f1d5aa162c02a16b7195a43a9bcea4d592600ac4 07-Feb-2012 James Dong <jdong@google.com> Move away from MediaDebug and use ADebug instead

Change-Id: I963a3b6f79a7292891973cbeeaf3378b38629f08
/frameworks/av/cmds/stagefright/recordvideo.cpp
dc7d07e5e402b31068a55c8b055d1a82d61f9ca5 07-Jul-2011 James Dong <jdong@google.com> Add support for some custom YUV420 color formats to recordvideo utility

Change-Id: I2f0dfba466efb94b704dca761162d7c7457a43cf
/frameworks/av/cmds/stagefright/recordvideo.cpp
225f4d2b175794100884b2ca5cecec1909fe9243 14-Nov-2010 James Dong <jdong@google.com> Switch to use kKeyFrameRate for recordvideo utility

Change-Id: I3f6abfed9c39223fe5c1a1b9c094b7ce8a8ca67f
/frameworks/av/cmds/stagefright/recordvideo.cpp
c97a1325466bb0e6cee884ec24a04b65082b853a 07-Oct-2010 James Dong <jdong@google.com> Add two more options to "recordvideo" utility

o also removed unused code

Change-Id: I49471b0ac1cf70b5eedcde78a21e7770c312c5d6
/frameworks/av/cmds/stagefright/recordvideo.cpp
c69c13e18a88090c6b06ba8ac244e75cf5e76e38 01-Oct-2010 James Dong <jdong@google.com> Add a video record utility

Change-Id: I3aa7cadf399aa319ee9ca3f391fd8599742bfb7e
/frameworks/av/cmds/stagefright/recordvideo.cpp