summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Work to support switching transport streams mid-stream and signalling discont...Andreas Huber2010-10-071-65/+67
* On this particular device the hardware video decoder spits out buffers that d...Andreas Huber2010-10-071-2/+14
* Ignore errors from correction parameter query and config for M4v and H263 enc...James Dong2010-09-231-2/+9
* Use the advertised profile and level from M4V and H263 video encodersJames Dong2010-09-221-4/+4
* This log message is codec specific.Andreas Huber2010-09-211-1/+1
* Make sure the message dispatcher stays around until after OMX_FreeHandle is f...Andreas Huber2010-09-171-0/+2
* Register the new OMX components.Andreas Huber2010-09-171-0/+6
* Fixed a bug in the query to the supported profiles and levelsJames Dong2010-09-161-2/+5
* A ThreadedSource wraps around an existing MediaSource and reads output buffer...Andreas Huber2010-09-161-0/+6
* Add some explicit error log messagesJames Dong2010-09-141-2/+3
* Workaround for a QCOM issue where the output buffer size advertised by the AV...James Dong2010-08-271-0/+13
* We're now going to ignore timestamps completely in gtalk video conferencing, ...Andreas Huber2010-08-101-0/+8
* Support for extracting G.711 a-law and mu-law audio from WAV files and a corr...Andreas Huber2010-08-091-0/+5
* Use the target color format from the camera source if possibleJames Dong2010-08-051-4/+61
* Support for Gtalk video, includes AMR/H.263 assembler and packetization suppo...Andreas Huber2010-08-041-0/+4
* Allows the authoring engine to skip frame.James Dong2010-07-221-3/+12
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-6/+45
* Initial check-in for software m4v_h263 encoderJames Dong2010-07-151-0/+5
* Support user-supplied timescales for authoringJames Dong2010-07-141-0/+6
* Initial checkin for software AVC encoderJames Dong2010-07-131-0/+4
* Add runtime dumpsys support for media recorder clientJames Dong2010-07-081-1/+1
* Allow application to set two more encoding paramters: video profile and levelJames Dong2010-07-071-15/+90
* Added encoding parameters set up for H263 video encoderJames Dong2010-06-291-57/+89
* Add qcom's new OMX components to the list.Andreas Huber2010-06-291-4/+17
* Remove most stagefright property overrides, remove VorbisPlayer and VorbisMet...Andreas Huber2010-06-231-2/+0
* Audio/video sync during recording (second part)James Dong2010-06-211-1/+9
* Fixed a typo - maybe we should do comparison ignoring the case?James Dong2010-06-141-1/+1
* Support "pausing" of MediaSources with the effect that they no longer pull on...Andreas Huber2010-06-101-1/+19
* Apparently the TI video decoder only supports H.264 up to baseline profile/le...Andreas Huber2010-06-101-3/+4
* Remove some hard-coded encoding parametersJames Dong2010-06-081-24/+57
* Second part of speeding up video recording frame rateJames Dong2010-06-081-9/+24
* Squashed commit of the following:Andreas Huber2010-05-241-0/+4
* Workaround for preview frame rate setting and encoder profile and level setti...James Dong2010-05-201-2/+0
* Initial software encoder checkinsJames Dong2010-05-191-14/+95
* am 17078510: am d13efb20: Merge "A new OggExtractor/VorbisDecoder combo to su...Andreas Huber2010-05-101-0/+4
|\
| * A new OggExtractor/VorbisDecoder combo to support approximate seeking.Andreas Huber2010-05-071-0/+4
* | Support AAC recordingJames Dong2010-05-031-3/+77
* | Use timestamp from camera driver for CameraSourceJames Dong2010-04-281-29/+22
* | am 31431b34: am 374aee68: Switch to use software MP3 decoder Hardware MP3 dec...James Dong2010-04-261-1/+1
|\ \ | |/
| * Switch to use software MP3 decoderJames Dong2010-04-261-1/+1
* | am 1e1edb2c: am 25dc5f30: Merge "Don\'t coalesce more than 250ms worth of enc...Andreas Huber2010-04-201-2/+12
|\ \ | |/
| * Don't coalesce more than 250ms worth of encoded data into a single codec inpu...Andreas Huber2010-04-201-2/+12
* | am 9bb8e65a: am c15f48d7: Merge "Don\'t set encoder component role while we q...James Dong2010-04-131-1/+1
|\ \ | |/
| * Don't set encoder component role while we query decodersJames Dong2010-04-131-1/+1
* | am f0a49f68: am 1d7a8b44: Merge "Fix a case where the aac hardware decoder is...Andreas Huber2010-04-121-1/+7
|\ \ | |/
| * Fix a case where the aac hardware decoder is in a transition state and refuse...Andreas Huber2010-04-121-1/+7
* | Various fixes to enable recording on passion and nexus1.Andreas Huber2010-04-091-2/+12
|/
* Partial revert of previous change to improve hardware AAC decoder performance...Andreas Huber2010-04-061-20/+0
* Coalesce multiple encoded AAC frames into a single input buffer on this parti...Andreas Huber2010-04-021-41/+108
* QueryCodecs now returns the names of the software codecs (non-OpenMax) as well.Andreas Huber2010-03-241-0/+17