1. fc0d81c am f6bdc764: am 9d8bea11: Merge "Initial checkin for software AVC encoder" into gingerbread by James Dong · 14 years ago
  2. 1cc31e6 Initial checkin for software AVC encoder by James Dong · 14 years ago
  3. 5fe0ae8 am 4f440632: am 929642ee: Add runtime dumpsys support for media recorder client by James Dong · 14 years ago
  4. 929642e Add runtime dumpsys support for media recorder client by James Dong · 14 years ago
  5. 9844954 am b91881fd: am dacabf97: Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 14 years ago
  6. dacabf9 Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 14 years ago
  7. 0920b1c am b3598832: am c4243342: Merge "Allow application to set two more encoding paramters: video profile and level" into gingerbread by James Dong · 14 years ago
  8. 81c929a Allow application to set two more encoding paramters: video profile and level by James Dong · 14 years ago
  9. df9b81c Added Visualizer effect. by Eric Laurent · 14 years ago
  10. d26920a Adding timelapse capture from videocamera. by Nipun Kwatra · 14 years ago
  11. 7b06de6 Refactor Stagefright::StartMPEG4Recording() by James Dong · 14 years ago
  12. c0ab2a6 Added encoding parameters set up for H263 video encoder by James Dong · 14 years ago
  13. fe1bafe Separate MediaRecorderClient with MediaPlayerClient by James Dong · 14 years ago
  14. 09936ed Provide progress status report during authoring by James Dong · 14 years ago
  15. 6feaa46 Enable passing parameters to the MediaWriter at runtime (at start() call). by James Dong · 14 years ago
  16. 57e7f83 Track maximum amplitude and fix getMaxAmplitude() by James Dong · 14 years ago
  17. 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 14 years ago
  18. 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 14 years ago
  19. 42a18c0 Check and clip some video encoding parameters against media profiles before passing them to video encoder by James Dong · 14 years ago
  20. d77d2a9 Remove hard-coded number of audio channels in AudioSource by James Dong · 14 years ago
  21. 08c7473 Initial checkin for pause and resume control by James Dong · 14 years ago
  22. 71d714c Remove the lock/unlock workaround from CameraService by James Dong · 14 years ago
  23. 1244eab Remove some hard-coded encoding parameters by James Dong · 14 years ago
  24. 7a747b8 Initial checkin of preliminary rtsp support for stagefright. by Andreas Huber · 14 years ago
  25. c616172 Properly handle start code in H264/AVC encoder output by James Dong · 14 years ago
  26. ec9e76f Workaround for preview frame rate setting and encoder profile and level settings on passion by James Dong · 14 years ago
  27. 68510e6 Detect and handle premature termination of a recording session by James Dong · 14 years ago
  28. 1824486 Handle recording file size and/or duration limit by James Dong · 14 years ago
  29. 21a534d am 1d628c5d: merge from open-source master by The Android Open Source Project · 14 years ago
  30. 1d628c5 merge from open-source master by The Android Open Source Project · 14 years ago
  31. e292b3b Remove dummy surface in CameraSource by James Dong · 14 years ago
  32. 2cd841d Added initial validation on video/audio encoding parameters before/at start() by James Dong · 14 years ago
  33. 8a1c093 am 71bd9fc8: am 100ef9be: Merge "Disable vorbis seek when streaming from localhost." into froyo by Andreas Huber · 14 years ago
  34. 62f7ffe Disable vorbis seek when streaming from localhost. by Andreas Huber · 14 years ago
  35. 3300e96 Support audio and video track interleaving in the recorded mp4 file by James Dong · 14 years ago
  36. 8d30b2d Merge "Support AAC recording" into kraken by James Dong · 14 years ago
  37. ce0bd71 am 8ea45aad: am e083d0a2: Merge "Support for Ogg Vorbis decoding in stagefright." into froyo by Andreas Huber · 14 years ago
  38. eb5eef3 Support for Ogg Vorbis decoding in stagefright. by Andreas Huber · 14 years ago
  39. abed93a Support AAC recording by James Dong · 14 years ago
  40. b00e246 Use timestamp from camera driver for CameraSource by James Dong · 14 years ago
  41. fff02af am 6852b198: am d3d445b1: Merge "Use PV_PLAYER to handle RTSP streaming" into froyo by James Dong · 14 years ago
  42. 42d6657 Use PV_PLAYER to handle RTSP streaming by James Dong · 14 years ago
  43. ab88ea9 Remove legacy NO_OPENCORE code bypass from MediaPlayerService. by Andreas Huber · 14 years ago
  44. ebcc51d Accept media files by file extension in case insensitive manner. by Atsushi Eno · 14 years ago
  45. 6c26fe4 Fix build. I screwed up a merge. by Dave Sparks · 14 years ago
  46. 16433e2 Add locking to signal in AudioCache::notify(). Bug 2317844. by Dave Sparks · 14 years ago
  47. 3d23a61 Add some space and total memory amount to the memory dump from the media server process. by James Dong · 14 years ago
  48. 406a18b Implement legacy behaviour for MediaPlayer's behaviour of starting from the start of the media on a start() call instead of resuming at the current position, if previously reached the end of the stream. Also properly report number of frames played to audio flinger. Finally, delay spawing the queue thread until actually used. by Andreas Huber · 14 years ago
  49. 190dd57 Merge "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)" by Gloria Wang · 14 years ago
  50. 8d00b53 Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression) by Gloria Wang · 14 years ago
  51. fbb3885 New API on java's MediaPlayer to suspend/resume a session. by Andreas Huber · 14 years ago
  52. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago
  53. 259b7c1 Fixing AMR recording code. by Andreas Huber · 15 years ago
  54. 6ed937e Implementation of stagefright-enabled MediaPlayerService::decode functionality by Andreas Huber · 15 years ago
  55. ba53068 Merge "Properly implement asynchronous preparation of media playback." by Andreas Huber · 15 years ago
  56. 6be780e Properly implement asynchronous preparation of media playback. by Andreas Huber · 15 years ago
  57. 2c51014 Use Tremor for sim-eng, and Tremolo for other targets. by Gloria Wang · 15 years ago
  58. 9682728 Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)" by Gloria Wang · 15 years ago
  59. 2f46c06 Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression) by Gloria Wang · 15 years ago
  60. 1875b7e Don't use MemoryDealer in MetadataRetrieverClient as it's not necessary. by Mathias Agopian · 15 years ago
  61. 6faf789 Simplify the MemoryDealer implementation by Mathias Agopian · 15 years ago
  62. 433c9ac Support the specification of additional HTTP headers in the creation of a DataSource. by Andreas Huber · 15 years ago
  63. 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
  64. 0986e79 Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync by Eric Laurent · 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. 2cb5c9c Special-case .wmv and .wma metadata retrieval and playback to use PV if available. by Andreas Huber · 15 years ago
  67. e274db1 b/2353646 by Marco Nelissen · 15 years ago
  68. e4a8380 Reorganize some of the stagefright implementation related to metadata. by Andreas Huber · 15 years ago
  69. 67aee05 Use stagefright for http streaming if the right property is set. by Andreas Huber · 15 years ago
  70. 7782fdf Make metadata support through stagefright property dependent until it's ready. by Andreas Huber · 15 years ago
  71. 6a3a018 Disable HTTP playback and metadata support in stagefright, use PV instead. by Andreas Huber · 15 years ago
  72. 1314e73 AwesomePlayer now renders either remote (IOMXRenderer) or locally depending on what kind of decoder was instantiated. Split off color conversion code into its own shared library. by Andreas Huber · 15 years ago
  73. 9472b35 am 14f89404: Fix media player decode function. Bug 2317821. by Dave Sparks · 15 years ago
  74. 14f8940 Fix media player decode function. Bug 2317821. by Dave Sparks · 15 years ago
  75. bfb9fb1 Refactor MediaScanner. Some steps on the way towards being able to build the tree without OpenCore. by Andreas Huber · 15 years ago
  76. b904c2a Remove old hack A/V sync hack that is no longer needed. by Dave Sparks · 15 years ago
  77. ebcb7c3 am 8424ec32: Merge change I0f9a53d4 into eclair by Dave Sparks · 15 years ago
  78. 0f9a53d Set metadata retriever thread group to the caller's group. by Dave Sparks · 15 years ago
  79. 27366fc Squashed commit of the following: by Andreas Huber · 15 years ago
  80. ea6a38c Squashed commit of the following: by Andreas Huber · 15 years ago
  81. d533ca6 am cfe45c77: Merge change I96c4d4b3 into eclair by Andreas Huber · 15 years ago
  82. da440f1 Fix for random audio output failures, properly dup() the file descriptor in IMediaPlayer::setDataSource to assume ownership as the caller will otherwise close it. by Andreas Huber · 15 years ago
  83. dcaa220 DO NOT MERGE: Squashed commit of the following: by Andreas Huber · 15 years ago
  84. 1166ff7 am 1d9246e8: Merge change Id095e180 into eclair by Marco Nelissen · 15 years ago
  85. 758613d Make sure the visualization stops immediately when sound stops, instead of continuing for a fraction of a second. by Marco Nelissen · 15 years ago
  86. 9cf9628 am 3a814141: Merge change Iee0486e2 into eclair by Gloria Wang · 15 years ago
  87. 608a263 Dump media recorder PID in dumpsys media.player, and fix minor bugs. by Gloria Wang · 15 years ago
  88. 9d73409 Merge change Ic5e3d73f into eclair-mr2 by Android (Google) Code Review · 15 years ago
  89. c5e3d73 LOG_ASSERT needs a message. by Patrick Scott · 15 years ago
  90. 5a7691f am e8543418: Merge change I7c0d20a7 into eclair by Dave Sparks · 15 years ago
  91. 2712346 Use a simple replacement for String8 that allocates its storage beforehand to avoid reentering the heap while we're examining it (leak checker). by Andreas Huber · 15 years ago
  92. 7c0d20a Run the metadataretriever at background priority. Bug 2187133. by Dave Sparks · 15 years ago
  93. 9a12baf New API to instantiate a MediaExtractor given a URI and optional MIME type. by Andreas Huber · 15 years ago
  94. ad28543 Make stagefright a little less verbose. Fix heap corruption for real. by Andreas Huber · 15 years ago
  95. e13526a Prefer software decoders over hardware for thumbnail extraction. by Andreas Huber · 15 years ago
  96. e981c33 Extract video thumbnails from the largest sync sample among the first 20. by Andreas Huber · 15 years ago
  97. f68c168 Some cleanup of OMXCodec code, make sure to ignore 0-length output buffers in the metadata retriever. by Andreas Huber · 15 years ago
  98. 784202e Reimplement the OMX backend for stagefright. by Andreas Huber · 15 years ago
  99. cfd5557 OMXCodec now notifies the reader of changes in the output format by returning a special result/error code. by Andreas Huber · 15 years ago
  100. 53a76bd Split the ColorConverter off SoftwareRenderer, metadata support in stagefright. by Andreas Huber · 15 years ago