1. dfb1dd6 Avoid copying for input recording frames in CameraSource by James Dong · 14 years ago
  2. 1090a29 Merge "Avoid repeatedly allocating and freeing memory in CameraSource" into kraken by James Dong · 14 years ago
  3. aed15e7 Avoid repeatedly allocating and freeing memory in CameraSource by James Dong · 14 years ago
  4. c0f3438 Fix issue 2667797: [Audio Effect Framework] new base class and binder interfaces for effect control. by Eric Laurent · 14 years ago
  5. cf3fa85 Merge "Fix issue 2667796: [Audio Effect Framework] Effect factory and libraries." into kraken by Eric Laurent · 14 years ago
  6. 5fe37c6 Fix issue 2667796: [Audio Effect Framework] Effect factory and libraries. by Eric Laurent · 14 years ago
  7. 072f524 Support for media extraction from .mkv/.mka Matroska files in stagefright. by Andreas Huber · 14 years ago
  8. 17299ab Initial software encoder checkins by James Dong · 14 years ago
  9. eb8f850d Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock. by Eric Laurent · 14 years ago
  10. 68510e6 Detect and handle premature termination of a recording session by James Dong · 14 years ago
  11. 9db798d Audio/video initial recording time synchronization by James Dong · 14 years ago
  12. 1824486 Handle recording file size and/or duration limit by James Dong · 14 years ago
  13. e292b3b Remove dummy surface in CameraSource by James Dong · 14 years ago
  14. 11777d6f am b003ad17: am e0dc80f8: Merge "Support for customizable socket-read timeouts through the HTTP response." into froyo by Andreas Huber · 14 years ago
  15. e67c160 Support for customizable socket-read timeouts through the HTTP response. by Andreas Huber · 14 years ago
  16. b5e7423 Output streamable MP4 file during MP4 file recording by James Dong · 14 years ago
  17. 248597a am 17078510: am d13efb20: Merge "A new OggExtractor/VorbisDecoder combo to support approximate seeking." into froyo by Andreas Huber · 14 years ago
  18. 388379f A new OggExtractor/VorbisDecoder combo to support approximate seeking. by Andreas Huber · 14 years ago
  19. 8a1c093 am 71bd9fc8: am 100ef9be: Merge "Disable vorbis seek when streaming from localhost." into froyo by Andreas Huber · 14 years ago
  20. 62f7ffe Disable vorbis seek when streaming from localhost. by Andreas Huber · 14 years ago
  21. 3300e96 Support audio and video track interleaving in the recorded mp4 file by James Dong · 14 years ago
  22. ce0bd71 am 8ea45aad: am e083d0a2: Merge "Support for Ogg Vorbis decoding in stagefright." into froyo by Andreas Huber · 14 years ago
  23. eb5eef3 Support for Ogg Vorbis decoding in stagefright. by Andreas Huber · 14 years ago
  24. b00e246 Use timestamp from camera driver for CameraSource by James Dong · 14 years ago
  25. 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 · 14 years ago
  26. 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 · 14 years ago
  27. e2018ca Remove unnecessary lock from AMRWriter. by Andreas Huber · 14 years ago
  28. aba965f Refactor connection/redirection code, support redirects on reconnection. by Andreas Huber · 14 years ago
  29. 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 · 14 years ago
  30. a4357ad Coalesce multiple encoded AAC frames into a single input buffer on this particular OMX codec to increase throughput significantly. by Andreas Huber · 14 years ago
  31. e64d9a2 Public API changes for CameraProfile and CamcorderProfile classes by James Dong · 14 years ago
  32. 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 · 14 years ago
  33. 2a09c7e Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails. by Andreas Huber · 14 years ago
  34. e3452d3 Fix the media metadata retriever (tests). The native constants must match those published at the java layer. by Andreas Huber · 14 years ago
  35. 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 · 14 years ago
  36. 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 · 14 years ago
  37. 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 · 14 years ago
  38. 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 · 14 years ago
  39. 47d0a92 Issue 2071329: audio track is shorter than video track for video capture on sholes by Eric Laurent · 15 years ago
  40. b930036 Merge "Image encoding settings java API through xml configuration file" by James Dong · 15 years ago
  41. 9b433f0 Image encoding settings java API through xml configuration file by James Dong · 15 years ago
  42. 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
  43. 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
  44. fbb3885 New API on java's MediaPlayer to suspend/resume a session. by Andreas Huber · 15 years ago
  45. 8b799a3 Merge "Add support for "album artist" tag." by Marco Nelissen · 15 years ago
  46. c5d5ee3 Add support for "album artist" tag. by Marco Nelissen · 15 years ago
  47. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago
  48. 6ed937e Implementation of stagefright-enabled MediaPlayerService::decode functionality by Andreas Huber · 15 years ago
  49. 655306f Add support for the TPOS/TPA (disc number) id3 tag. by Marco Nelissen · 15 years ago
  50. e7038ac Camcorder profile Java API support by James Dong · 15 years ago
  51. 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
  52. b777bf3 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 · 15 years ago
  53. 8cc1b2a Properly advertise the content length of the HTTP stream if available. by Andreas Huber · 15 years ago
  54. 705300b 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 · 15 years ago
  55. c371194 Initial check-in for xml-based encoder capabilities retrieval by James Dong · 15 years ago
  56. e331c7b The TI MP3 decoder lies about the number of channels it outputs, add a quirk for that. by Andreas Huber · 15 years ago
  57. 62eac00 Properly forward errors returned by AudioTrack up to the player. by Andreas Huber · 15 years ago
  58. 433c9ac Support the specification of additional HTTP headers in the creation of a DataSource. by Andreas Huber · 15 years ago
  59. 2564300 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 · 15 years ago
  60. 46ce847 Fix http streaming for shoutcast servers that do not support http ranges. by Andreas Huber · 15 years ago
  61. 0ebff76 Merge "Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync" by Eric Laurent · 15 years ago
  62. 8258879 Merge "Better support for HTTP streaming media content, fixes to the way HTTPDataSource streams the data, prefetcher implementation." by Andreas Huber · 15 years ago
  63. 0986e79 Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync by Eric Laurent · 15 years ago
  64. b9e6383 Better support for HTTP streaming media content, fixes to the way HTTPDataSource streams the data, prefetcher implementation. by Andreas Huber · 15 years ago
  65. 996dddf Support for audio recording into AMR NB/WB files as well as audio tracks in MPEG4 files. by Andreas Huber · 15 years ago
  66. 473bd77 Merge "Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_CALL stream when STREAM_VOICE_CALL stream is active." by Eric Laurent · 15 years ago
  67. 07bf09d Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pure-audio recording in stagefright. by Andreas Huber · 15 years ago
  68. 23f25cd Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_CALL stream when STREAM_VOICE_CALL stream is active. by Eric Laurent · 15 years ago
  69. 52733b8 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 · 15 years ago
  70. c712b9f Fix no-copy-overhead OMXCodec implementation to actually work. by Andreas Huber · 15 years ago
  71. 61fa01d Merge "Support for 'iTunes-style' metadata in .mp4 and .3gp files." by Andreas Huber · 15 years ago
  72. 243bf50 Merge "Create base class for audio policy manager." by Eric Laurent · 15 years ago
  73. c2c9dd3 Support for 'iTunes-style' metadata in .mp4 and .3gp files. by Andreas Huber · 15 years ago
  74. cb6ffa2 Merge "Avoid unnecessary buffer copying if at all possible, detect if running in the mediaserver process." by Andreas Huber · 15 years ago
  75. f1fe064 Avoid unnecessary buffer copying if at all possible, detect if running in the mediaserver process. by Andreas Huber · 15 years ago
  76. 34bbc22 Media server death nodification by James Dong · 15 years ago
  77. 1cb02bf Support for determining the mime type of media via metadata extraction. by Andreas Huber · 15 years ago
  78. 3a3656c More metadata support. by Andreas Huber · 15 years ago
  79. cef3cd7 Create base class for audio policy manager. by Eric Laurent · 15 years ago
  80. aee3c63 Squashed commit of the following: by Andreas Huber · 15 years ago
  81. e4a8380 Reorganize some of the stagefright implementation related to metadata. by Andreas Huber · 15 years ago
  82. cf4fc62 am f31f365a: am eb5ffc23: Merge change Id8e98194 into eclair by Eric Laurent · 15 years ago
  83. f31f365 am eb5ffc23: Merge change Id8e98194 into eclair by Eric Laurent · 15 years ago
  84. eb14a78 Fix issues 2333450 and 2333559: by Eric Laurent · 15 years ago
  85. b5c6be6 am 082e5171: Merge change I895fb7d7 into eclair-mr2 by Andreas Huber · 15 years ago
  86. 2ea14e2 Squashed commit of the following: by Andreas Huber · 15 years ago
  87. d934479 am d980e656: Merge change Ic7e91eee into eclair-mr2 by Andreas Huber · 15 years ago
  88. c7e91ee Add a new API to support determining the roles of an OMX component specified by name. Remove unneeded OMXSoftwareCodecsPlugin. by Andreas Huber · 15 years ago
  89. 28fdcf9 am 08945576: Merge change I9ac0777e into eclair-mr2 by Andreas Huber · 15 years ago
  90. d49b526dd Initial checkin of software AMR NB encoder based on PV source code. by Andreas Huber · 15 years ago
  91. 899858a am 6608bd0d: am 86ed86d2: Merge change I0f73439a into eclair by Jean-Michel Trivi · 15 years ago
  92. 6608bd0 am 86ed86d2: Merge change I0f73439a into eclair by Jean-Michel Trivi · 15 years ago
  93. ed3e7ab am 86ed86d2: Merge change I0f73439a into eclair by Jean-Michel Trivi · 15 years ago
  94. 6154412 Partially fix bug 2111240 Detect docking / undocking event by reporting by Jean-Michel Trivi · 15 years ago
  95. f553a58 am 5921fb51: Merge change I91eb0354 into eclair-mr2 by Andreas Huber · 15 years ago
  96. 91eb035 Change OMXCodec::Create to return an sp<MediaSource> instead of an sp<OMXCodec>, this is more general and does not sacrifice any functionality as the remaining OMXCodec APIs are not meant to be public anyway. by Andreas Huber · 15 years ago
  97. 5d676ad am 52f410e2: Merge change Ifef6435a into eclair-mr2 by Andreas Huber · 15 years ago
  98. fef6435 Enable proper cleanup of OMX nodes managed through stagefright. by Andreas Huber · 15 years ago
  99. 9ee55cc am 2d6d609c: Merge change I74bf38a0 into eclair-mr2 by Andreas Huber · 15 years ago
  100. 874c508 am bfb9fb14: Refactor MediaScanner. Some steps on the way towards being able to build the tree without OpenCore. by Andreas Huber · 15 years ago