1. 99617ad remove uses of Surface in favor or IGraphicBufferProducer by Mathias Agopian · 11 years ago
  2. ceb388d CameraService and Stagefright: Support AppOps by Eino-Ville Talvala · 11 years ago
  3. ad4e408 Turn off executable bit on ordinary files by Glenn Kasten · 12 years ago
  4. 983cf23 Dynamically configure the number of video buffers used by camera source, if supported by James Dong · 12 years ago
  5. bf5bea9 Codecs: Add MetaDataMode support to software video encoders. by Eino-Ville Talvala · 12 years ago
  6. 08ad5ef Remove new camera connect API. by Wu-cheng Li · 12 years ago
  7. fa6494d Merge "Do not set camera preview display if the surface is null." by Wu-cheng Li · 12 years ago
  8. 8e0792b Do not set camera preview display if the surface is null. by Wu-cheng Li · 12 years ago
  9. 2fd2440 Add a new camera open API that allows taking the ownership. by Wu-cheng Li · 12 years ago
  10. df712ea fix libgui header location by Mathias Agopian · 12 years ago
  11. f1d5aa1 Move away from MediaDebug and use ADebug instead by James Dong · 12 years ago
  12. b44c9d2 Don't call virtual functions in the destructor for audio and camera source classes by James Dong · 12 years ago
  13. 29357bc Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  14. 5ff1dd5 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  15. df64d15 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  16. b8a8052 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  17. 7c56bb3 am d0a25456: am 02740dc4: Merge "Fix log spamming during time lapse video recording" into ics-mr1 by James Dong · 13 years ago
  18. e8e5f86 Fix log spamming during time lapse video recording by James Dong · 13 years ago
  19. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  20. 9197441 When Camera is launched by media recording framework, stagefright controls the stop and release. by James Dong · 13 years ago
  21. 334d097 Do not release recording frames if camera is gone by James Dong · 13 years ago
  22. 57c8618 Pass camera frame metadata from camera service to Java. by Wu-cheng Li · 13 years ago
  23. 3bd3020 Let the media recording framework release the Camera object when it is the owner by James Dong · 13 years ago
  24. 1374edd Add support for TI H264 encoder by Dandawate Saket · 13 years ago
  25. ae4c1ac Release camera if CameraSource::start() has not been called by James Dong · 13 years ago
  26. 95068be Unlock the camera if media recorder fails to start recording. by Wu-cheng Li · 13 years ago
  27. 4ca2c7c Add framework support for camcorder zoom. by Wu-cheng Li · 13 years ago
  28. 98cfde0 Add timestamp and data pointer checks in CameraSource by James Dong · 13 years ago
  29. 108dddf frameworks/base: some camera-interface cleanup by Iliyan Malchev · 13 years ago
  30. a472613 A/V synchronization at the beginning of a recording session by James Dong · 13 years ago
  31. 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 · 13 years ago
  32. 41152ef Add more debugging code to track down hang during video recording by James Dong · 14 years ago
  33. 79e23b4 Revert "Allows the authoring engine to skip frame." by James Dong · 14 years ago
  34. abdd2ba Fixed a failure from timelapse video recording because of accidental use of metadata buffers by James Dong · 14 years ago
  35. d69c7f6 Release a recording frame only if mCamera exists and is not cleared. by James Dong · 14 years ago
  36. ba29002 First step towards renabling Timelapse video recording by James Dong · 14 years ago
  37. ea7b485 Remove check if the target video resolution is not supported by CameraSource by James Dong · 14 years ago
  38. c42478e Fixed a race condition where some recording frames may not be released. by James Dong · 14 years ago
  39. 393410a Separate the key for audio sampling rate and video frame rate in MetaData.h by James Dong · 14 years ago
  40. 6357308 Don't change the video recording frame rate if it is not requested. by James Dong · 14 years ago
  41. f96c9d1 Fix an issue where the video size was incorrectly retrieved from preview size by James Dong · 14 years ago
  42. 5c95231 Make camera source ready for handling meta-data video buffers. by James Dong · 14 years ago
  43. 2b37ced 0-memcpy video recording framework by James Dong · 14 years ago
  44. 54ff19a Move Camera specific logic out from StagefrightRecorder to CameraSource by James Dong · 14 years ago
  45. 78eff72 Implemented frequent read returns for quick stop in time lapse. by Nipun Kwatra · 14 years ago
  46. e2d8ba8 Add YUV420P color format support for video output from camera hal by James Dong · 14 years ago
  47. 0a1b9dc am 0cd2472b: am 82a39f4a: Merge "Add some explicit error log messages" into gingerbread by James Dong · 14 years ago
  48. a1abc1a Add some explicit error log messages by James Dong · 14 years ago
  49. 030b888 am 136d8336: am 90d1d104: Merge "This code in CameraSource really should hold the lock." into gingerbread by Andreas Huber · 14 years ago
  50. 56223b9 This code in CameraSource really should hold the lock. by Andreas Huber · 14 years ago
  51. 55cb2b8 am 9bc4dc11: am 53d4e0d5: Allows the authoring engine to skip frame. by James Dong · 14 years ago
  52. 542db5d Allows the authoring engine to skip frame. by James Dong · 14 years ago
  53. d3bc252 am 8a9a931f: am 8138e841: Merge "Support finer seek control on MediaSources." into gingerbread by Andreas Huber · 14 years ago
  54. abd1f4f Support finer seek control on MediaSources. by Andreas Huber · 14 years ago
  55. 65e7e6f Adding support for timelapse capture using still camera's takepicture. by Nipun Kwatra · 14 years ago
  56. fc20aab Adding timelapse capture from videocamera. by Nipun Kwatra · 14 years ago
  57. f60cafe Audio/video sync during recording (second part) by James Dong · 14 years ago
  58. 9d7f58a Remove the lock/unlock workaround from CameraService by James Dong · 14 years ago
  59. ddcc4a6 Remove some hard-coded encoding parameters by James Dong · 14 years ago
  60. 365a963 Initial check-in for collecting stats from authoring engine at runtime by James Dong · 14 years ago
  61. 653252b Remove hard-coded pixel format for recording frames in CameraSource. by James Dong · 14 years ago
  62. 7278cf3 Avoid copying for input recording frames in CameraSource by James Dong · 14 years ago
  63. a7414ea Remove the logic in CameraSource using CameraParameters class to find out the buffer size. by James Dong · 14 years ago
  64. cbe48a0 Avoid repeatedly allocating and freeing memory in CameraSource by James Dong · 14 years ago
  65. 65ae665 Remove dummy surface in CameraSource by James Dong · 14 years ago
  66. f8fb8b8 should fix the build by Mathias Agopian · 14 years ago
  67. 35a055b Support multiple cameras in framework. by Chih-Chung Chang · 14 years ago
  68. 13aec89 Support audio and video track interleaving in the recorded mp4 file by James Dong · 14 years ago
  69. c32cd79 Use timestamp from camera driver for CameraSource by James Dong · 14 years ago
  70. 03b268e Various fixes to enable recording on passion and nexus1. by Andreas Huber · 14 years ago
  71. 3cf6135 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 14 years ago
  72. a2a05bf Add an orientation parameter for overlay, so we can do camera preview in portrait mode. by Chih-Chung Chang · 15 years ago
  73. 30ab662 Squashed commit of the following: by Andreas Huber · 15 years ago
  74. be5c74f Re-enable CameraSource. by Andreas Huber · 15 years ago
  75. 48c948b Change to a int64_t usecs representation for timestamps and duration throughout stagefright. by Andreas Huber · 15 years ago
  76. 18291bc Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API. by Andreas Huber · 15 years ago
  77. 0c89199 assert => CHECK in stagefright. by Andreas Huber · 15 years ago
  78. 20111aa Squashed commit of the following: by Andreas Huber · 15 years ago