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