summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MPEG4Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial checkin for pause and resume controlJames Dong2010-06-111-12/+81
* Initial check-in for collecting stats from authoring engine at runtimeJames Dong2010-06-081-0/+88
* Second part of speeding up video recording frame rateJames Dong2010-06-081-23/+25
* Properly handle start code in H264/AVC encoder outputJames Dong2010-05-201-2/+2
* Initial software encoder checkinsJames Dong2010-05-191-7/+8
* Detect and handle premature termination of a recording sessionJames Dong2010-05-141-1/+3
* Audio/video initial recording time synchronizationJames Dong2010-05-141-0/+34
* Handle recording file size and/or duration limitJames Dong2010-05-141-0/+52
* Output streamable MP4 file during MP4 file recordingJames Dong2010-05-111-24/+100
* Metadata construction optimizationJames Dong2010-05-061-38/+65
* Support audio and video track interleaving in the recorded mp4 fileJames Dong2010-05-051-33/+116
* Support AAC recordingJames Dong2010-05-031-22/+85
* I accidentally broken passion encoding while working around problems with the...Andreas Huber2010-04-091-8/+58
* Various fixes to enable recording on passion and nexus1.Andreas Huber2010-04-091-40/+185
* Properly report the duration of a recording into .mp4 files.Andreas Huber2010-02-021-7/+14
* Support for audio recording into AMR NB/WB files as well as audio tracks in M...Andreas Huber2010-01-261-1/+3
* Squashed commit of the following:Andreas Huber2009-11-161-5/+91
* Change to a int64_t usecs representation for timestamps and duration througho...Andreas Huber2009-10-121-9/+5
* Media MIME types now have corresponding constants in MediaDefs.h, new codec e...Andreas Huber2009-09-101-7/+8
* Minor API change in MPEG4Writer, support for amr output into MPEG4 containers.Andreas Huber2009-09-091-19/+67
* assert => CHECK in stagefright.Andreas Huber2009-08-261-18/+16
* Squashed commit of the following:Andreas Huber2009-08-171-4/+7
* Recording/Export to .mp4/h.263 somewhat works on TI hardware.Andreas Huber2009-08-051-1/+6
* Squashed commit of the following:Andreas Huber2009-07-161-0/+641