summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MPEG4Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "MPEG4Writer: add check to ensure no integer overflow on allocation." i...Wei Jia2015-06-081-0/+2
|\
| * MPEG4Writer: add check to ensure no integer overflow on allocation.Wei Jia2015-06-041-0/+2
* | MPEG4Writer: fail init check if output fd is not seekableRobert Shih2015-06-051-0/+7
|/
* MPEG4Writer: fix unintiialized member variablesChong Zhang2015-05-151-0/+7
* stagefright: Validate track formats passed to MPEG4WriterPraveen Chavan2015-05-051-20/+35
* stagefright: make more warnings errorsLajos Molnar2015-04-171-1/+3
* stagefright: warnings be gone, some are now errors, use clangLajos Molnar2015-04-171-2/+2
* am 5c16a387: am 382bcd5a: am 6a2dffb1: am 4491a4ab: Merge "libstagefright: fr...Lajos Molnar2015-04-161-0/+2
|\
| * Merge "libstagefright: free mMoovBoxBuffer"Lajos Molnar2015-04-161-0/+2
| |\
| | * libstagefright: free mMoovBoxBufferSuresh Choudhary2015-04-161-0/+2
* | | am f16511ca: am 0a4d22e5: am 9985f6af: am 30d7b488: Merge "MPEG4Writer: Set t...Lajos Molnar2015-04-161-2/+4
|\ \ \ | |/ /
| * | MPEG4Writer: Set the correct audio bit rate for camera recorded contentDaniel Bonnevier2015-04-151-2/+4
* | | MPEG4Writer: add software version to mp4 metaChong Zhang2015-02-251-10/+61
* | | MPEG4Writer: add capture fps in meta dataChong Zhang2015-02-231-0/+110
* | | Remove filename based writer constructorsMarco Nelissen2014-12-101-25/+0
|/ /
* | libstagefright: compile errorsMark Salyzyn2014-10-081-1/+6
* | libstagefright: 64-bit compile warningsMark Salyzyn2014-06-261-29/+29
* | 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