| Commit message (Expand) | Author | Age | Files | Lines |
* | Detect and handle premature termination of a recording session | James Dong | 2010-05-14 | 1 | -1/+2 |
* | Audio/video initial recording time synchronization | James Dong | 2010-05-14 | 1 | -0/+4 |
* | Handle recording file size and/or duration limit | James Dong | 2010-05-14 | 3 | -1/+21 |
* | AudioFlinger: rename variables to clarify reference to track channel count or... | Eric Laurent | 2010-05-14 | 1 | -1/+1 |
* | Remove dummy surface in CameraSource | James Dong | 2010-05-13 | 1 | -4/+0 |
* | Merge "SharedBufferStack now can grow up to 16 buffers." into kraken | Mathias Agopian | 2010-05-12 | 3 | -3/+55 |
|\ |
|
| * | SharedBufferStack now can grow up to 16 buffers. | Mathias Agopian | 2010-05-12 | 3 | -3/+55 |
* | | Merge "ZipUtilsRO rewrite based on Dalvik Zip rewrite" into kraken | Kenny Root | 2010-05-12 | 2 | -10/+27 |
|\ \
| |/
|/| |
|
| * | ZipUtilsRO rewrite based on Dalvik Zip rewrite | Kenny Root | 2010-05-12 | 2 | -10/+27 |
* | | am b003ad17: am e0dc80f8: Merge "Support for customizable socket-read timeout... | Andreas Huber | 2010-05-12 | 1 | -0/+1 |
|\ \ |
|
| * \ | am e0dc80f8: Merge "Support for customizable socket-read timeouts through the... | Andreas Huber | 2010-05-12 | 1 | -0/+1 |
| |\ \ |
|
| | * | | Support for customizable socket-read timeouts through the HTTP response. | Andreas Huber | 2010-05-11 | 1 | -0/+1 |
* | | | | am d8c33747: am 78624e41: Add remove method in CameraParameters class. | Wu-cheng Li | 2010-05-12 | 1 | -9/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | am 78624e41: Add remove method in CameraParameters class. | Wu-cheng Li | 2010-05-12 | 1 | -9/+2 |
| |\ \ \
| | |/ / |
|
| | * | | Add remove method in CameraParameters class. | Wu-cheng Li | 2010-05-11 | 1 | -9/+2 |
* | | | | Merge "Add incStrong and decStrong methods to android_native_{window,buffer}_... | Jamie Gennis | 2010-05-11 | 2 | -0/+27 |
|\ \ \ \ |
|
| * | | | | Add incStrong and decStrong methods to android_native_{window,buffer}_t. | Jamie Gennis | 2010-05-10 | 2 | -0/+27 |
* | | | | | Output streamable MP4 file during MP4 file recording | James Dong | 2010-05-11 | 1 | -0/+8 |
* | | | | | Merge "Add continuous focus mode constant." into kraken | Wu-cheng Li | 2010-05-10 | 1 | -0/+6 |
|\ \ \ \ \ |
|
| * | | | | | Add continuous focus mode constant. | Wu-cheng Li | 2010-05-10 | 1 | -0/+6 |
| | |_|_|/
| |/| | | |
|
* | | | | | am 17078510: am d13efb20: Merge "A new OggExtractor/VorbisDecoder combo to su... | Andreas Huber | 2010-05-10 | 3 | -1/+8 |
|\ \ \ \ \
| |/ / / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | am d13efb20: Merge "A new OggExtractor/VorbisDecoder combo to support approxi... | Andreas Huber | 2010-05-10 | 3 | -1/+8 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | A new OggExtractor/VorbisDecoder combo to support approximate seeking. | Andreas Huber | 2010-05-07 | 3 | -1/+8 |
* | | | | Support multiple cameras in framework. | Chih-Chung Chang | 2010-05-10 | 2 | -3/+7 |
* | | | | am ca48c88c: am 8a8658a5: Merge "Make static versions of libutils and libbind... | Dan Egnor | 2010-05-06 | 1 | -1/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyo | Dan Egnor | 2010-05-06 | 1 | -1/+0 |
| |\ \ \
| | |/ / |
|
| | * | | Merge "Make static versions of libutils and libbinder." into froyo | Dan Egnor | 2010-05-06 | 1 | -1/+0 |
| | |\ \ |
|
| | | * | | Make static versions of libutils and libbinder. | Dan Egnor | 2010-05-06 | 1 | -1/+0 |
* | | | | | am 71bd9fc8: am 100ef9be: Merge "Disable vorbis seek when streaming from loca... | Andreas Huber | 2010-05-06 | 3 | -4/+13 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | am 100ef9be: Merge "Disable vorbis seek when streaming from localhost." into ... | Andreas Huber | 2010-05-06 | 3 | -4/+13 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Disable vorbis seek when streaming from localhost. | Andreas Huber | 2010-05-06 | 3 | -4/+13 |
| | |/ / |
|
* | | | | am f7896449: merge from open-source master | The Android Open Source Project | 2010-05-05 | 1 | -1/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | merge from open-source master | The Android Open Source Project | 2010-05-05 | 1 | -1/+5 |
| |\ \ \ |
|
| | * | | | Add new keycodes for the convenience of Japanese IMEs | mogimo | 2010-05-05 | 1 | -1/+5 |
* | | | | | Support audio and video track interleaving in the recorded mp4 file | James Dong | 2010-05-05 | 2 | -4/+12 |
* | | | | | am 8ea45aad: am e083d0a2: Merge "Support for Ogg Vorbis decoding in stagefrig... | Andreas Huber | 2010-05-04 | 1 | -0/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | am e083d0a2: Merge "Support for Ogg Vorbis decoding in stagefright." into froyo | Andreas Huber | 2010-05-04 | 1 | -0/+1 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | Support for Ogg Vorbis decoding in stagefright. | Andreas Huber | 2010-05-04 | 1 | -0/+1 |
* | | | | | Merge "Add support for enqueuing buffers in arbitrary order" into kraken | Mathias Agopian | 2010-04-30 | 1 | -1/+3 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Add support for enqueuing buffers in arbitrary order | Mathias Agopian | 2010-04-28 | 1 | -1/+3 |
* | | | | | Merge "cleanup. waitForCondition() now uses polymorphsim instead of templtes"... | Mathias Agopian | 2010-04-29 | 2 | -72/+43 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | cleanup. waitForCondition() now uses polymorphsim instead of templtes | Mathias Agopian | 2010-04-28 | 2 | -72/+43 |
* | | | | | Merge "fix a race condition in undoDequeue(), where 'tail' could be computed ... | Mathias Agopian | 2010-04-29 | 1 | -2/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | fix a race condition in undoDequeue(), where 'tail' could be computed incorre... | Mathias Agopian | 2010-04-28 | 1 | -2/+2 |
* | | | | | New xlarge screen size. | Dianne Hackborn | 2010-04-28 | 1 | -3/+28 |
|/ / / / |
|
* | | | | Use timestamp from camera driver for CameraSource | James Dong | 2010-04-28 | 1 | -2/+7 |
* | | | | better fix for [2420565] Surface.lockCanvas() updates the dirty region too often | Mathias Agopian | 2010-04-21 | 1 | -1/+1 |
* | | | | am f021d12f: merge from open-source master | The Android Open Source Project | 2010-04-21 | 1 | -7/+10 |
|\ \ \ \
| |/ / / |
|
| * | | | merge from open-source master | The Android Open Source Project | 2010-04-21 | 1 | -7/+10 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Allow META* macros outside of the framework | Michael Richardson | 2010-04-20 | 1 | -7/+10 |