1. 33da402 remove uses of Surface in favor or IGraphicBufferProducer by Mathias Agopian · 11 years ago
  2. 48af7e8 CameraService and Stagefright: Support AppOps by Eino-Ville Talvala · 11 years ago
  3. f1d5aa1 Move away from MediaDebug and use ADebug instead by James Dong · 12 years ago
  4. b44c9d2 Don't call virtual functions in the destructor for audio and camera source classes by James Dong · 12 years ago
  5. 29357bc Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  6. df64d15 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  7. b8a8052 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  8. 7c56bb3 am d0a25456: am 02740dc4: Merge "Fix log spamming during time lapse video recording" into ics-mr1 by James Dong · 13 years ago
  9. e8e5f86 Fix log spamming during time lapse video recording by James Dong · 13 years ago
  10. 6a9ab55 am ee7ebb32: Merge "Fix a hang issue where the first frame can be dropped for timelapse video recording." into ics-mr1 by James Dong · 13 years ago
  11. 93594b5 Fix a hang issue where the first frame can be dropped for timelapse video recording. by James Dong · 13 years ago
  12. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  13. 3cecf64 Do not support still image capture mode for timelapse video recording by James Dong · 13 years ago
  14. 4ca2c7c Add framework support for camcorder zoom. by Wu-cheng Li · 13 years ago
  15. 1fc8782 Enforce the rule that the timestamp from timelapse video source monotically increases by James Dong · 13 years ago
  16. e468ac5 Application-managed callback buffer support for raw image by James Dong · 13 years ago
  17. 7757f50 Make sure that key frame is generated for timelapse video recording if there are at least two input video frames from camera source. by James Dong · 14 years ago
  18. 2b48836 Use metadata in video buffers for timelapse video recording by default to eliminate memcpy by James Dong · 14 years ago
  19. b0fb6bf Don't release the video recording frame after recording is stopped in CameraSourceTimeLapse.cpp by James Dong · 14 years ago
  20. 28934a9 Use video output if necessary for timelapse video recording by James Dong · 14 years ago
  21. ba29002 First step towards renabling Timelapse video recording by James Dong · 14 years ago
  22. 5c95231 Make camera source ready for handling meta-data video buffers. by James Dong · 14 years ago
  23. 54ff19a Move Camera specific logic out from StagefrightRecorder to CameraSource by James Dong · 14 years ago
  24. 78eff72 Implemented frequent read returns for quick stop in time lapse. by Nipun Kwatra · 14 years ago
  25. 616715a Fix potential unintialized variable yuvformat by James Dong · 14 years ago
  26. 3ee899e Disable shutter sound and play recording sound for still mode time lapse. by Nipun Kwatra · 14 years ago
  27. 155e833 Moving decision to use still camera to CameraSourceTimeLapse by Nipun Kwatra · 14 years ago
  28. 900c129 Call startPreview after stopping for mUseStillCameraForTimeLapse=true case. by Nipun Kwatra · 14 years ago
  29. 7dbfa5a use usleep instead of sleep. by Nipun Kwatra · 14 years ago
  30. fd150a8 including limits.h to fix simulator build. by Nipun Kwatra · 14 years ago
  31. 40e2f3f Implementing getSupportedPictureSizes by Nipun Kwatra · 14 years ago
  32. c4e47d1 Support for video size to be different from captured picture size. by Nipun Kwatra · 14 years ago
  33. e4e0a69 Allowing setting of time lapse parameters through MediaRecorder.java by Nipun Kwatra · 14 years ago
  34. 0aacf10 Restart preview after each takePicture is done. by Nipun Kwatra · 14 years ago
  35. 65e7e6f Adding support for timelapse capture using still camera's takepicture. by Nipun Kwatra · 14 years ago