summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MPEG2TSWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* warnings be gone.Andreas Huber2014-02-111-2/+3
* MPEG2TSWriter: Read more immediately if an empty buffer is receivedMartin Storsjo2012-08-291-0/+2
* MPEG2TSWriter: Fix an off-by-one in the condition for paddingMartin Storsjo2012-08-201-1/+1
* MPEG2TSWriter: Correctly add padding using the adaptation fieldPaul Fariello2012-08-151-6/+27
* MPEG2TSWriter: Write a proper CRC in PAT and PMTPaul Fariello2012-07-101-6/+37
* MPEG2TSWriter: Write proper continuity counters for PAT and PMTPaul Fariello2012-07-101-7/+17
* Add new APIs AMessage::(set|find)Buffer to make it safer to passAndreas Huber2012-02-221-7/+5
* Don't call virtual functions in destructors for the writer classesJames Dong2012-02-021-2/+2
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-3/+3
* Support for writing output data to a provided callback function instead of a ...Andreas Huber2011-06-281-7/+34
* Properly order the data written out to the transport stream by timestamp.Andreas Huber2010-12-151-11/+140
* Removed uncessary FILE structure pointer for I/OJames Dong2010-11-191-1/+1
* If the PES packet size exceeds 16-bit range, use a packet size of 0 instead. ...Andreas Huber2010-10-181-0/+8
* Support for writing to MPEG2 transport stream files.Andreas Huber2010-10-121-20/+68
* Squashed commit of the following:Andreas Huber2010-09-271-0/+758