1. d71a1be Fix issue 2667797: [Audio Effect Framework] new base class and binder interfaces for effect control. by Eric Laurent · 16 years ago
  2. 9bca89d Merge "Fix issue 2667796: [Audio Effect Framework] Effect factory and libraries." into kraken by Eric Laurent · 16 years ago
  3. fb6ae66 added the notion of fixed-size buffers by Mathias Agopian · 16 years ago
  4. 68f929b fix a bug when reallocating a window's buffers is needed by Mathias Agopian · 16 years ago
  5. 6b19fac Improve GPS EXIF parameters comments. by Wu-cheng Li · 16 years ago
  6. 082a4d8 added native_window_set_buffer_count() by Mathias Agopian · 16 years ago
  7. 1f5be9e Merge "fix the threading issue for setBuffercount()" into kraken by Mathias Agopian · 16 years ago
  8. 135ad07 Fix issue 2667796: [Audio Effect Framework] Effect factory and libraries. by Eric Laurent · 16 years ago
  9. dd9a3a7 fix the threading issue for setBuffercount() by Mathias Agopian · 16 years ago
  10. 093437c Support for media extraction from .mkv/.mka Matroska files in stagefright. by Andreas Huber · 16 years ago
  11. 956c553 Initial software encoder checkins by James Dong · 16 years ago
  12. e1f6105 fix some bugs in SharedBufferStack::resize by Mathias Agopian · 16 years ago
  13. d1b449a Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock. by Eric Laurent · 16 years ago
  14. ae77ffa Fix build error. by Wu-cheng Li · 16 years ago
  15. 09a2ab9 Add camera focus distances API. by Wu-cheng Li · 16 years ago
  16. f0ce2fb Detect and handle premature termination of a recording session by James Dong · 16 years ago
  17. 3c0131f Audio/video initial recording time synchronization by James Dong · 16 years ago
  18. d599cd4 Handle recording file size and/or duration limit by James Dong · 16 years ago
  19. 45df6a2 AudioFlinger: rename variables to clarify reference to track channel count or channel mask by Eric Laurent · 16 years ago
  20. 65ae665 Remove dummy surface in CameraSource by James Dong · 16 years ago
  21. 5cc61b1 SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 16 years ago
  22. 8229dab am b003ad17: am e0dc80f8: Merge "Support for customizable socket-read timeouts through the HTTP response." into froyo by Andreas Huber · 16 years ago
  23. 83e5a90 am d8c33747: am 78624e41: Add remove method in CameraParameters class. by Wu-cheng Li · 16 years ago
  24. ba7c357 Support for customizable socket-read timeouts through the HTTP response. by Andreas Huber · 16 years ago
  25. 7837c17 Output streamable MP4 file during MP4 file recording by James Dong · 16 years ago
  26. adbda96 Add remove method in CameraParameters class. by Wu-cheng Li · 16 years ago
  27. b59c954 Merge "Add continuous focus mode constant." into kraken by Wu-cheng Li · 16 years ago
  28. b1ccb62 am 17078510: am d13efb20: Merge "A new OggExtractor/VorbisDecoder combo to support approximate seeking." into froyo by Andreas Huber · 16 years ago
  29. 4bf7ace Add continuous focus mode constant. by Wu-cheng Li · 16 years ago
  30. 35a055b Support multiple cameras in framework. by Chih-Chung Chang · 16 years ago
  31. ee7ff20 A new OggExtractor/VorbisDecoder combo to support approximate seeking. by Andreas Huber · 16 years ago
  32. d8a3034 am 71bd9fc8: am 100ef9be: Merge "Disable vorbis seek when streaming from localhost." into froyo by Andreas Huber · 16 years ago
  33. acdd9d0 Disable vorbis seek when streaming from localhost. by Andreas Huber · 16 years ago
  34. 13aec89 Support audio and video track interleaving in the recorded mp4 file by James Dong · 16 years ago
  35. 3830a4f am 8ea45aad: am e083d0a2: Merge "Support for Ogg Vorbis decoding in stagefright." into froyo by Andreas Huber · 16 years ago
  36. 3cf4e43 Support for Ogg Vorbis decoding in stagefright. by Andreas Huber · 16 years ago
  37. 86f69c1 Add support for enqueuing buffers in arbitrary order by Mathias Agopian · 16 years ago
  38. 41623bf cleanup. waitForCondition() now uses polymorphsim instead of templtes by Mathias Agopian · 16 years ago
  39. 43d8a28 fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly. by Mathias Agopian · 16 years ago
  40. c32cd79 Use timestamp from camera driver for CameraSource by James Dong · 16 years ago
  41. e9e4d54 added setCrop() to android_native_window_t by Mathias Agopian · 16 years ago
  42. cdaaf32 add support for up to 16 buffers per surface by Mathias Agopian · 16 years ago
  43. 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
  44. 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
  45. a418a93 Merge "Remove unnecessary lock from AMRWriter." into kraken by Andreas Huber · 16 years ago
  46. 465d5a7 Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF. by Wu-cheng Li · 16 years ago
  47. ebe87f3 Remove unnecessary lock from AMRWriter. by Andreas Huber · 16 years ago
  48. 1ab1e4e Refactor connection/redirection code, support redirects on reconnection. by Andreas Huber · 16 years ago
  49. d8c7685 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 · 16 years ago
  50. 7f498b9 Coalesce multiple encoded AAC frames into a single input buffer on this particular OMX codec to increase throughput significantly. by Andreas Huber · 16 years ago
  51. 0b42f25 Public API changes for CameraProfile and CamcorderProfile classes by James Dong · 16 years ago
  52. 0887d17 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 · 16 years ago
  53. 2a3847e Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails. by Andreas Huber · 16 years ago
  54. 93e1fb9 Fix the media metadata retriever (tests). The native constants must match those published at the java layer. by Andreas Huber · 17 years ago
  55. e94bd14 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 · 17 years ago
  56. 79b19b3 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 · 17 years ago
  57. 2e39c1c Instead of instantiating StagefrightMetadataRetriever directly, instantiate a MediaMetadataRetriever which will do-the-right-thing(tm) even for .wma/.wmv/.asf files. by Andreas Huber · 17 years ago
  58. d81f873 Merge "Add camera parameter string constant for "true"." by Wu-cheng Li · 17 years ago
  59. e7e3b78 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 · 17 years ago
  60. d8d888e Add camera parameter string constant for "true". by Wu-cheng Li · 17 years ago
  61. c0170bc Add location provider name to gps-processing-method in EXIF header. by Ray Chen · 17 years ago
  62. 05bca2f Issue 2071329: audio track is shorter than video track for video capture on sholes by Eric Laurent · 17 years ago
  63. 949c503 Unhide zoom API. by Wu-cheng Li · 17 years ago
  64. 4f1bff9 Unhide exposure compensation API. by Wu-cheng Li · 17 years ago
  65. dedec73 Merge "Image encoding settings java API through xml configuration file" by James Dong · 17 years ago
  66. f5a8385 Image encoding settings java API through xml configuration file by James Dong · 17 years ago
  67. 5295c0c 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 · 17 years ago
  68. 86559de 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 · 17 years ago
  69. 4e92c7e New API on java's MediaPlayer to suspend/resume a session. by Andreas Huber · 17 years ago
  70. 328901b Merge "Add support for "album artist" tag." by Marco Nelissen · 17 years ago
  71. 66ac4df Add support for "album artist" tag. by Marco Nelissen · 17 years ago
  72. 3cf6135 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 17 years ago
  73. 7d5b8a7 Implementation of stagefright-enabled MediaPlayerService::decode functionality by Andreas Huber · 17 years ago
  74. 6c8a9a4 Add support for the TPOS/TPA (disc number) id3 tag. by Marco Nelissen · 17 years ago
  75. 13896b9 Camcorder profile Java API support by James Dong · 17 years ago
  76. 1862a33 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 · 17 years ago
  77. 2eeabb1 fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug) by Mathias Agopian · 17 years ago
  78. 7b7a83a Merge "implement [2396050] Add ETC1 texture support to AGL" by Mathias Agopian · 17 years ago
  79. 1c38c27 implement [2396050] Add ETC1 texture support to AGL by Mathias Agopian · 17 years ago
  80. de6bec4 Don't use a HEAD request to determine redirects, instead do a regular GET (since that's always supported), also limit the number of redirects to avoid infinite redirects. Finally, properly handle the end of stream. by Andreas Huber · 17 years ago
  81. 4cf04b1 Properly advertise the content length of the HTTP stream if available. by Andreas Huber · 17 years ago
  82. a62aad3 Merge "Initial check-in for xml-based encoder capabilities retrieval - Changed the Java API as suggested - Treat /etc/media_profiles.xml as the default xml configurtion file" by James Dong · 17 years ago
  83. 1d7491b Initial check-in for xml-based encoder capabilities retrieval by James Dong · 17 years ago
  84. 78d529e The TI MP3 decoder lies about the number of channels it outputs, add a quirk for that. by Andreas Huber · 17 years ago
  85. 88c030e Properly forward errors returned by AudioTrack up to the player. by Andreas Huber · 17 years ago
  86. 5561ccf Support the specification of additional HTTP headers in the creation of a DataSource. by Andreas Huber · 17 years ago
  87. 2db8455 API Extension: Support for optionally specifying a map of extra request headers when specifying the uri of media data to be played. by Andreas Huber · 17 years ago
  88. 8566a63 Fix http streaming for shoutcast servers that do not support http ranges. by Andreas Huber · 17 years ago
  89. dd26833 Merge "Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync" by Eric Laurent · 17 years ago
  90. e9f8c54 Merge "Better support for HTTP streaming media content, fixes to the way HTTPDataSource streams the data, prefetcher implementation." by Andreas Huber · 17 years ago
  91. 342e9cf Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync by Eric Laurent · 17 years ago
  92. 66b0a35 Better support for HTTP streaming media content, fixes to the way HTTPDataSource streams the data, prefetcher implementation. by Andreas Huber · 17 years ago
  93. 2dce41a Support for audio recording into AMR NB/WB files as well as audio tracks in MPEG4 files. by Andreas Huber · 17 years ago
  94. e7dc360 Merge "Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_CALL stream when STREAM_VOICE_CALL stream is active." by Eric Laurent · 17 years ago
  95. e7c9cb4 Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pure-audio recording in stagefright. by Andreas Huber · 17 years ago
  96. b72a396 Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_CALL stream when STREAM_VOICE_CALL stream is active. by Eric Laurent · 17 years ago
  97. 213addf The qcom OMX video decoders do not allocate output buffer memory at the time OMX_AllocateBuffer is called, wait until we received the first FILL_BUFFER_DONE notification until we rely on the buffer data ptr. by Andreas Huber · 17 years ago
  98. 570a3cb Fix no-copy-overhead OMXCodec implementation to actually work. by Andreas Huber · 17 years ago
  99. dcd7303 Merge "Support for 'iTunes-style' metadata in .mp4 and .3gp files." by Andreas Huber · 17 years ago
  100. 0cdfa68 Merge "Create base class for audio policy manager." by Eric Laurent · 17 years ago