| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -41/+108 |
|\ |
|
| * | Coalesce multiple encoded AAC frames into a single input buffer on this parti... | Andreas Huber | 2010-04-02 | 1 | -41/+108 |
* | | 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 |
* | | 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 |
* | | Finer-grained locking in AwesomePlayer, position and duration are now protect... | Andreas Huber | 2010-03-26 | 2 | -18/+21 |
|/ |
|
* | Merge "QueryCodecs now returns the names of the software codecs (non-OpenMax)... | Andreas Huber | 2010-03-24 | 1 | -0/+17 |
|\ |
|
| * | QueryCodecs now returns the names of the software codecs (non-OpenMax) as well. | Andreas Huber | 2010-03-24 | 1 | -0/+17 |
* | | 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 | 2 | -3/+19 |
|\ |
|
| * | While streaming media data, upon a socket-read error, try reconnecting to the... | Andreas Huber | 2010-03-17 | 2 | -3/+19 |
* | | 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 |
* | | "isPlaying" should never block, acquiring the mutex here is unnecessary, rath... | Andreas Huber | 2010-03-16 | 1 | -2/+0 |
* | | Merge "Properly handle errors during the codec configuration phase, attempt t... | Andreas Huber | 2010-03-16 | 2 | -45/+73 |
|\ \ |
|
| * | | Properly handle errors during the codec configuration phase, attempt to rever... | Andreas Huber | 2010-03-16 | 2 | -45/+73 |
* | | | Merge "Fixes bug 2502132, and masks bug 2518313." | Glenn Kasten | 2010-03-16 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fixes bug 2502132, and masks bug 2518313. | Glenn Kasten | 2010-03-16 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge "Fix regression in directory scanning" | Kenny Root | 2010-03-16 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix regression in directory scanning | Kenny Root | 2010-03-15 | 1 | -1/+1 |
| |/ |
|
* | | Adjust expected text frame length in ID3 | Kenny Root | 2010-03-15 | 1 | -0/+1 |
|/ |
|
* | We no longer do sanity checks based on "hdlr" tags in .mp4 files. Pretty soon... | Andreas Huber | 2010-03-15 | 2 | -52/+0 |
* | Merge "Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files." | Andreas Huber | 2010-03-15 | 2 | -7/+50 |
|\ |
|
| * | Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files. | Andreas Huber | 2010-03-15 | 2 | -7/+50 |
* | | Merge "Fix the media metadata retriever (tests). The native constants must ma... | Andreas Huber | 2010-03-15 | 1 | -0/+18 |
|\ \ |
|
| * | | Fix the media metadata retriever (tests). The native constants must match tho... | Andreas Huber | 2010-03-12 | 1 | -0/+18 |
* | | | Merge "Tag the "testid3" commandline tool as "debug-only". It doesn't need to... | Andreas Huber | 2010-03-15 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Tag the "testid3" commandline tool as "debug-only". It doesn't need to be inc... | Andreas Huber | 2010-03-15 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | Fixing the sim build. | Andreas Huber | 2010-03-15 | 1 | -1/+2 |
|/ / |
|
* | | Boost OMX callback dispatcher thread priority to prevent audio playback stutt... | Andreas Huber | 2010-03-12 | 1 | -0/+7 |
|/ |
|