summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MPEG4Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Bug 4608375Glenn Kasten2011-06-141-1/+1
* | Add B frame support for MPEG4WriterJames Dong2011-06-131-9/+118
|/
* Avoid duplicated code calculating the stts sample durationJames Dong2011-06-101-22/+21
* Fix an issue in MPEG4Writer where the write of outstanding chunks in the last...James Dong2011-06-091-0/+1
* Fix the comment for the location box @xyzJames Dong2011-06-031-2/+2
* Revert "Add const to the finders method in MetaData.cpp"James Dong2011-05-171-1/+1
* Make track informational event optional, depending on system propertyJames Dong2011-05-171-0/+31
* Support platform and camera dependent recording start time offsetJames Dong2011-05-141-10/+24
* Support for storing geo information in the recorded mp4/3gpp file.James Dong2011-05-131-2/+107
* Track id really starts with 1, not 0James Dong2011-05-131-1/+1
* Add send session recording summary report to applicationJames Dong2011-05-091-15/+51
* Add const to the finders method in MetaData.cppJames Dong2011-05-091-1/+1
* Add end of recording summary track infoJames Dong2011-05-091-3/+36
* Refactor MPEG4Writer::writeTrackHeader() methodJames Dong2011-05-091-420/+520
* Add read and write option in opening file for output in the writersJames Dong2011-03-211-1/+1
* Better organize media recorder error and information event and typesJames Dong2011-03-181-20/+20
* A/V synchronization at the beginning of a recording sessionJames Dong2011-02-171-23/+37
* Reduce blocking time in file writeJames Dong2011-02-091-37/+49
* Report errors to applications if AudioRecord->start() failsJames Dong2011-01-251-1/+8
* Logging the duration range from different media tracks for recordingJames Dong2011-01-191-0/+9
* Yield the omx threads so that file writer threads have a chance to retrieve t...James Dong2010-12-131-0/+2
* am 80639875: am d4c5478a: Merge "Be conservative in estimating the file size ...James Dong2010-12-021-1/+4
|\
| * Be conservative in estimating the file size limit.James Dong2010-11-301-1/+4
| * Rotation supportJames Dong2010-11-051-19/+62
* | Removed uncessary FILE structure pointer for I/OJames Dong2010-11-191-29/+37
* | 64-bit file size/offset support for media frameworkJames Dong2010-11-181-41/+46
* | Rotation supportJames Dong2010-11-091-19/+63
* | Added some debugging log messages at stop()James Dong2010-10-291-1/+5
* | am 6123e0f7: am 1bd8a8c8: Merge "Turn the media time adjustment in file write...James Dong2010-10-211-2/+5
|\ \ | |/
| * Turn the media time adjustment in file writer back onJames Dong2010-10-211-2/+5
* | am 8ad6335d: am fa7a87fb: Merge "File writer size estimation improvement" int...James Dong2010-10-211-18/+38
|\ \ | |/
| * File writer size estimation improvementJames Dong2010-10-191-18/+38
* | Make sure we can encode the size of the codec specific data in a single byte.Andreas Huber2010-10-201-0/+3
|/
* Name the writer threadsJames Dong2010-10-071-1/+8
* Fixed an issue where the reserved free space in the file writer was larger th...James Dong2010-10-041-2/+14
* Resilent media time stamp adjustmentJames Dong2010-10-041-24/+181
* Turn off media time adjustment by defaultJames Dong2010-10-011-1/+1
* Fix track duration calculation if the start timestamp is non-zeroJames Dong2010-09-271-3/+36
* Depending on our preference to write 2-byte or 4-byte NALs, patch the codec s...Andreas Huber2010-09-231-1/+9