summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MPEG4Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some explicit error log messagesJames Dong2010-09-141-5/+5
* When 32-bit offset is used,James Dong2010-09-081-3/+4
* Remove unused/debugging code from MP4 file writerJames Dong2010-09-031-204/+47
* Better file size estimateJames Dong2010-09-021-34/+103
* Calculate audio media drift time from AudioSourceJames Dong2010-09-011-20/+9
* Make sure that timestamp does not go backward in MP4 file writerJames Dong2010-08-241-2/+2
* Runtime dump support for MediaWriterJames Dong2010-08-231-0/+32
* Don't drop a late frame which may lead to missing I frames in the MP4 fileJames Dong2010-08-191-1/+15
* Return error from MPEG4Writer stop() if the check on codec specific data failedJames Dong2010-08-191-0/+26
* Make MediaWriter stop and pause return errors if necessaryJames Dong2010-08-191-19/+50
* Change the default time scale for audio/video track during recordingJames Dong2010-08-161-8/+51
* Use audio clock as the reference media clockJames Dong2010-08-131-0/+65
* Fix a crash due to unnecessary check on the codec config data for H263 video ...James Dong2010-08-111-2/+2
* Only check the codec specific data when the output buffer contains kKeyIsCode...James Dong2010-08-101-85/+6
* Support multiple PPS and SPS in avcC boxJames Dong2010-08-091-27/+236
* Fix an issue where the track duration does not include the last sample durationJames Dong2010-08-051-11/+12
* File writer has a designated writer thread nowJames Dong2010-08-021-49/+215
* Added damr box for AMR (NB and WB) sample entryJames Dong2010-07-301-0/+10
* Eliminate the linear cost associated with mSampleSizes.size()James Dong2010-07-281-9/+15
* Reduce memory usage by the MP4 file writerJames Dong2010-07-281-42/+44
* Interleave the audio and video by defaultJames Dong2010-07-281-2/+2
* Progress status notificationJames Dong2010-07-201-26/+51
* Support user-supplied timescales for authoringJames Dong2010-07-141-39/+63
* Support for writing the extracted data to an .mp4 file in the stagefright com...Andreas Huber2010-07-011-1/+40
* Collect statistical data from authoring engine (second part)James Dong2010-06-281-25/+41
* Provide progress status report during authoringJames Dong2010-06-251-11/+79
* Enable passing parameters to the MediaWriter at runtime (at start() call).James Dong2010-06-251-6/+70
* Fixed the software AAC encoderJames Dong2010-06-231-3/+2
* Fixed some meta data issues in the recorded mp4 fileJames Dong2010-06-231-31/+68
* Single track optimizationJames Dong2010-06-221-1/+19
* Audio/video sync during recording (second part)James Dong2010-06-211-16/+24