1. 59f566c Initial check-in for software m4v_h263 encoder by James Dong · 14 years ago
  2. e957045 Merge "Support user-supplied timescales for authoring" into gingerbread by James Dong · 14 years ago
  3. 5462fc9 added BinderService<> template to help creating native binder services by Mathias Agopian · 14 years ago
  4. 65ab471 move native services under services/ by Mathias Agopian · 14 years ago
  5. 8f5f2fc Support user-supplied timescales for authoring by James Dong · 14 years ago
  6. 98fe12a Use the OpenSL ES definition of SL_IID_EQUALIZER for the EQ by Jean-Michel Trivi · 14 years ago
  7. d54329e Fix simulator build - missing header file <string.h> - need to define -D__arm__ by James Dong · 14 years ago
  8. 4d6ab0c Merge "Modifications in audio effect engine state management." into gingerbread by Eric Laurent · 14 years ago
  9. e44b1ef Modifications in audio effect engine state management. by Eric Laurent · 14 years ago
  10. 29a8445 Initial checkin for software AVC encoder by James Dong · 14 years ago
  11. a480a6f Merge "Fix swap of sessionId and output in audio effect API." into gingerbread by Jean-Michel Trivi · 14 years ago
  12. 42a050f Fix swap of sessionId and output in audio effect API. by Jean-Michel Trivi · 14 years ago
  13. fe02bea Enable the support for decoding audio with AAC+ and eAAC+ features by James Dong · 14 years ago
  14. b914122 Add runtime dumpsys support for media recorder client by James Dong · 14 years ago
  15. cb28102 Added JAVA classes to control bass boost, equalizer, reverberation and virtualizer Effects. by Eric Laurent · 14 years ago
  16. 6c5c25f Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 14 years ago
  17. 8cafde1 Merge "Allow application to set two more encoding paramters: video profile and level" into gingerbread by James Dong · 14 years ago
  18. 5d2de4d Only send the playback complete notification if a) an error occurred on any track or b) all tracks have finished playing. The previous behaviour was to send the notification as soon as the first track finished playing. by Andreas Huber · 14 years ago
  19. 145bfe5 Allow application to set two more encoding paramters: video profile and level by James Dong · 14 years ago
  20. da7581b Added Visualizer effect. by Eric Laurent · 14 years ago
  21. 91952e5 Merge "ALooperRoster no longer holds strong references to handlers and loopers." into gingerbread by Andreas Huber · 14 years ago
  22. 11cc270 ALooperRoster no longer holds strong references to handlers and loopers. by Andreas Huber · 14 years ago
  23. f012818 Make sure the OMX callback thread is properly shutdown after the node goes away. by Andreas Huber · 14 years ago
  24. 3ecb233 Merge "An AHandler can now find its associated ALooper." into gingerbread by Andreas Huber · 14 years ago
  25. e2b2098 An AHandler can now find its associated ALooper. by Andreas Huber · 14 years ago
  26. 34bbea8 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
  27. 42d7f83 Add an option to ALooper::start that allows it to call back into java or not. by Andreas Huber · 14 years ago
  28. cbb56d1 Merge "Added AMessage::debugString() for debugging purposes." into gingerbread by Andreas Huber · 14 years ago
  29. bbc2b82 Added AMessage::debugString() for debugging purposes. by Andreas Huber · 14 years ago
  30. 65e7dee Merge "Refactor Stagefright::StartMPEG4Recording()" into gingerbread by James Dong · 14 years ago
  31. 934da11 Refactor Stagefright::StartMPEG4Recording() by James Dong · 14 years ago
  32. 19c9a1e Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 14 years ago
  33. 3eaa4e9 Add multiple camera support for in MediaProfiles. by Chih-Chung Chang · 14 years ago
  34. 1c8ed2e Support for vanilla YUV420sp => RGB565 color conversion. by Andreas Huber · 14 years ago
  35. d329e21 Added encoding parameters set up for H263 video encoder by James Dong · 14 years ago
  36. e1e7b76 set up fast-forward from froyo-release to gingerbread by The Android Open Source Project · 14 years ago
  37. ae1f003 Add qcom's new OMX components to the list. by Andreas Huber · 14 years ago
  38. 215381e Collect statistical data from authoring engine (second part) by James Dong · 14 years ago
  39. 37047fc Separate MediaRecorderClient with MediaPlayerClient by James Dong · 14 years ago
  40. 93d6b10 Provide progress status report during authoring by James Dong · 14 years ago
  41. 658bd25 Merge "Various fixes and improvements in audio effects implementation" into gingerbread by Eric Laurent · 14 years ago
  42. ffe9c25 Various fixes and improvements in audio effects implementation by Eric Laurent · 14 years ago
  43. 1f80fe4 Merge "Finetune some of the prefetcher parameters to a) buffer as much as froyo did b) ensure that keepalives actually trigger a network read instead of just draining internal buffers" into gingerbread by Andreas Huber · 14 years ago
  44. 9235bc8 Finetune some of the prefetcher parameters to a) buffer as much as froyo did b) ensure that keepalives actually trigger a network read instead of just draining internal buffers by Andreas Huber · 14 years ago
  45. 2dec2b5 Enable passing parameters to the MediaWriter at runtime (at start() call). by James Dong · 14 years ago
  46. d4b91aa Merge "Track maximum amplitude and fix getMaxAmplitude()" into gingerbread by James Dong · 14 years ago
  47. d3d4e50 Track maximum amplitude and fix getMaxAmplitude() by James Dong · 14 years ago
  48. a5522c9 Merge "Properly identify malformed (too short) chunks in mpeg4 files." into gingerbread by Andreas Huber · 14 years ago
  49. 71b1a4e Properly identify malformed (too short) chunks in mpeg4 files. by Andreas Huber · 14 years ago
  50. 47c778f Merge "Fixed the software AAC encoder" into gingerbread by James Dong · 14 years ago
  51. 7bf4fab 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
  52. 065d1af Fixed the software AAC encoder by James Dong · 14 years ago
  53. 608d77b Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 14 years ago
  54. 2439a8d Merge "Fixed some meta data issues in the recorded mp4 file" into gingerbread by James Dong · 14 years ago
  55. 1acfe86 Fixed some meta data issues in the recorded mp4 file by James Dong · 14 years ago
  56. d255a4e Merge "Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp" into gingerbread by Andreas Huber · 14 years ago
  57. 1629399 Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp by Andreas Huber · 14 years ago
  58. 3e0339f Fix a number of timestamp mismatches in the mp3 extractor and decoder that would lead to invalid reporting of the current playback time for mono and/or non-44100 kHz mp3s. by Andreas Huber · 14 years ago
  59. dadd0d1 Merge "Added support for audio sessions in MediaPlayer and AudioTrack." into gingerbread by Eric Laurent · 14 years ago
  60. 41b2d09 Merge "media: add AudioRecord::getMinFrameCount()." into gingerbread by Chia-chi Yeh · 14 years ago
  61. a514bdb Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 14 years ago
  62. 15304d6 media: add AudioRecord::getMinFrameCount(). by Chia-chi Yeh · 14 years ago
  63. 58ae9c5 Single track optimization by James Dong · 14 years ago
  64. 40f388e Merge "Make the prefetcher read packets from the network after a keep-alive timeout expires regardless of whether its currently actively fetching data or not." into gingerbread by Andreas Huber · 14 years ago
  65. 5603f74 Merge "Make sure sine: is supported again in stagefright commandline tool." into gingerbread by Andreas Huber · 14 years ago
  66. 0cd1e0b Merge "Audio/video sync during recording (second part)" into gingerbread by James Dong · 14 years ago
  67. a5273eb Make the prefetcher read packets from the network after a keep-alive timeout expires regardless of whether its currently actively fetching data or not. by Andreas Huber · 14 years ago
  68. f60cafe Audio/video sync during recording (second part) by James Dong · 14 years ago
  69. 8a08d9d Make sure sine: is supported again in stagefright commandline tool. by Andreas Huber · 14 years ago
  70. c7fa90a am bd240c27: media: add AudioTrack::getMinFrameCount(). by Chia-chi Yeh · 14 years ago
  71. 33005a9 media: add AudioTrack::getMinFrameCount(). by Chia-chi Yeh · 14 years ago
  72. e6de266 am 39e876ad: (-s ours) Merge "When filling the cache, we always time out waiting for a condition that won\'t occur. We are actually improving the power consumption for streaming applications like Pandora." into froyo by James Dong · 14 years ago
  73. d26b133 am 3242cc27: Merge "TimedEventQueue is apparently important for glitch-free media playback, and so having it inherit its priority from the thread that created it is a bad idea. Instead, set the priority explicitly, and bump it to slightly higher than normal." into fro by Dave Sparks · 14 years ago
  74. 99c2a07 Check and clip some video encoding parameters against media profiles before passing them to video encoder by James Dong · 14 years ago
  75. 8fb4e09 Merge "Remove hard-coded number of audio channels in AudioSource" into gingerbread by James Dong · 14 years ago
  76. bc809ba TimedEventQueue is apparently important for glitch-free media playback, and so by Marco Nelissen · 14 years ago
  77. fac9610 When filling the cache, we always time out waiting for a condition that won't occur. by James Dong · 14 years ago
  78. e32283b Merge "When filling the cache, we always time out waiting for a condition that won't occur. We are actually improving the power consumption for streaming applications like Pandora." into froyo by James Dong · 14 years ago
  79. d82ac9c When filling the cache, we always time out waiting for a condition that won't occur. by James Dong · 14 years ago
  80. 17e8ad9 TimedEventQueue is apparently important for glitch-free media playback, and so by Marco Nelissen · 14 years ago
  81. be6ec71 Remove hard-coded number of audio channels in AudioSource by James Dong · 14 years ago
  82. 78d2644 This patch enables each omx instance to have a separate message dispatcher, and by James Dong · 14 years ago
  83. 8aa8fe5 Fixed a typo - maybe we should do comparison ignoring the case? by James Dong · 14 years ago
  84. 582c2c3 am 01f7ac64: Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI." into kraken by Eric Laurent · 14 years ago
  85. 1616fa4 Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI." into kraken by Eric Laurent · 14 years ago
  86. 0450c5e am 46b9ac0a: Native input dispatch rewrite work in progress. by Jeff Brown · 14 years ago
  87. 628eff9 Native input dispatch rewrite work in progress. by Jeff Brown · 14 years ago
  88. a1ad271 Merge "Must hold lock here..." into gingerbread by Andreas Huber · 14 years ago
  89. 623a0de Merge "Initial checkin for pause and resume control" into kraken by James Dong · 14 years ago
  90. d17875a Must hold lock here... by Andreas Huber · 14 years ago
  91. a7d1a2d Initial checkin for pause and resume control by James Dong · 14 years ago
  92. b55cf74 Merge "Restore feature parity with the old HTTPDataSource as far as support for extra headers (cookies?) and socket-timeout are concerned." into kraken by Andreas Huber · 14 years ago
  93. 79f77ef Restore feature parity with the old HTTPDataSource as far as support for extra headers (cookies?) and socket-timeout are concerned. by Andreas Huber · 14 years ago
  94. 6f5aae1 Fix a typo in NuCachedSource2 that would trigger an assert near the end of a stream. by Andreas Huber · 14 years ago
  95. 801a118 Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI. by Eric Laurent · 14 years ago
  96. ddbdb35 Change camera interface to support multiple cameras. by Chih-Chung Chang · 14 years ago
  97. 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
  98. 28b6844 Merge "Simplify the code in the stagefright commandline utility." into kraken by Andreas Huber · 14 years ago
  99. baef63d Merge "Switch LiveSource to use the new http data source instead of the old one." into kraken by Andreas Huber · 14 years ago
  100. 61ea6c1 Merge "Initial check-in of new caching/prefetching data source implementation." into kraken by Andreas Huber · 14 years ago