summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | am e668c0b6: (-s ours) am 644f36ea: am d8b027b1: Merge "stagefright aacenc/am...Conley Owens2011-06-100-0/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | am 644f36ea: am d8b027b1: Merge "stagefright aacenc/amrwbenc: Convert line br...Conley Owens2011-06-09185-30089/+30089
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ am d8b027b1: Merge "stagefright aacenc/amrwbenc: Convert line breaks to Unix ...Conley Owens2011-06-09185-30089/+30089
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge "stagefright aacenc/amrwbenc: Convert line breaks to Unix style"Conley Owens2011-06-09185-30089/+30089
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | stagefright aacenc/amrwbenc: Convert line breaks to Unix styleMans Rullgard2011-04-23185-30089/+30089
* | | | | | | | | | | | | Merge "Call storeMetaDataInVideoBuffers() before get/setParameters() on index...James Dong2011-06-101-9/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Call storeMetaDataInVideoBuffers() before get/setParameters() on index OMX_In...James Dong2011-06-081-9/+10
* | | | | | | | | | | | | | Merge "Correctly handle crop rect event in SoftAVC.cpp"James Dong2011-06-102-8/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Correctly handle crop rect event in SoftAVC.cppJames Dong2011-06-092-8/+11
* | | | | | | | | | | | | | | Merge "Make dumpsys(media.player) more useful by having AwesomePlayer populat...Andreas Huber2011-06-106-44/+255
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Make dumpsys(media.player) more useful by having AwesomePlayer populate it.Andreas Huber2011-06-086-44/+255
* | | | | | | | | | | | | | | | am 6a91953c: am 90dc22fa: am a02d9bf9: Make sure we don\'t read from invalid fdsMarco Nelissen2011-06-091-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | am 90dc22fa: am a02d9bf9: Make sure we don\'t read from invalid fdsMarco Nelissen2011-06-091-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | am a02d9bf9: Make sure we don\'t read from invalid fdsMarco Nelissen2011-06-091-0/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / / / | | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | | Make sure we don't read from invalid fdsMarco Nelissen2011-06-091-0/+3
| | | | |_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | |
* | | | | | | | | | | | | | | Fix an issue in MPEG4Writer where the write of outstanding chunks in the last...James Dong2011-06-091-0/+1
* | | | | | | | | | | | | | | Merge "Add timestamp and data pointer checks in CameraSource"James Dong2011-06-091-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add timestamp and data pointer checks in CameraSourceJames Dong2011-06-031-5/+5
* | | | | | | | | | | | | | | am 752a5b3d: (-s ours) am 8e973729: (-s ours) am 8050a02b: DO NOT MERGE: Linu...Andreas Huber2011-06-080-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | am 8e973729: (-s ours) am 8050a02b: DO NOT MERGE: Linux sockets are odd, clos...Andreas Huber2011-06-070-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | am 8050a02b: DO NOT MERGE: Linux sockets are odd, closing a socket descriptor...Andreas Huber2011-06-021-17/+79
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / | | | |/| | | / / / / / / / / | | | |_|_|_|/ / / / / / / / | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | DO NOT MERGE: Linux sockets are odd, closing a socket descriptor does not abo...Andreas Huber2011-06-011-17/+79
* | | | | | | | | | | | | | This device-specific workaround is no longer necessary.Andreas Huber2011-06-082-11/+1
| |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | frameworks/base: updates for camera HAL memory managementIliyan Malchev2011-06-071-18/+70
* | | | | | | | | | | | | Merge "Improve android.hardware.Camera.Area javadoc."Wu-cheng Li2011-06-071-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Improve android.hardware.Camera.Area javadoc.Wu-cheng Li2011-06-071-2/+2
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | CameraParameters: add PIXEL_FORMAT_RGBA8888Iliyan Malchev2011-06-062-0/+2
* | | | | | | | | | | | Merge "Fix the comment for the location box @xyz"James Dong2011-06-061-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix the comment for the location box @xyzJames Dong2011-06-031-2/+2
* | | | | | | | | | | | | Merge "Remove dead code related to gettid"Glenn Kasten2011-06-068-94/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Remove dead code related to gettidGlenn Kasten2011-06-038-94/+9
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge "Move OMX_QCOM_COLOR_FormatYVU420SemiPlanar definition to OMX_IVCommon.h"James Dong2011-06-034-8/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Move OMX_QCOM_COLOR_FormatYVU420SemiPlanar definition to OMX_IVCommon.hJames Dong2011-06-034-8/+1
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge "Initial-checkin for ON2 Software AVC/H264 decoder"James Dong2011-06-03403-0/+112275
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Initial-checkin for ON2 Software AVC/H264 decoderJames Dong2011-06-02403-0/+112275
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge "Don't advertise the (old-style) software decoders unless they're actua...Andreas Huber2011-06-021-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Don't advertise the (old-style) software decoders unless they're actually pre...Andreas Huber2011-06-021-0/+2
* | | | | | | | | | | | Merge "Do not call getEstimatedBandwidth if the streaming is not HTTP-based"James Dong2011-06-026-9/+22
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Do not call getEstimatedBandwidth if the streaming is not HTTP-basedJames Dong2011-06-026-9/+22
* | | | | | | | | | | | Remove unnecessary level of priority indirectionGlenn Kasten2011-06-013-5/+4
|/ / / / / / / / / / /
* | | | | | | | | | | Revert "Use AudioTrack::event_type not int in callback"Glenn Kasten2011-06-017-10/+9
* | | | | | | | | | | Use AudioTrack::event_type not int in callbackGlenn Kasten2011-06-017-9/+10
* | | | | | | | | | | Merge "Use channel mask instead of channel count for track creation"Jean-Michel Trivi2011-06-0112-143/+175
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use channel mask instead of channel count for track creationJean-Michel Trivi2011-06-0112-143/+175
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Send estimated bandwidth value as informational event when cache fetcher pausesJames Dong2011-05-3111-99/+162
|/ / / / / / / / / /
* | | | | | | | | | Removed interface to load audio effects librariesEric Laurent2011-05-278-192/+0
* | | | | | | | | | New effect library APIEric Laurent2011-05-2723-1274/+840
* | | | | | | | | | Merge "Extract embedded cover art (aka poster frame) in mp4 files"James Dong2011-05-263-5/+48
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Extract embedded cover art (aka poster frame) in mp4 filesJames Dong2011-05-263-5/+48
* | | | | | | | | | | am c004a0c9: am 05e13b9e: am c1ded373: Merge "Revert "Use pread() to get the ...James Dong2011-05-261-7/+0
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| / / / / / / / / / | |/ / / / / / / / /