1. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  2. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  3. 4e2ecdd am d0a25456: am 02740dc4: Merge "Fix log spamming during time lapse video recording" into ics-mr1 by James Dong · 13 years ago
  4. 96af14d Fix log spamming during time lapse video recording by James Dong · 13 years ago
  5. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  6. 8312278 When Camera is launched by media recording framework, stagefright controls the stop and release. by James Dong · 13 years ago
  7. 0a5825e Do not release recording frames if camera is gone by James Dong · 13 years ago
  8. bb1e275 Pass camera frame metadata from camera service to Java. by Wu-cheng Li · 13 years ago
  9. e028023 Let the media recording framework release the Camera object when it is the owner by James Dong · 13 years ago
  10. e641dc5 Add support for TI H264 encoder by Dandawate Saket · 13 years ago
  11. 8d19d3a Release camera if CameraSource::start() has not been called by James Dong · 13 years ago
  12. 528b084 Unlock the camera if media recorder fails to start recording. by Wu-cheng Li · 13 years ago
  13. 42419ce Add framework support for camcorder zoom. by Wu-cheng Li · 13 years ago
  14. 86f8b98 Add timestamp and data pointer checks in CameraSource by James Dong · 13 years ago
  15. 40c3641 frameworks/base: some camera-interface cleanup by Iliyan Malchev · 13 years ago
  16. cbeebb1 A/V synchronization at the beginning of a recording session by James Dong · 13 years ago
  17. 5f3ab06 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. 7455630 Add more debugging code to track down hang during video recording by James Dong · 14 years ago
  19. 2144f63 Revert "Allows the authoring engine to skip frame." by James Dong · 14 years ago
  20. 845584e Fixed a failure from timelapse video recording because of accidental use of metadata buffers by James Dong · 14 years ago
  21. 6370387 Release a recording frame only if mCamera exists and is not cleared. by James Dong · 14 years ago
  22. 08800f3 First step towards renabling Timelapse video recording by James Dong · 14 years ago
  23. 5df53fe Remove check if the target video resolution is not supported by CameraSource by James Dong · 14 years ago
  24. df7a856 Fixed a race condition where some recording frames may not be released. by James Dong · 14 years ago
  25. aac193c Separate the key for audio sampling rate and video frame rate in MetaData.h by James Dong · 14 years ago
  26. b15f2ea Don't change the video recording frame rate if it is not requested. by James Dong · 14 years ago
  27. 26e54e2 Fix an issue where the video size was incorrectly retrieved from preview size by James Dong · 14 years ago
  28. ab79d1f Make camera source ready for handling meta-data video buffers. by James Dong · 14 years ago
  29. 997eaa2 0-memcpy video recording framework by James Dong · 14 years ago
  30. 0c128b6 Move Camera specific logic out from StagefrightRecorder to CameraSource by James Dong · 14 years ago
  31. 7553cf7 Implemented frequent read returns for quick stop in time lapse. by Nipun Kwatra · 14 years ago
  32. 9b61dc5 Add YUV420P color format support for video output from camera hal by James Dong · 14 years ago
  33. 3dee32b am 0cd2472b: am 82a39f4a: Merge "Add some explicit error log messages" into gingerbread by James Dong · 14 years ago
  34. b5024da Add some explicit error log messages by James Dong · 14 years ago
  35. 6b63dce am 136d8336: am 90d1d104: Merge "This code in CameraSource really should hold the lock." into gingerbread by Andreas Huber · 14 years ago
  36. 22bd242 This code in CameraSource really should hold the lock. by Andreas Huber · 14 years ago
  37. 9c9d068 am 9bc4dc11: am 53d4e0d5: Allows the authoring engine to skip frame. by James Dong · 14 years ago
  38. 53d4e0d Allows the authoring engine to skip frame. by James Dong · 14 years ago
  39. 9511ab8 am 8a9a931f: am 8138e841: Merge "Support finer seek control on MediaSources." into gingerbread by Andreas Huber · 14 years ago
  40. 6624c9f Support finer seek control on MediaSources. by Andreas Huber · 14 years ago
  41. f9b8018 Adding support for timelapse capture using still camera's takepicture. by Nipun Kwatra · 14 years ago
  42. d26920a Adding timelapse capture from videocamera. by Nipun Kwatra · 14 years ago
  43. 36e573b Audio/video sync during recording (second part) by James Dong · 14 years ago
  44. 71d714c Remove the lock/unlock workaround from CameraService by James Dong · 14 years ago
  45. 1244eab Remove some hard-coded encoding parameters by James Dong · 14 years ago
  46. dae9fd3 Initial check-in for collecting stats from authoring engine at runtime by James Dong · 14 years ago
  47. c2f328d Remove hard-coded pixel format for recording frames in CameraSource. by James Dong · 14 years ago
  48. dfb1dd6 Avoid copying for input recording frames in CameraSource by James Dong · 14 years ago
  49. 407f98b Remove the logic in CameraSource using CameraParameters class to find out the buffer size. by James Dong · 14 years ago
  50. aed15e7 Avoid repeatedly allocating and freeing memory in CameraSource by James Dong · 14 years ago
  51. e292b3b Remove dummy surface in CameraSource by James Dong · 14 years ago
  52. 7406eafe should fix the build by Mathias Agopian · 14 years ago
  53. e25cc65 Support multiple cameras in framework. by Chih-Chung Chang · 14 years ago
  54. 3300e96 Support audio and video track interleaving in the recorded mp4 file by James Dong · 14 years ago
  55. b00e246 Use timestamp from camera driver for CameraSource by James Dong · 14 years ago
  56. 71c27d9 Various fixes to enable recording on passion and nexus1. by Andreas Huber · 14 years ago
  57. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 14 years ago
  58. e1ceec2 Add an orientation parameter for overlay, so we can do camera preview in portrait mode. by Chih-Chung Chang · 15 years ago
  59. ea6a38c Squashed commit of the following: by Andreas Huber · 15 years ago
  60. 155e2ad Re-enable CameraSource. by Andreas Huber · 15 years ago
  61. fa8de75 Change to a int64_t usecs representation for timestamps and duration throughout stagefright. by Andreas Huber · 15 years ago
  62. e6c4096 Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API. by Andreas Huber · 15 years ago
  63. b5ceb9e assert => CHECK in stagefright. by Andreas Huber · 15 years ago
  64. e46b7be Squashed commit of the following: by Andreas Huber · 15 years ago