summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MPEG4Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* MPEG4Writer: replace timestamp asserts in threadEntry w err return.Robert Shih2014-02-241-10/+42
* Merge "Try not to have sample durations vary too much"Marco Nelissen2014-02-141-0/+16
|\
| * Try not to have sample durations vary too muchMarco Nelissen2014-02-131-0/+16
* | Merge "Increased recorded MP4 max file size to 4GB (more precisely 2^32-1 byt...Rachad2014-02-121-3/+5
|\ \
| * | Increased recorded MP4 max file size to 4GBRachad2014-02-101-3/+5
* | | warnings be gone.Andreas Huber2014-02-111-1/+1
| |/ |/|
* | resolved conflicts for merge of 566be7c3 to masterNarayan Kamath2014-02-111-9/+10
|\ \ | |/ |/|
| * Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-9/+10
| * MediaMuxer prefer not to use the MPEG4Writer in real time recording mode.ztenghui2013-04-151-16/+27
| * Make limitations of MPEG4Writer explicitJames Dong2013-03-141-0/+41
| * am 801726ef: Merge "MPEG4Writer: Write a zero-length compressor string"Andreas Huber2013-02-271-1/+2
| |\
| | * MPEG4Writer: Write a zero-length compressor stringMartin Storsjo2013-01-311-1/+2
| * | Fix memory leakage from MPEG4Writer.James Dong2012-12-181-18/+72
| * | Turn off executable bit on ordinary filesGlenn Kasten2012-11-021-0/+0
| |/
* | Change StagefrightRecorder to use MediaCodecChong Zhang2014-02-051-10/+5
* | MPEG4Writer: use "mp42" as major/minor brand in ftyp box.Robert Shih2014-01-301-3/+6
* | MediaMuxer prefer not to use the MPEG4Writer in real time recording mode.ztenghui2013-04-151-16/+27
* | Make limitations of MPEG4Writer explicitJames Dong2013-03-141-0/+41
* | am 801726ef: Merge "MPEG4Writer: Write a zero-length compressor string"Andreas Huber2013-02-271-1/+2
|\ \
| * | MPEG4Writer: Write a zero-length compressor stringMartin Storsjo2013-01-311-1/+2
| |/
* | Fix memory leakage from MPEG4Writer.James Dong2012-12-181-18/+72
* | Turn off executable bit on ordinary filesGlenn Kasten2012-11-021-0/+0
|/
* am 51af4af2: am e28df5b9: Merge "Store correct time stamps in recorded mp4 fi...Jean-Baptiste Queru2012-08-081-6/+15
|\
| * Store correct time stamps in recorded mp4 filesJohannes Carlsson2012-07-301-6/+15
* | Make sure that the trackId starts from 1James Dong2012-08-071-2/+2
* | Should really compare the pos to the total number of values in get() and set(...James Dong2012-07-301-2/+2
* | Refactoring how the box table entries are stored in MPEG4WriterJames Dong2012-07-301-193/+228
* | Added number of encoded frames and duration to the MPEG4Writer::Track::dumpJames Dong2012-07-191-1/+5
* | When a request max file size is relatively small, don't store moov header at theJames Dong2012-07-191-7/+25
* | Add mode when open(O_CREAT) is used.Nick Kralevich2012-06-261-1/+1
|/
* Fix an error caused by sample size value by orderJames Dong2012-05-241-2/+2
* Speed up stsz box write in MPEG4WriterJames Dong2012-05-151-10/+38
* Finish up B frame support in MPEG4WriterJames Dong2012-02-091-36/+50
* Enable B frame support in MPEG4WriterJames Dong2012-02-071-68/+79
* Don't call virtual functions in destructors for the writer classesJames Dong2012-02-021-2/+2
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-22/+22
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-7/+7
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-7/+7
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-29/+29
* Fixing small syntax error in MPEG4 loggingPannag Sanketi2011-08-261-2/+2
* Fix initial 0 duration video sample in the recorded videosJames Dong2011-08-091-8/+12
* Add support for TI H264 encoderDandawate Saket2011-07-121-2/+5
* Do not wait for unlaunched threads in stop()James Dong2011-07-111-9/+24
* Add some error log messages to indicate the failure of a recording sessionJames Dong2011-06-221-4/+22
* Timestamp adjustment will not work well if we ask video encoder to produce B ...James Dong2011-06-211-197/+1
* Merge "Remove unneeded #include <sys/resource.h>"Glenn Kasten2011-06-201-1/+0
|\
| * Remove unneeded #include <sys/resource.h>Glenn Kasten2011-06-151-1/+0
* | Use system property to control whether we will enable B frame support in MPEG...James Dong2011-06-171-1/+11
|/
* Merge "Bug 4608375"Glenn Kasten2011-06-141-1/+1
|\