1. 929642e Add runtime dumpsys support for media recorder client by James Dong · 14 years ago
  2. fd84f97 Added JAVA classes to control bass boost, equalizer, reverberation and virtualizer Effects. by Eric Laurent · 14 years ago
  3. dacabf9 Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 14 years ago
  4. 81c929a Allow application to set two more encoding paramters: video profile and level by James Dong · 14 years ago
  5. df9b81c Added Visualizer effect. by Eric Laurent · 14 years ago
  6. 57576c1 ALooperRoster no longer holds strong references to handlers and loopers. by Andreas Huber · 14 years ago
  7. 9406f62 Merge "An AHandler can now find its associated ALooper." into gingerbread by Andreas Huber · 14 years ago
  8. 058319e An AHandler can now find its associated ALooper. by Andreas Huber · 14 years ago
  9. 2cfd819 Merge "Add an option to ALooper::start that allows it to call back into java or not." into gingerbread by Andreas Huber · 14 years ago
  10. 4f104d9 Add an option to ALooper::start that allows it to call back into java or not. by Andreas Huber · 14 years ago
  11. 5460d12 Merge "Added AMessage::debugString() for debugging purposes." into gingerbread by Andreas Huber · 14 years ago
  12. 03431d2 Added AMessage::debugString() for debugging purposes. by Andreas Huber · 14 years ago
  13. 45bac57 Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 14 years ago
  14. 09b9005 Add multiple camera support for in MediaProfiles. by Chih-Chung Chang · 14 years ago
  15. c543a21 Support for vanilla YUV420sp => RGB565 color conversion. by Andreas Huber · 14 years ago
  16. c0ab2a6 Added encoding parameters set up for H263 video encoder by James Dong · 14 years ago
  17. fe1bafe Separate MediaRecorderClient with MediaPlayerClient by James Dong · 14 years ago
  18. 09936ed Provide progress status report during authoring by James Dong · 14 years ago
  19. 8e103da Merge "Various fixes and improvements in audio effects implementation" into gingerbread by Eric Laurent · 14 years ago
  20. 53334cd Various fixes and improvements in audio effects implementation by Eric Laurent · 14 years ago
  21. 6feaa46 Enable passing parameters to the MediaWriter at runtime (at start() call). by James Dong · 14 years ago
  22. 57e7f83 Track maximum amplitude and fix getMaxAmplitude() by James Dong · 14 years ago
  23. a2549bb Merge "Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright." into gingerbread by Andreas Huber · 14 years ago
  24. 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 14 years ago
  25. 39a0b21 Fixed some meta data issues in the recorded mp4 file by James Dong · 14 years ago
  26. 2c2ce8e Merge "Added support for audio sessions in MediaPlayer and AudioTrack." into gingerbread by Eric Laurent · 14 years ago
  27. 3238302 Merge "media: add AudioRecord::getMinFrameCount()." into gingerbread by Chia-chi Yeh · 14 years ago
  28. 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 14 years ago
  29. 97d61f7 media: add AudioRecord::getMinFrameCount(). by Chia-chi Yeh · 14 years ago
  30. b54a9178 Single track optimization by James Dong · 14 years ago
  31. e5671bf Merge "Audio/video sync during recording (second part)" into gingerbread by James Dong · 14 years ago
  32. 36e573b Audio/video sync during recording (second part) by James Dong · 14 years ago
  33. bd240c2 media: add AudioTrack::getMinFrameCount(). by Chia-chi Yeh · 14 years ago
  34. 01f7ac6 Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI." into kraken by Eric Laurent · 14 years ago
  35. 08c7473 Initial checkin for pause and resume control by James Dong · 14 years ago
  36. 948235c Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI. by Eric Laurent · 14 years ago
  37. 4d61f60 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
  38. c81d2c1 Merge "Initial check-in of new caching/prefetching data source implementation." into kraken by Andreas Huber · 14 years ago
  39. 1f24b30 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
  40. b206319 Initial check-in of new caching/prefetching data source implementation. by Andreas Huber · 14 years ago
  41. 1244eab Remove some hard-coded encoding parameters by James Dong · 14 years ago
  42. dae9fd3 Initial check-in for collecting stats from authoring engine at runtime by James Dong · 14 years ago
  43. 4f501f0 Second part of speeding up video recording frame rate by James Dong · 14 years ago
  44. a557b24 Initial checkin of mpeg2 transport stream parser for stagefright. by Andreas Huber · 14 years ago
  45. 455d410 Merge "Initial checkin of "foundation" library for future stagefright development." into kraken by Andreas Huber · 14 years ago
  46. 7d2f703 Initial checkin of "foundation" library for future stagefright development. by Andreas Huber · 14 years ago
  47. 7a68d36 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
  48. c2f328d Remove hard-coded pixel format for recording frames in CameraSource. by James Dong · 14 years ago
  49. 65b6545 Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications. by Eric Laurent · 14 years ago
  50. dfb1dd6 Avoid copying for input recording frames in CameraSource by James Dong · 14 years ago
  51. 1090a29 Merge "Avoid repeatedly allocating and freeing memory in CameraSource" into kraken by James Dong · 14 years ago
  52. aed15e7 Avoid repeatedly allocating and freeing memory in CameraSource by James Dong · 14 years ago
  53. c0f3438 Fix issue 2667797: [Audio Effect Framework] new base class and binder interfaces for effect control. by Eric Laurent · 14 years ago
  54. cf3fa85 Merge "Fix issue 2667796: [Audio Effect Framework] Effect factory and libraries." into kraken by Eric Laurent · 14 years ago
  55. 5fe37c6 Fix issue 2667796: [Audio Effect Framework] Effect factory and libraries. by Eric Laurent · 14 years ago
  56. 072f524 Support for media extraction from .mkv/.mka Matroska files in stagefright. by Andreas Huber · 14 years ago
  57. 17299ab Initial software encoder checkins by James Dong · 14 years ago
  58. eb8f850d Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock. by Eric Laurent · 14 years ago
  59. 68510e6 Detect and handle premature termination of a recording session by James Dong · 14 years ago
  60. 9db798d Audio/video initial recording time synchronization by James Dong · 14 years ago
  61. 1824486 Handle recording file size and/or duration limit by James Dong · 14 years ago
  62. e292b3b Remove dummy surface in CameraSource by James Dong · 14 years ago
  63. 11777d6f am b003ad17: am e0dc80f8: Merge "Support for customizable socket-read timeouts through the HTTP response." into froyo by Andreas Huber · 14 years ago
  64. e67c160 Support for customizable socket-read timeouts through the HTTP response. by Andreas Huber · 14 years ago
  65. b5e7423 Output streamable MP4 file during MP4 file recording by James Dong · 14 years ago
  66. 248597a am 17078510: am d13efb20: Merge "A new OggExtractor/VorbisDecoder combo to support approximate seeking." into froyo by Andreas Huber · 14 years ago
  67. 388379f A new OggExtractor/VorbisDecoder combo to support approximate seeking. by Andreas Huber · 14 years ago
  68. 8a1c093 am 71bd9fc8: am 100ef9be: Merge "Disable vorbis seek when streaming from localhost." into froyo by Andreas Huber · 14 years ago
  69. 62f7ffe Disable vorbis seek when streaming from localhost. by Andreas Huber · 14 years ago
  70. 3300e96 Support audio and video track interleaving in the recorded mp4 file by James Dong · 15 years ago
  71. ce0bd71 am 8ea45aad: am e083d0a2: Merge "Support for Ogg Vorbis decoding in stagefright." into froyo by Andreas Huber · 14 years ago
  72. eb5eef3 Support for Ogg Vorbis decoding in stagefright. by Andreas Huber · 14 years ago
  73. b00e246 Use timestamp from camera driver for CameraSource by James Dong · 14 years ago
  74. 7853c89 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 · 15 years ago
  75. d0332ad 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 · 15 years ago
  76. e2018ca Remove unnecessary lock from AMRWriter. by Andreas Huber · 15 years ago
  77. aba965f Refactor connection/redirection code, support redirects on reconnection. by Andreas Huber · 15 years ago
  78. a51250b Increase the size of the pages used in CachingDataSource (total amount of memory used remains the same) to compensate for reduced locality of audio/video data requests. Also fixes a mistaken trailing "\r\n" in the range header and better error handling on http connection. by Andreas Huber · 15 years ago
  79. a4357ad Coalesce multiple encoded AAC frames into a single input buffer on this particular OMX codec to increase throughput significantly. by Andreas Huber · 15 years ago
  80. e64d9a2 Public API changes for CameraProfile and CamcorderProfile classes by James Dong · 15 years ago
  81. 8783429 While streaming media data, upon a socket-read error, try reconnecting to the server and attempt to re-read for at most 3 times. by Andreas Huber · 15 years ago
  82. 2a09c7e Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails. by Andreas Huber · 15 years ago
  83. e3452d3 Fix the media metadata retriever (tests). The native constants must match those published at the java layer. by Andreas Huber · 15 years ago
  84. edbb4d8 HTTPStream and HTTPDataSource now support cancellation of the connection process, AwesomePlayer takes advantage of this in cases where ::reset() or ::suspend() is called while in the preparation phase to bail out early. Also fixes in issue where the audio codec was not properly stopped if no audio player object ever took ownership. by Andreas Huber · 15 years ago
  85. fb1eb6f Reduce buffer sizes related to HTTP media data transfer in order to reduce the probability of a connection timeout/reset due to long periods of time between socket activity. by Andreas Huber · 15 years ago
  86. 1ce9867 Instead of instantiating StagefrightMetadataRetriever directly, instantiate a MediaMetadataRetriever which will do-the-right-thing(tm) even for .wma/.wmv/.asf files. by Andreas Huber · 15 years ago
  87. dc9927d The audio track was accidentally not participating in the prefetch since it wasn't started at the time prepare() was called. Also, properly report the cached duration even near the end when the source has no more data to fetch. by Andreas Huber · 15 years ago
  88. 47d0a92 Issue 2071329: audio track is shorter than video track for video capture on sholes by Eric Laurent · 15 years ago
  89. b930036 Merge "Image encoding settings java API through xml configuration file" by James Dong · 15 years ago
  90. 9b433f0 Image encoding settings java API through xml configuration file by James Dong · 15 years ago
  91. d7d22eb Propagate errors all the way through the MediaSources and send either MEDIA_PLAYBACK_COMPLETE or MEDIA_ERROR depending on the final reason for running out of buffers to play back. by Andreas Huber · 15 years ago
  92. b8de957 This hardware video decoder lies about its required input buffer sizes allocating 2.7 MB of memory instead of the required 176 KB... Added another quirk. by Andreas Huber · 15 years ago
  93. fbb3885 New API on java's MediaPlayer to suspend/resume a session. by Andreas Huber · 15 years ago
  94. 8b799a3 Merge "Add support for "album artist" tag." by Marco Nelissen · 15 years ago
  95. c5d5ee3 Add support for "album artist" tag. by Marco Nelissen · 15 years ago
  96. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago
  97. 6ed937e Implementation of stagefright-enabled MediaPlayerService::decode functionality by Andreas Huber · 15 years ago
  98. 655306f Add support for the TPOS/TPA (disc number) id3 tag. by Marco Nelissen · 15 years ago
  99. e7038ac Camcorder profile Java API support by James Dong · 15 years ago
  100. 70d10c0 Fix a deadlock caused by the AudioPlayer notifying the observer that the stream had ended at the same time the observer was shutting down the AudioPlayer. by Andreas Huber · 15 years ago