1. ddbdb35 Change camera interface to support multiple cameras. by Chih-Chung Chang · 14 years ago
  2. 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 · 14 years ago
  3. 28b6844 Merge "Simplify the code in the stagefright commandline utility." into kraken by Andreas Huber · 14 years ago
  4. baef63d Merge "Switch LiveSource to use the new http data source instead of the old one." into kraken by Andreas Huber · 14 years ago
  5. 61ea6c1 Merge "Initial check-in of new caching/prefetching data source implementation." into kraken by Andreas Huber · 14 years ago
  6. 80737ba Merge "Support "pausing" of MediaSources with the effect that they no longer pull on their upstream source until a subsequent read-with-seek." into kraken by Andreas Huber · 14 years ago
  7. 6a350a9 Merge "Initial check in of a new http data source implementation." into kraken by Andreas Huber · 14 years ago
  8. 1c70247 Simplify the code in the stagefright commandline utility. by Andreas Huber · 14 years ago
  9. 1370cbe Switch LiveSource to use the new http data source instead of the old one. by Andreas Huber · 14 years ago
  10. 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 · 14 years ago
  11. 5994b47 Initial check-in of new caching/prefetching data source implementation. by Andreas Huber · 14 years ago
  12. f0821fa Initial check in of a new http data source implementation. by Andreas Huber · 14 years ago
  13. decc91d Merge "Remove the lock/unlock workaround from CameraService" into kraken by James Dong · 14 years ago
  14. 98c7c31 Apparently the TI video decoder only supports H.264 up to baseline profile/level 3, not level 3.x as previously assumed. by Andreas Huber · 14 years ago
  15. 9d7f58a Remove the lock/unlock workaround from CameraService by James Dong · 14 years ago
  16. 36ef8cf allow re-targetting of surfaces by Mathias Agopian · 14 years ago
  17. ddcc4a6 Remove some hard-coded encoding parameters by James Dong · 14 years ago
  18. 365a963 Initial check-in for collecting stats from authoring engine at runtime by James Dong · 14 years ago
  19. cc2fc00 Merge "Second part of speeding up video recording frame rate" into kraken by James Dong · 14 years ago
  20. d07139e Second part of speeding up video recording frame rate by James Dong · 14 years ago
  21. cf7b9c7 Initial checkin of preliminary rtsp support for stagefright. by Andreas Huber · 14 years ago
  22. e71d10e Initial checkin of preliminary support for "http live" streaming in stagefright. by Andreas Huber · 14 years ago
  23. cda17c6 Initial checkin of mpeg2 transport stream parser for stagefright. by Andreas Huber · 14 years ago
  24. c46e8b9 Merge "Initial checkin of "foundation" library for future stagefright development." into kraken by Andreas Huber · 14 years ago
  25. 7296123 Initial checkin of "foundation" library for future stagefright development. by Andreas Huber · 14 years ago
  26. 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 · 14 years ago
  27. cbbf27f split surface management from surface's buffers management by Mathias Agopian · 14 years ago
  28. a21b4e2 Merge "Add KEY_SUPPORTED_METERING_MODES and fix some typos." into kraken by Wu-cheng Li · 14 years ago
  29. d38bee5 Add KEY_SUPPORTED_METERING_MODES and fix some typos. by Wu-cheng Li · 14 years ago
  30. dea96b8 Merge "Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications." into kraken by Eric Laurent · 14 years ago
  31. cd35144 Merge "Add camera metering mode API." into kraken by Wu-cheng Li · 14 years ago
  32. c1640f4 am e896d416: am 2e3761ba: Merge "Changes to the prefetcher to allow for bursts of data to be transferred, hopefully allowing the radio to go to low-power mode while idle." into froyo by Andreas Huber · 14 years ago
  33. ebe43b3 am 2e3761ba: Merge "Changes to the prefetcher to allow for bursts of data to be transferred, hopefully allowing the radio to go to low-power mode while idle." into froyo by Andreas Huber · 14 years ago
  34. ddc4352 Changes to the prefetcher to allow for bursts of data to be transferred, hopefully allowing the radio to go to low-power mode while idle. by Andreas Huber · 14 years ago
  35. 653252b Remove hard-coded pixel format for recording frames in CameraSource. by James Dong · 14 years ago
  36. be916aa Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications. by Eric Laurent · 14 years ago
  37. 2b8aba2 Add camera metering mode API. by Wu-cheng Li · 14 years ago
  38. c282e3e A debugging DataSource artifically limiting the available bandwidth. by Andreas Huber · 14 years ago
  39. ba0fab3 more clean-up in preparation of bigger changes by Mathias Agopian · 14 years ago
  40. aed27b0 Merge "Avoid copying for input recording frames in CameraSource" into kraken by James Dong · 14 years ago
  41. 7278cf3 Avoid copying for input recording frames in CameraSource by James Dong · 14 years ago
  42. 49deddd Merge "Add video frame parameter." into kraken by Wu-cheng Li · 14 years ago
  43. 0b0279e Add video frame parameter. by Wu-cheng Li · 14 years ago
  44. 1b52bd2 Better sniffing of MPEG4 content by checking for a compatible sub-brand. by Andreas Huber · 14 years ago
  45. 8a74f1b Merge "After failing to create an AudioTrack, only stop the source if we were the ones starting it." into kraken by Andreas Huber · 14 years ago
  46. a7414ea Remove the logic in CameraSource using CameraParameters class to find out the buffer size. by James Dong · 14 years ago
  47. 5b39604 Merge "Avoid repeatedly allocating and freeing memory in CameraSource" into kraken by James Dong · 14 years ago
  48. cbe48a0 Avoid repeatedly allocating and freeing memory in CameraSource by James Dong · 14 years ago
  49. 69ec58e After failing to create an AudioTrack, only stop the source if we were the ones starting it. by Andreas Huber · 14 years ago
  50. 5a4001d Convert a number of assertions into runtime errors (OggExtractor) by Andreas Huber · 14 years ago
  51. 1a9b892 Merge "Squashed commit of the following:" into kraken by Andreas Huber · 14 years ago
  52. 2941c27 Merge "Fix issue 2667797: [Audio Effect Framework] new base class and binder interfaces for effect control." into kraken by Eric Laurent · 14 years ago
  53. cfe92f7 Merge "fix [2712278] The preview buffer left some black borders in left and bottom edges" into kraken by Mathias Agopian · 14 years ago
  54. 3f6b0cd fix [2712278] The preview buffer left some black borders in left and bottom edges by Mathias Agopian · 14 years ago
  55. 6c3a699 Merge "Support for thumbnail extraction in the Matroska extractor." into kraken by Andreas Huber · 14 years ago
  56. 5279d1d Support for thumbnail extraction in the Matroska extractor. by Andreas Huber · 14 years ago
  57. 8b5a756 Merge "Fix the simulator build broken by commit 5fe37c6838de9fbd959ad19ba44aa3d00d1b4e6f" into kraken by Eric Laurent · 14 years ago
  58. 17217ab Fix the simulator build broken by commit 5fe37c6838de9fbd959ad19ba44aa3d00d1b4e6f by Eric Laurent · 14 years ago
  59. 4595be9 Support for ogg(vorbis) metadata in stagefright including album art. by Andreas Huber · 14 years ago
  60. d71a1be Fix issue 2667797: [Audio Effect Framework] new base class and binder interfaces for effect control. by Eric Laurent · 14 years ago
  61. 9bca89d Merge "Fix issue 2667796: [Audio Effect Framework] Effect factory and libraries." into kraken by Eric Laurent · 14 years ago
  62. fb6ae66 added the notion of fixed-size buffers by Mathias Agopian · 14 years ago
  63. 4d1265c Squashed commit of the following: by Andreas Huber · 14 years ago
  64. 68f929b fix a bug when reallocating a window's buffers is needed by Mathias Agopian · 14 years ago
  65. 1cb8fa1 Merge "Properly handle start code in H264/AVC encoder output" into kraken by James Dong · 14 years ago
  66. 3d8055a Interestingly, a call to fseek with a NULL file handle now blocks forever... by Andreas Huber · 14 years ago
  67. 6b19fac Improve GPS EXIF parameters comments. by Wu-cheng Li · 14 years ago
  68. 082a4d8 added native_window_set_buffer_count() by Mathias Agopian · 14 years ago
  69. 1f5be9e Merge "fix the threading issue for setBuffercount()" into kraken by Mathias Agopian · 14 years ago
  70. 26fe83e Merge "Support for media extraction from .mkv/.mka Matroska files in stagefright." into kraken by Andreas Huber · 14 years ago
  71. 135ad07 Fix issue 2667796: [Audio Effect Framework] Effect factory and libraries. by Eric Laurent · 14 years ago
  72. e136c3b Properly handle start code in H264/AVC encoder output by James Dong · 14 years ago
  73. dd9a3a7 fix the threading issue for setBuffercount() by Mathias Agopian · 14 years ago
  74. 64105f9 Make the -o option actually terminate. by Andreas Huber · 14 years ago
  75. c021386 Merge "Update software AVC decoder to no longer require the kWantsNALFragments hack." into kraken by Andreas Huber · 14 years ago
  76. 093437c Support for media extraction from .mkv/.mka Matroska files in stagefright. by Andreas Huber · 14 years ago
  77. 528b314 Update software AVC decoder to no longer require the kWantsNALFragments hack. by Andreas Huber · 14 years ago
  78. af991a9 Merge "Workaround for preview frame rate setting and encoder profile and level settings on passion 1. QCOM camera HAL does not honor the preview frame rate set request. see bug - 2701282 2. QCOM video encoder has lots of 0-length output buffers if the default level setting is changed. see bug - 2660974" into kraken by James Dong · 14 years ago
  79. 7405500 Workaround for preview frame rate setting and encoder profile and level settings on passion by James Dong · 14 years ago
  80. cf14f10 am 3c16154a: am 2723e092: Merge "Better handling of codec initialization failure in the player and thumbnail extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize." into froyo by Andreas Huber · 14 years ago
  81. 8fe7fa8 am 2723e092: Merge "Better handling of codec initialization failure in the player and thumbnail extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize." into froyo by Andreas Huber · 14 years ago
  82. 139a5d5 Better handling of codec initialization failure in the player and thumbnail extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize. by Andreas Huber · 14 years ago
  83. 956c553 Initial software encoder checkins by James Dong · 14 years ago
  84. e1f6105 fix some bugs in SharedBufferStack::resize by Mathias Agopian · 14 years ago
  85. d1b449a Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock. by Eric Laurent · 14 years ago
  86. ae77ffa Fix build error. by Wu-cheng Li · 14 years ago
  87. 09a2ab9 Add camera focus distances API. by Wu-cheng Li · 14 years ago
  88. ea10bc6 am a5cd816c: am eb9128f9: Fix sampleTable instantiation, this makes sure that the sample table refers to the custom datasource that caches the metadata to prevent needless seeking. by Andreas Huber · 14 years ago
  89. c0b42f2 am eb9128f9: Fix sampleTable instantiation, this makes sure that the sample table refers to the custom datasource that caches the metadata to prevent needless seeking. by Andreas Huber · 14 years ago
  90. 1edbcb2 Fix sampleTable instantiation, this makes sure that the sample table refers to the custom datasource that caches the metadata to prevent needless seeking. by Andreas Huber · 14 years ago
  91. a326071 Merge "Detect and handle premature termination of a recording session" into kraken by James Dong · 14 years ago
  92. 1999e8d Merge "Fix deadlock if the last reference of ICameraClient is removed in ICamera::connect()" into kraken by Chih-Chung Chang · 14 years ago
  93. f0ce2fb Detect and handle premature termination of a recording session by James Dong · 14 years ago
  94. 3c0131f Audio/video initial recording time synchronization by James Dong · 14 years ago
  95. d599cd4 Handle recording file size and/or duration limit by James Dong · 14 years ago
  96. 2e90514 am 1d628c5d: merge from open-source master by The Android Open Source Project · 14 years ago
  97. 4ac3585 merge from open-source master by The Android Open Source Project · 14 years ago
  98. 4947577 Merge "Accept media files by file extension in case insensitive manner." by Jean-Baptiste Queru · 14 years ago
  99. 45df6a2 AudioFlinger: rename variables to clarify reference to track channel count or channel mask by Eric Laurent · 14 years ago
  100. d06618e Fix deadlock if the last reference of ICameraClient is removed in by Chih-Chung Chang · 14 years ago