summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Fix divide by zero." into gingerbreadMarco Nelissen2010-08-041-1/+1
|\ \
| * | Fix divide by zero.Marco Nelissen2010-08-041-1/+1
* | | Merge "Don't return a decoder error if the encoded stream does not start with...Andreas Huber2010-08-042-130/+149
|\ \ \ | |_|/ |/| |
| * | Don't return a decoder error if the encoded stream does not start with SPS/PPS.Andreas Huber2010-08-042-130/+149
* | | Support for Gtalk video, includes AMR/H.263 assembler and packetization suppo...Andreas Huber2010-08-0429-111/+2878
|/ /
* | Merge "File writer has a designated writer thread now" into gingerbreadJames Dong2010-08-031-49/+215
|\ \
| * | File writer has a designated writer thread nowJames Dong2010-08-021-49/+215
* | | Merge "Add lost frame handling in AudioSource" into gingerbreadJames Dong2010-08-021-45/+92
|\ \ \ | |/ / |/| |
| * | Add lost frame handling in AudioSourceJames Dong2010-07-301-45/+92
* | | Added damr box for AMR (NB and WB) sample entryJames Dong2010-07-301-0/+10
|/ /
* | am 16263d9f: Squashed commit of the following:Andreas Huber2010-07-291-0/+1
|\ \ | |/ |/|
| * Squashed commit of the following:Andreas Huber2010-07-293-48/+132
| * Merge "When filling the cache, we always time out waiting for a condition tha...James Dong2010-06-161-1/+3
| |\
| | * When filling the cache, we always time out waiting for a condition that won't...James Dong2010-06-161-1/+3
* | | 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
* | | Allows the authoring engine to skip frame.James Dong2010-07-225-54/+124
* | | Various changes to improve rtsp networking, reduce packet loss and adapt to A...Andreas Huber2010-07-224-6/+38
* | | Support finer seek control on MediaSources.Andreas Huber2010-07-2128-65/+446
* | | Merge "Progress status notification" into gingerbreadJames Dong2010-07-202-27/+51
|\ \ \
| * | | Progress status notificationJames Dong2010-07-202-27/+51
* | | | Support a single format change at the beginning of audio playback. This way t...Andreas Huber2010-07-202-67/+60
* | | | Fix MPEG4Extractor to extract sampling frequency correctly when SBR is enabled.James Dong2010-07-192-13/+79
* | | | Fix simulator build (1st attempt)James Dong2010-07-181-0/+1
|/ / /
* | | Initial check-in for software m4v_h263 encoderJames Dong2010-07-1540-0/+26358
* | | Support user-supplied timescales for authoringJames Dong2010-07-142-39/+69
* | | Fix simulator buildJames Dong2010-07-132-0/+4
* | | Initial checkin for software AVC encoderJames Dong2010-07-1326-0/+17907
* | | Enable the support for decoding audio with AAC+ and eAAC+ featuresJames Dong2010-07-082-45/+65
* | | Add runtime dumpsys support for media recorder clientJames Dong2010-07-081-1/+1
* | | Merge "Allow application to set two more encoding paramters: video profile an...James Dong2010-07-071-15/+90
|\ \ \
| * | | Allow application to set two more encoding paramters: video profile and levelJames Dong2010-07-071-15/+90
* | | | Only send the playback complete notification if a) an error occurred on any t...Andreas Huber2010-07-072-20/+37
|/ / /
* | | Merge "ALooperRoster no longer holds strong references to handlers and looper...Andreas Huber2010-07-071-6/+38
|\ \ \
| * | | ALooperRoster no longer holds strong references to handlers and loopers.Andreas Huber2010-07-071-6/+38
* | | | Make sure the OMX callback thread is properly shutdown after the node goes away.Andreas Huber2010-07-071-0/+9
|/ / /
* | | Merge "An AHandler can now find its associated ALooper." into gingerbreadAndreas Huber2010-07-073-0/+46
|\ \ \
| * | | An AHandler can now find its associated ALooper.Andreas Huber2010-07-023-0/+46
* | | | Merge "Add an option to ALooper::start that allows it to call back into java ...Andreas Huber2010-07-021-4/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Add an option to ALooper::start that allows it to call back into java or not.Andreas Huber2010-07-021-4/+5
* | | | Merge "Added AMessage::debugString() for debugging purposes." into gingerbreadAndreas Huber2010-07-021-0/+103
|\ \ \ \
| * | | | Added AMessage::debugString() for debugging purposes.Andreas Huber2010-07-011-0/+103
| |/ / /
* | | | Support for writing the extracted data to an .mp4 file in the stagefright com...Andreas Huber2010-07-011-1/+40
|/ / /
* | | Support for vanilla YUV420sp => RGB565 color conversion.Andreas Huber2010-06-301-0/+68
* | | Added encoding parameters set up for H263 video encoderJames Dong2010-06-294-64/+113
* | | Add qcom's new OMX components to the list.Andreas Huber2010-06-291-4/+17
* | | Collect statistical data from authoring engine (second part)James Dong2010-06-281-25/+41
* | | Provide progress status report during authoringJames Dong2010-06-252-12/+80
* | | Merge "Finetune some of the prefetcher parameters to a) buffer as much as fro...Andreas Huber2010-06-251-2/+2
|\ \ \