| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Ignore corrupt aac audio frames and substitute silence. | Andreas Huber | 2010-04-12 | 1 | -12/+19 |
| |/ / / |
|
* | | | | Start sending out buffering updates earlier (after preparation has completed)... | Andreas Huber | 2010-04-12 | 1 | -2/+4 |
|/ / / |
|
* | | | Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF. | Wu-cheng Li | 2010-04-10 | 2 | -0/+9 |
* | | | Merge "Support for ID3 V2.4 tags." into froyo | Andreas Huber | 2010-04-09 | 2 | -24/+118 |
|\ \ \ |
|
| * | | | Support for ID3 V2.4 tags. | Andreas Huber | 2010-04-08 | 2 | -24/+118 |
* | | | | Refactor connection/redirection code, support redirects on reconnection. | Andreas Huber | 2010-04-08 | 2 | -143/+98 |
* | | | | Increase the size of the pages used in CachingDataSource (total amount of mem... | Andreas Huber | 2010-04-08 | 4 | -6/+25 |
|/ / / |
|
* | | | Report the requested seek time while seek is in progress. | Andreas Huber | 2010-04-07 | 1 | -2/+5 |
* | | | Partial revert of previous change to improve hardware AAC decoder performance... | Andreas Huber | 2010-04-06 | 1 | -20/+0 |
* | | | Merge "Coalesce multiple encoded AAC frames into a single input buffer on thi... | Andreas Huber | 2010-04-02 | 3 | -55/+136 |
|\ \ \ |
|
| * | | | Coalesce multiple encoded AAC frames into a single input buffer on this parti... | Andreas Huber | 2010-04-02 | 3 | -55/+136 |
* | | | | Merge "Support another kind of iso mpeg4 file." into froyo | Andreas Huber | 2010-04-02 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Support another kind of iso mpeg4 file. | Andreas Huber | 2010-04-01 | 1 | -1/+1 |
* | | | | Use local lock for most MediaMetadataRetriever methods. Bug 2560834. | Dave Sparks | 2010-04-01 | 1 | -0/+7 |
* | | | | Merge "Public API changes for CameraProfile and CamcorderProfile classes" int... | James Dong | 2010-04-01 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Public API changes for CameraProfile and CamcorderProfile classes | James Dong | 2010-04-01 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Update AMR codec. | Dave Sparks | 2010-04-01 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge "Skip any number of leading ID3v2 tags (instead of just the first), als... | Andreas Huber | 2010-03-31 | 1 | -51/+31 |
|\ \ \ |
|
| * | | | Skip any number of leading ID3v2 tags (instead of just the first), also simpl... | Andreas Huber | 2010-03-31 | 1 | -51/+31 |
* | | | | Merge "Properly send a MEDIA_SEEK_COMPLETE notification for a seek request wh... | Andreas Huber | 2010-03-31 | 2 | -2/+19 |
|\ \ \ \ |
|
| * | | | | Properly send a MEDIA_SEEK_COMPLETE notification for a seek request while pau... | Andreas Huber | 2010-03-31 | 2 | -2/+19 |
| |/ / / |
|
* | | | | Merge "Properly fill in the component name for the software decoders." into f... | Andreas Huber | 2010-03-30 | 5 | -0/+10 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Properly fill in the component name for the software decoders. | Andreas Huber | 2010-03-30 | 5 | -0/+10 |
* | | | | Timeout on socket recv calls after 5secs, retry connection also if server une... | Andreas Huber | 2010-03-30 | 2 | -4/+35 |
|/ / / |
|
* | | | Limit the total amount of ID3 metadata to something (un-)reasonable: 3MB. | Andreas Huber | 2010-03-29 | 1 | -0/+7 |
* | | | Merge "Fix a bug where the TimedEventQueue mistakenly accesses a bogus event ... | Andreas Huber | 2010-03-29 | 1 | -4/+27 |
|\ \ \ |
|
| * | | | Fix a bug where the TimedEventQueue mistakenly accesses a bogus event if the ... | Andreas Huber | 2010-03-29 | 1 | -4/+27 |
* | | | | Add some comments for zoom methods. | Wu-cheng Li | 2010-03-29 | 1 | -1/+1 |
* | | | | Finer-grained locking in AwesomePlayer, position and duration are now protect... | Andreas Huber | 2010-03-26 | 2 | -18/+21 |
|/ / / |
|
* | | | Call unlinkToDeath() when we disconnect the Camera, | Chih-Chung Chang | 2010-03-24 | 1 | -0/+1 |
* | | | Merge "QueryCodecs now returns the names of the software codecs (non-OpenMax)... | Andreas Huber | 2010-03-24 | 2 | -1/+20 |
|\ \ \ |
|
| * | | | QueryCodecs now returns the names of the software codecs (non-OpenMax) as well. | Andreas Huber | 2010-03-24 | 2 | -1/+20 |
* | | | | Enable early termination of the prefetcher's preparation phase. | Andreas Huber | 2010-03-24 | 4 | -4/+37 |
|/ / / |
|
* | | | Clear the local prefetcher strong reference before signalling that prepare() ... | Andreas Huber | 2010-03-23 | 1 | -0/+2 |
* | | | libutils Condition are now PRIVATE by default | Mathias Agopian | 2010-03-19 | 1 | -2/+4 |
* | | | Merge "Report a runtime error rather than asserting if the amr software decod... | Andreas Huber | 2010-03-18 | 1 | -1/+9 |
|\ \ \ |
|
| * | | | Report a runtime error rather than asserting if the amr software decoder read... | Andreas Huber | 2010-03-18 | 1 | -1/+9 |
* | | | | Tweak the omx tests to always do a seek-beyond-EOS on the first iteration, fo... | Andreas Huber | 2010-03-18 | 1 | -3/+14 |
|/ / / |
|
* | | | Either the software mp3 decoder's CRC computation is wrong (and PV never enab... | Andreas Huber | 2010-03-18 | 1 | -1/+1 |
* | | | Merge "While streaming media data, upon a socket-read error, try reconnecting... | Andreas Huber | 2010-03-18 | 3 | -4/+26 |
|\ \ \ |
|
| * | | | While streaming media data, upon a socket-read error, try reconnecting to the... | Andreas Huber | 2010-03-17 | 3 | -4/+26 |
* | | | | Merge "Instead of asserting that nothing bad happened during (software-)AAC d... | Andreas Huber | 2010-03-17 | 1 | -1/+10 |
|\ \ \ \ |
|
| * | | | | Instead of asserting that nothing bad happened during (software-)AAC decoding... | Andreas Huber | 2010-03-17 | 1 | -1/+10 |
| |/ / / |
|
* | | | | Merge "Fix issue 2416481: Support Voice Dialer over BT SCO." | Eric Laurent | 2010-03-17 | 1 | -2/+13 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix issue 2416481: Support Voice Dialer over BT SCO. | Eric Laurent | 2010-03-16 | 1 | -2/+13 |
* | | | | Merge ""isPlaying" should never block, acquiring the mutex here is unnecessar... | Marco Nelissen | 2010-03-16 | 1 | -2/+0 |
|\ \ \ \ |
|
| * | | | | "isPlaying" should never block, acquiring the mutex here is unnecessary, rath... | Andreas Huber | 2010-03-16 | 1 | -2/+0 |
* | | | | | Properly use a long long literal to avoid under/overflow during fps computation. | Andreas Huber | 2010-03-16 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge "Properly handle errors during the codec configuration phase, attempt t... | Andreas Huber | 2010-03-16 | 3 | -46/+76 |
|\ \ \ \ |
|
| * | | | | Properly handle errors during the codec configuration phase, attempt to rever... | Andreas Huber | 2010-03-16 | 3 | -46/+76 |