1. 3eaa4e9 Add multiple camera support for in MediaProfiles. by Chih-Chung Chang · 16 years ago
  2. 1c8ed2e Support for vanilla YUV420sp => RGB565 color conversion. by Andreas Huber · 16 years ago
  3. d329e21 Added encoding parameters set up for H263 video encoder by James Dong · 16 years ago
  4. 37047fc Separate MediaRecorderClient with MediaPlayerClient by James Dong · 16 years ago
  5. 93d6b10 Provide progress status report during authoring by James Dong · 16 years ago
  6. 658bd25 Merge "Various fixes and improvements in audio effects implementation" into gingerbread by Eric Laurent · 16 years ago
  7. ffe9c25 Various fixes and improvements in audio effects implementation by Eric Laurent · 16 years ago
  8. 2dec2b5 Enable passing parameters to the MediaWriter at runtime (at start() call). by James Dong · 16 years ago
  9. d3d4e50 Track maximum amplitude and fix getMaxAmplitude() by James Dong · 16 years ago
  10. 7bf4fab Merge "Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright." into gingerbread by Andreas Huber · 16 years ago
  11. 608d77b Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 16 years ago
  12. 1acfe86 Fixed some meta data issues in the recorded mp4 file by James Dong · 16 years ago
  13. dadd0d1 Merge "Added support for audio sessions in MediaPlayer and AudioTrack." into gingerbread by Eric Laurent · 16 years ago
  14. 41b2d09 Merge "media: add AudioRecord::getMinFrameCount()." into gingerbread by Chia-chi Yeh · 16 years ago
  15. a514bdb Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 16 years ago
  16. 15304d6 media: add AudioRecord::getMinFrameCount(). by Chia-chi Yeh · 16 years ago
  17. 58ae9c5 Single track optimization by James Dong · 16 years ago
  18. 0cd1e0b Merge "Audio/video sync during recording (second part)" into gingerbread by James Dong · 16 years ago
  19. f60cafe Audio/video sync during recording (second part) by James Dong · 16 years ago
  20. 33005a9 media: add AudioTrack::getMinFrameCount(). by Chia-chi Yeh · 16 years ago
  21. 1616fa4 Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI." into kraken by Eric Laurent · 16 years ago
  22. 628eff9 Native input dispatch rewrite work in progress. by Jeff Brown · 16 years ago
  23. a7d1a2d Initial checkin for pause and resume control by James Dong · 16 years ago
  24. 801a118 Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI. by Eric Laurent · 16 years ago
  25. ddbdb35 Change camera interface to support multiple cameras. by Chih-Chung Chang · 16 years ago
  26. 0a5baa9 Switch stagefright's approach to prefetching to the new model. The java MediaPlayer is now notified about rebuffering start/end via info messages. by Andreas Huber · 16 years ago
  27. 61ea6c1 Merge "Initial check-in of new caching/prefetching data source implementation." into kraken by Andreas Huber · 16 years ago
  28. d35bd5f Support "pausing" of MediaSources with the effect that they no longer pull on their upstream source until a subsequent read-with-seek. by Andreas Huber · 16 years ago
  29. 5994b47 Initial check-in of new caching/prefetching data source implementation. by Andreas Huber · 16 years ago
  30. 36ef8cf allow re-targetting of surfaces by Mathias Agopian · 16 years ago
  31. ddcc4a6 Remove some hard-coded encoding parameters by James Dong · 16 years ago
  32. 365a963 Initial check-in for collecting stats from authoring engine at runtime by James Dong · 16 years ago
  33. d07139e Second part of speeding up video recording frame rate by James Dong · 16 years ago
  34. cda17c6 Initial checkin of mpeg2 transport stream parser for stagefright. by Andreas Huber · 16 years ago
  35. c46e8b9 Merge "Initial checkin of "foundation" library for future stagefright development." into kraken by Andreas Huber · 16 years ago
  36. 7296123 Initial checkin of "foundation" library for future stagefright development. by Andreas Huber · 16 years ago
  37. c00d6f3 Merge "Remove hard-coded pixel format for recording frames in CameraSource. Retrieve the pixel format from Camera HAL at runtime." into kraken by James Dong · 16 years ago
  38. cbbf27f split surface management from surface's buffers management by Mathias Agopian · 16 years ago
  39. a21b4e2 Merge "Add KEY_SUPPORTED_METERING_MODES and fix some typos." into kraken by Wu-cheng Li · 16 years ago
  40. d38bee5 Add KEY_SUPPORTED_METERING_MODES and fix some typos. by Wu-cheng Li · 16 years ago
  41. dea96b8 Merge "Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications." into kraken by Eric Laurent · 16 years ago
  42. 653252b Remove hard-coded pixel format for recording frames in CameraSource. by James Dong · 16 years ago
  43. be916aa Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications. by Eric Laurent · 16 years ago
  44. 2b8aba2 Add camera metering mode API. by Wu-cheng Li · 16 years ago
  45. ba0fab3 more clean-up in preparation of bigger changes by Mathias Agopian · 16 years ago
  46. aed27b0 Merge "Avoid copying for input recording frames in CameraSource" into kraken by James Dong · 16 years ago
  47. 7278cf3 Avoid copying for input recording frames in CameraSource by James Dong · 16 years ago
  48. 0b0279e Add video frame parameter. by Wu-cheng Li · 16 years ago
  49. 5b39604 Merge "Avoid repeatedly allocating and freeing memory in CameraSource" into kraken by James Dong · 16 years ago
  50. cbe48a0 Avoid repeatedly allocating and freeing memory in CameraSource by James Dong · 16 years ago
  51. 2941c27 Merge "Fix issue 2667797: [Audio Effect Framework] new base class and binder interfaces for effect control." into kraken by Eric Laurent · 16 years ago
  52. cfe92f7 Merge "fix [2712278] The preview buffer left some black borders in left and bottom edges" into kraken by Mathias Agopian · 16 years ago
  53. 3f6b0cd fix [2712278] The preview buffer left some black borders in left and bottom edges by Mathias Agopian · 16 years ago
  54. d71a1be Fix issue 2667797: [Audio Effect Framework] new base class and binder interfaces for effect control. by Eric Laurent · 16 years ago
  55. 9bca89d Merge "Fix issue 2667796: [Audio Effect Framework] Effect factory and libraries." into kraken by Eric Laurent · 16 years ago
  56. fb6ae66 added the notion of fixed-size buffers by Mathias Agopian · 16 years ago
  57. 68f929b fix a bug when reallocating a window's buffers is needed by Mathias Agopian · 16 years ago
  58. 6b19fac Improve GPS EXIF parameters comments. by Wu-cheng Li · 16 years ago
  59. 082a4d8 added native_window_set_buffer_count() by Mathias Agopian · 16 years ago
  60. 1f5be9e Merge "fix the threading issue for setBuffercount()" into kraken by Mathias Agopian · 16 years ago
  61. 135ad07 Fix issue 2667796: [Audio Effect Framework] Effect factory and libraries. by Eric Laurent · 16 years ago
  62. dd9a3a7 fix the threading issue for setBuffercount() by Mathias Agopian · 16 years ago
  63. 093437c Support for media extraction from .mkv/.mka Matroska files in stagefright. by Andreas Huber · 16 years ago
  64. 956c553 Initial software encoder checkins by James Dong · 16 years ago
  65. e1f6105 fix some bugs in SharedBufferStack::resize by Mathias Agopian · 16 years ago
  66. d1b449a Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock. by Eric Laurent · 16 years ago
  67. ae77ffa Fix build error. by Wu-cheng Li · 16 years ago
  68. 09a2ab9 Add camera focus distances API. by Wu-cheng Li · 16 years ago
  69. f0ce2fb Detect and handle premature termination of a recording session by James Dong · 16 years ago
  70. 3c0131f Audio/video initial recording time synchronization by James Dong · 16 years ago
  71. d599cd4 Handle recording file size and/or duration limit by James Dong · 16 years ago
  72. 45df6a2 AudioFlinger: rename variables to clarify reference to track channel count or channel mask by Eric Laurent · 16 years ago
  73. 65ae665 Remove dummy surface in CameraSource by James Dong · 16 years ago
  74. 5cc61b1 SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 16 years ago
  75. 8229dab am b003ad17: am e0dc80f8: Merge "Support for customizable socket-read timeouts through the HTTP response." into froyo by Andreas Huber · 16 years ago
  76. 83e5a90 am d8c33747: am 78624e41: Add remove method in CameraParameters class. by Wu-cheng Li · 16 years ago
  77. ba7c357 Support for customizable socket-read timeouts through the HTTP response. by Andreas Huber · 16 years ago
  78. 7837c17 Output streamable MP4 file during MP4 file recording by James Dong · 16 years ago
  79. adbda96 Add remove method in CameraParameters class. by Wu-cheng Li · 16 years ago
  80. b59c954 Merge "Add continuous focus mode constant." into kraken by Wu-cheng Li · 16 years ago
  81. b1ccb62 am 17078510: am d13efb20: Merge "A new OggExtractor/VorbisDecoder combo to support approximate seeking." into froyo by Andreas Huber · 16 years ago
  82. 4bf7ace Add continuous focus mode constant. by Wu-cheng Li · 16 years ago
  83. 35a055b Support multiple cameras in framework. by Chih-Chung Chang · 16 years ago
  84. ee7ff20 A new OggExtractor/VorbisDecoder combo to support approximate seeking. by Andreas Huber · 16 years ago
  85. d8a3034 am 71bd9fc8: am 100ef9be: Merge "Disable vorbis seek when streaming from localhost." into froyo by Andreas Huber · 16 years ago
  86. acdd9d0 Disable vorbis seek when streaming from localhost. by Andreas Huber · 16 years ago
  87. 13aec89 Support audio and video track interleaving in the recorded mp4 file by James Dong · 16 years ago
  88. 3830a4f am 8ea45aad: am e083d0a2: Merge "Support for Ogg Vorbis decoding in stagefright." into froyo by Andreas Huber · 16 years ago
  89. 3cf4e43 Support for Ogg Vorbis decoding in stagefright. by Andreas Huber · 16 years ago
  90. 86f69c1 Add support for enqueuing buffers in arbitrary order by Mathias Agopian · 16 years ago
  91. 41623bf cleanup. waitForCondition() now uses polymorphsim instead of templtes by Mathias Agopian · 16 years ago
  92. 43d8a28 fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly. by Mathias Agopian · 16 years ago
  93. c32cd79 Use timestamp from camera driver for CameraSource by James Dong · 16 years ago
  94. e9e4d54 added setCrop() to android_native_window_t by Mathias Agopian · 16 years ago
  95. cdaaf32 add support for up to 16 buffers per surface by Mathias Agopian · 16 years ago
  96. 88b1b1c am 248ea4a9: am 5baa5e19: Merge "Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we don\'t have a decoder for it, ignore potentially malformed metadata for AMR NB and WB tracks." into froyo by Andreas Huber · 16 years ago
  97. 81f82c3 Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we don't have a decoder for it, ignore potentially malformed metadata for AMR NB and WB tracks. by Andreas Huber · 16 years ago
  98. a418a93 Merge "Remove unnecessary lock from AMRWriter." into kraken by Andreas Huber · 16 years ago
  99. 465d5a7 Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF. by Wu-cheng Li · 17 years ago
  100. ebe87f3 Remove unnecessary lock from AMRWriter. by Andreas Huber · 17 years ago