summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Finetune some of the prefetcher parameters to a) buffer as much as froyo did ...Andreas Huber2010-06-251-2/+2
* | Enable passing parameters to the MediaWriter at runtime (at start() call).James Dong2010-06-252-7/+71
* | Merge "Track maximum amplitude and fix getMaxAmplitude()" into gingerbreadJames Dong2010-06-251-0/+29
|\ \ | |/ |/|
| * Track maximum amplitude and fix getMaxAmplitude()James Dong2010-06-241-0/+29
* | Merge "Properly identify malformed (too short) chunks in mpeg4 files." into g...Andreas Huber2010-06-241-0/+8
|\ \ | |/ |/|
| * Properly identify malformed (too short) chunks in mpeg4 files.Andreas Huber2010-06-241-0/+8
* | Merge "Fixed the software AAC encoder" into gingerbreadJames Dong2010-06-243-31/+64
|\ \ | |/ |/|
| * Fixed the software AAC encoderJames Dong2010-06-233-31/+64
* | Merge "Remove most stagefright property overrides, remove VorbisPlayer and Vo...Andreas Huber2010-06-244-65/+37
|\ \ | |/ |/|
| * Remove most stagefright property overrides, remove VorbisPlayer and VorbisMet...Andreas Huber2010-06-234-65/+37
* | Merge "Fixed some meta data issues in the recorded mp4 file" into gingerbreadJames Dong2010-06-231-31/+68
|\ \ | |/ |/|
| * Fixed some meta data issues in the recorded mp4 fileJames Dong2010-06-231-31/+68
* | Merge "Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp" into g...Andreas Huber2010-06-231-0/+4
|\ \
| * | Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cppAndreas Huber2010-06-231-0/+4
| |/
* | Fix a number of timestamp mismatches in the mp3 extractor and decoder that wo...Andreas Huber2010-06-233-30/+39
|/
* Single track optimizationJames Dong2010-06-221-1/+19
* Merge "Make the prefetcher read packets from the network after a keep-alive t...Andreas Huber2010-06-222-6/+23
|\
| * Make the prefetcher read packets from the network after a keep-alive timeout ...Andreas Huber2010-06-222-6/+23
* | Audio/video sync during recording (second part)James Dong2010-06-217-40/+105
|/
* am 3242cc27: Merge "TimedEventQueue is apparently important for glitch-free m...Dave Sparks2010-06-171-0/+3
|\
| * TimedEventQueue is apparently important for glitch-free media playback, and soMarco Nelissen2010-06-161-0/+3
* | Merge "Remove hard-coded number of audio channels in AudioSource" into ginger...James Dong2010-06-171-4/+14
|\ \
| * | Remove hard-coded number of audio channels in AudioSourceJames Dong2010-06-141-4/+14
* | | This patch enables each omx instance to have a separate message dispatcher, andJames Dong2010-06-142-16/+22
|/ /