summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge "Avoid copying for input recording frames in CameraSource" into krakenJames Dong2010-05-281-4/+6
|\
| * Avoid copying for input recording frames in CameraSourceJames Dong2010-05-281-4/+6
* | Add video frame parameter.Wu-cheng Li2010-05-281-3/+11
|/
* Merge "Avoid repeatedly allocating and freeing memory in CameraSource" into k...James Dong2010-05-261-0/+2
|\
| * Avoid repeatedly allocating and freeing memory in CameraSourceJames Dong2010-05-261-0/+2
* | Merge "Fix issue 2667797: [Audio Effect Framework] new base class and binder ...Eric Laurent2010-05-252-0/+106
|\ \
| * | Fix issue 2667797: [Audio Effect Framework] new base class and binder interfa...Eric Laurent2010-05-242-0/+106
* | | Merge "fix [2712278] The preview buffer left some black borders in left and b...Mathias Agopian2010-05-251-1/+0
|\ \ \ | |/ / |/| |
| * | fix [2712278] The preview buffer left some black borders in left and bottom e...Mathias Agopian2010-05-251-1/+0
* | | Merge "Fix issue 2667796: [Audio Effect Framework] Effect factory and librari...Eric Laurent2010-05-246-33/+1010
|\ \ \ | |/ / |/| |
| * | Fix issue 2667796: [Audio Effect Framework] Effect factory and libraries.Eric Laurent2010-05-216-33/+1010
* | | added the notion of fixed-size buffersMathias Agopian2010-05-241-1/+2
* | | fix a bug when reallocating a window's buffers is neededMathias Agopian2010-05-241-0/+1
| |/ |/|
* | Improve GPS EXIF parameters comments.Wu-cheng Li2010-05-241-6/+9
* | added native_window_set_buffer_count()Mathias Agopian2010-05-211-0/+1
* | Merge "fix the threading issue for setBuffercount()" into krakenMathias Agopian2010-05-211-14/+29
|\ \
| * | fix the threading issue for setBuffercount()Mathias Agopian2010-05-201-14/+29
| |/
* | Support for media extraction from .mkv/.mka Matroska files in stagefright.Andreas Huber2010-05-201-0/+2
|/
* Initial software encoder checkinsJames Dong2010-05-192-3/+3
* fix some bugs in SharedBufferStack::resizeMathias Agopian2010-05-171-4/+5
* Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock.Eric Laurent2010-05-172-13/+28
* Fix build error.Wu-cheng Li2010-05-151-1/+1
* Add camera focus distances API.Wu-cheng Li2010-05-151-0/+21
* Detect and handle premature termination of a recording sessionJames Dong2010-05-141-1/+2
* Audio/video initial recording time synchronizationJames Dong2010-05-141-0/+4
* Handle recording file size and/or duration limitJames Dong2010-05-143-1/+21
* AudioFlinger: rename variables to clarify reference to track channel count or...Eric Laurent2010-05-141-1/+1
* Remove dummy surface in CameraSourceJames Dong2010-05-131-4/+0
* SharedBufferStack now can grow up to 16 buffers.Mathias Agopian2010-05-121-3/+52
* am b003ad17: am e0dc80f8: Merge "Support for customizable socket-read timeout...Andreas Huber2010-05-121-0/+1
|\
| * Support for customizable socket-read timeouts through the HTTP response.Andreas Huber2010-05-111-0/+1
* | am d8c33747: am 78624e41: Add remove method in CameraParameters class.Wu-cheng Li2010-05-121-9/+2
|\ \ | |/
| * Add remove method in CameraParameters class.Wu-cheng Li2010-05-111-9/+2
* | Output streamable MP4 file during MP4 file recordingJames Dong2010-05-111-0/+8
* | Merge "Add continuous focus mode constant." into krakenWu-cheng Li2010-05-101-0/+6
|\ \
| * | Add continuous focus mode constant.Wu-cheng Li2010-05-101-0/+6
* | | am 17078510: am d13efb20: Merge "A new OggExtractor/VorbisDecoder combo to su...Andreas Huber2010-05-103-1/+8
|\ \ \ | |/ / |/| / | |/
| * A new OggExtractor/VorbisDecoder combo to support approximate seeking.Andreas Huber2010-05-073-1/+8
* | Support multiple cameras in framework.Chih-Chung Chang2010-05-102-3/+7
* | am 71bd9fc8: am 100ef9be: Merge "Disable vorbis seek when streaming from loca...Andreas Huber2010-05-063-4/+13
|\ \ | |/
| * Disable vorbis seek when streaming from localhost.Andreas Huber2010-05-063-4/+13
* | Support audio and video track interleaving in the recorded mp4 fileJames Dong2010-05-052-4/+12
* | am 8ea45aad: am e083d0a2: Merge "Support for Ogg Vorbis decoding in stagefrig...Andreas Huber2010-05-041-0/+1
|\ \ | |/
| * Support for Ogg Vorbis decoding in stagefright.Andreas Huber2010-05-041-0/+1
* | Add support for enqueuing buffers in arbitrary orderMathias Agopian2010-04-281-1/+3
* | cleanup. waitForCondition() now uses polymorphsim instead of templtesMathias Agopian2010-04-281-49/+10
* | fix a race condition in undoDequeue(), where 'tail' could be computed incorre...Mathias Agopian2010-04-281-2/+2
* | Use timestamp from camera driver for CameraSourceJames Dong2010-04-281-2/+7
* | added setCrop() to android_native_window_tMathias Agopian2010-04-201-9/+20
* | add support for up to 16 buffers per surfaceMathias Agopian2010-04-201-8/+12