summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MediaMuxer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* MediaMuxer prefer not to use the MPEG4Writer in real time recording mode.ztenghui2013-04-151-0/+1
| | | | | | | | By default, MPEG4Write will keep running in real time recording mode. bug:8598944 Change-Id: Idf7fbd4e0feb7763660a74279ba8817b79098aaf
* Add the presentation rotation supportztenghui2013-03-151-14/+34
| | | | | | bug:7991013 Change-Id: I10cb034b432876c724baa4974efcb3d67b8a99b6
* Make limitations of MPEG4Writer explicitJames Dong2013-03-141-6/+8
| | | | | | | | | | | | | | o No more than 2 tracks will be supported o No more than one video and/or one audio tracks will be supported o Only take video and/or audio track (for instance, no text tracks) o If there is no track before start() is called, bail out. At the same time, make sure the errors from addSource() report to addTrack(), not to start(). Bug: 7991013 Change-Id: I1ca35aaeb75b5448d75ed2c6c10dd12ecea720ab
* Clean up the native code to match Java updateztenghui2013-03-081-9/+14
| | | | | | | | | 1. Add flags to match the java side change. 2. Update the interface. bug:7991013 Change-Id: I8ffe84c466b2a68e2e1e48b35b78db9e44640265
* Add the native MediaMuxer support.ztenghui2013-02-121-0/+145
MediaAdapter: a helper class to convert the push model to pull model. MediaMuxer: the real muxer. bug:7991013 Change-Id: If3b79551bc6332bc81f5c2740885e579a5c4abf9