summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Merge change Iaf1f0918 into eclair-mr2Android (Google) Code Review2009-12-141-7/+7
|\
| * Implement API to have new broadcasts replace existing broadcasts.Dianne Hackborn2009-12-141-7/+7
* | It's important that seek requests are only specified in the initial call to M...Andreas Huber2009-12-141-0/+1
|/
* Merge change I1314e737 into eclair-mr2Android (Google) Code Review2009-12-148-17/+109
|\
| * AwesomePlayer now renders either remote (IOMXRenderer) or locally depending o...Andreas Huber2009-12-148-17/+109
* | The software AVCDecoder now properly seeks as requested.Andreas Huber2009-12-142-2/+36
|/
* Initial checkin of software AMR NB encoder based on PV source code.Andreas Huber2009-12-11114-3/+39577
* Propagate duration from input to output only if available, support multiple f...Andreas Huber2009-12-116-31/+56
* Removing an unused header file and a stale forward declaration. Also handling...Andreas Huber2009-12-113-45/+7
* remote destructors are not synchronously executed by the binder...Andreas Huber2009-12-111-0/+3
* Fix seek-on-startup behaviour in AwesomePlayer.Andreas Huber2009-12-111-3/+9
* Merge change Ia67d5388 into eclair-mr2Android (Google) Code Review2009-12-111-0/+13
|\
| * remote destructors are not synchronously executed by the binder...Andreas Huber2009-12-111-0/+13
* | Merge change I595c2d60 into eclair-mr2Android (Google) Code Review2009-12-1138-18/+16372
|\ \
| * | Initial checkin of software AVC video decoder based on PV source code.Andreas Huber2009-12-1038-18/+16372
* | | am 14f89404: Fix media player decode function. Bug 2317821.Dave Sparks2009-12-101-7/+17
|\ \ \ | |_|/ |/| |
| * | Fix media player decode function. Bug 2317821.Dave Sparks2009-12-091-7/+17
* | | am 86ed86d2: Merge change I0f73439a into eclairJean-Michel Trivi2009-12-102-0/+14
|\ \ \ | |/ / | | / | |/ |/|
| * Partially fix bug 2111240 Detect docking / undocking event by reportingJean-Michel Trivi2009-12-072-0/+14
* | Merge change I3c01bb62 into eclair-mr2Android (Google) Code Review2009-12-102-0/+32
|\ \
| * | Adding copyright headers to recently introduced decoder source files.Andreas Huber2009-12-102-0/+32
* | | Initial check in of AMR (NB and WB) decoders based on PV source code.Andreas Huber2009-12-10289-0/+75184
|/ /
* | Make sure to use the hand-tweaked-assembly version of the relevant mp3 code i...Andreas Huber2009-12-081-4/+6
* | Merge change Ib16e5543 into eclair-mr2Android (Google) Code Review2009-12-081-9/+10
|\ \
| * | Fix the mp3 audio extractor that would occasionally return an invalid frame d...Andreas Huber2009-12-071-9/+10
* | | Merge change I8f658214 into eclair-mr2Android (Google) Code Review2009-12-083-8/+19
|\ \ \
| * | | Minor tweaks to the mp3 and aac software decoders, propagate duration to outp...Andreas Huber2009-12-073-8/+19
| |/ /
* | | Note to self: Don't reverse the arguments to fseek(o)...Andreas Huber2009-12-071-1/+1
|/ /
* | Merge change I250f2433 into eclair-mr2Android (Google) Code Review2009-12-0789-412/+19735
|\ \
| * | Initial checkin of stagefright MP3 audio decoder based on PV source code.Andreas Huber2009-12-0789-412/+19735
* | | More SoundPool cleanup. Remove mSoundPoolRef and unused notify callback.Dave Sparks2009-12-071-4/+0
|/ /
* | Remove unused Java object reference in native SoundPool code.Dave Sparks2009-12-073-4/+3
* | Fixing the build, only instantiate the software aac decoder in full stagefrig...Andreas Huber2009-12-072-0/+6
* | Merge change I9c6e1f90 into eclair-mr2Android (Google) Code Review2009-12-07342-0/+81958
|\ \
| * | Initial check in of stagefright software AAC decoder based on PV source code.Andreas Huber2009-12-07342-0/+81958
* | | am 6d42d806: Merge change I9cc489a2 into eclairEric Laurent2009-12-072-5/+5
|\ \ \ | | |/ | |/|
| * | Merge change I9cc489a2 into eclairAndroid (Google) Code Review2009-12-072-5/+5
| |\ \
| | * | Fix issue 2304669: VoiceIME: starting and canceling voice IME yields persiste...Eric Laurent2009-12-072-5/+5
* | | | am 8445f367: Merge change Ibb9b1de1 into eclairYu Shan Emily Lau2009-12-071-34/+33
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge change Ibb9b1de1 into eclairAndroid (Google) Code Review2009-12-071-34/+33
| |\ \ | | |/ | |/|
| | * 1) Capture the start memory before the test startedYu Shan Emily Lau2009-12-041-34/+33
* | | Change OMXCodec::Create to return an sp<MediaSource> instead of an sp<OMXCode...Andreas Huber2009-12-071-1/+1
* | | Merge change Ifef6435a into eclair-mr2Android (Google) Code Review2009-12-049-20/+62
|\ \ \
| * | | Enable proper cleanup of OMX nodes managed through stagefright.Andreas Huber2009-12-049-20/+62
* | | | am 052d9c8b: Images.Media.DATE_TAKEN should be in milliseconds. http://b/2297371Ray Chen2009-12-042-2/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Images.Media.DATE_TAKEN should be in milliseconds.Ray Chen2009-12-042-2/+3
* | | Merge change I6c84d731 into eclair-mr2Android (Google) Code Review2009-12-031-1/+2
|\ \ \
| * | | Media/ToneGenerator: Change tone format for TONE_CDMA_ANSWERNaveen Kalla2009-12-031-1/+2
* | | | Two more uses of strlcpy that break the sim build. Now fixed.Andreas Huber2009-12-031-2/+2
* | | | Apparently strlcpy is not part of a standard linux distribution... Unbreaking...Andreas Huber2009-12-031-1/+2