summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/sf2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* media: switch to new AMessage handlingLajos Molnar2015-03-051-6/+6
| | | | | Bug: 19607784 Change-Id: I94cddcb81f671422ad4982a23dc4acfe57a9f1aa
* stagefright: update ACodec to use CodecBase enumerations directlyLajos Molnar2014-07-071-14/+8
| | | | | Bug: 11784825 Change-Id: I9f322b78b52bfcc5040fda951486df4354cdba4f
* resolved conflicts for merge of 566be7c3 to masterNarayan Kamath2014-02-111-9/+11
|\ | | | | | | Change-Id: I7b1cc71057b2bd4f771e7bcf508a8c3abd6017ce
| * Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | FINAL ATTEMPT: HTTP services are now provided from JAVA and made available ↵Andreas Huber2014-02-041-1/+4
| | | | | | | | | | | | to media code Change-Id: I9f74a86e70422187c9cf0ca1318a29019700192d
* | Print statistics after ctrl-CMarco Nelissen2013-12-051-16/+43
|/ | | | | And exit cleanly when no audio or video track is found. Change-Id: I3e030d60c774ad3ede839cba999ab32dd86bab5a
* Use new surface flinger API.Jeff Brown2012-08-241-1/+0
| | | | Change-Id: I594c6e15db5f617d2feaac1a65b5316daa3812d0
* Provisional support for secure decryption of media streams.Andreas Huber2012-03-261-0/+5
| | | | Change-Id: Ib3982a9c960bfdb0cb7e1b174440b141b194cfbe
* Use NuPlayer for media playback everywhereAndreas Huber2012-03-221-3/+5
| | | | | | if media.stagefright.use-nuplayer is set to true. Change-Id: Ibb217e7d7d5195b7feeea557554fe78e1585744c
* Report an error instead of waiting for EOS indefinitely in sf2.Andreas Huber2012-03-161-0/+10
| | | | Change-Id: Id7bcfb90a3b6a61f0df8bd8f39ea4ffa3c433d87
* fix libgui header locationMathias Agopian2012-02-271-2/+1
| | | | Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
* Fix two more locations that use the old setObject("buffer", ...) paradigmAndreas Huber2012-02-241-8/+6
| | | | | | that I'd previously missed. Change-Id: Ifbdbfb94d1bc1cbe8c0a403fed05ce99fca8397b
* Implementation of a java media codec interface and associated tools.Andreas Huber2012-02-221-3/+1
| | | | Change-Id: I13e54062d4de584355c5d82bb027a68aeaf2923b
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
| | | | | | | See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: I0122812ed6ff6f5b59fe4a43ab8bff0577adde0a
* Support AMR, G.711 and vorbis audio in ACodec and friends.Andreas Huber2011-09-281-5/+46
| | | | Change-Id: I08c03219bf2d60fc5c6e89957bd4b4c615570983
* Properly connect to surface flinger in our shell toolsAndreas Huber2011-09-201-1/+9
| | | | | | Also raise the layer to INT_MAX to float in front of the toolbar. Change-Id: I045a1c83924e6655f1734d15f2504b90312eec64
* SF transactions are now O(1) wrt IPC instead of O(N).Mathias Agopian2011-06-291-2/+2
| | | | Change-Id: I57669852cbf6aabae244ea86940a08a5a27ffc43
* Multiple changes to ACodec/codec tools:Andreas Huber2011-06-281-7/+24
| | | | | | | | | | | | | | Make sure sf2 does not coalesce input buffers, generalize ACodec's codec instantiation based on OMXCodec's list of eligible component names. Some changes/additions to the "sf2" commandline tool Make surface options consistent with stagefright tool, i.e. use '-S' instead of '-s' New option '-R' renders surface-allocated buffers. Also fixes a longstanding bug introduced when generalizing from surfaces to native windows that never used surface-allocated buffers in sf2 even when the option was specified. Change-Id: I59fd533f0f6ef0337ebe2806ddc81a46878eb3ae
* Get rid of the "pid" parameter from createSurfaceMathias Agopian2011-04-201-1/+0
| | | | Change-Id: I28635e3f803e6abe965d79998e305f54a202465d
* Fix missing AOSP copyright headers for more filesJames Dong2011-03-171-0/+16
| | | | | | | | | | o Update the copyright date on InputDispatcher_test.cpp and InputReader_test.cpp because these two files were moved from other places to the current location, and were actually created in 2010. bug - 4119349 Change-Id: Ic93b81ddafb58e9e72a2e9e02ca3d9f173d6dca7
* Ignore format change message in sf2 instead of assertingAndreas Huber2011-02-041-0/+1
| | | | Change-Id: I2d7cdf371c07109398c53c7ffc37d7b10b6b6312
* Initial support for a true streaming player for mpeg2 transport streams.Andreas Huber2010-12-151-0/+564
Change-Id: I153eec439d260a5524b21270e16d36940ec3161a