1. 347d3c1 am c17f35dd: Merge "Support for Gtalk video, includes AMR/H.263 assembler and packetization support, extensions to MediaRecorder to stream via RTP over a pair of UDP sockets as well as various fixes to the RTP implementation." into gingerbread by Andreas Huber · 14 years ago
  2. 2b3b9b2 Don't return a decoder error if the encoded stream does not start with SPS/PPS. by Andreas Huber · 14 years ago
  3. 33a8457 Specification of codec specific data as part of the session description is now optional. by Andreas Huber · 14 years ago
  4. 39ddf8e Support for Gtalk video, includes AMR/H.263 assembler and packetization support, extensions to MediaRecorder to stream via RTP over a pair of UDP sockets as well as various fixes to the RTP implementation. by Andreas Huber · 14 years ago
  5. b9ad87c am 7629e8dd: Merge "Fix issue 2876124." into gingerbread by Eric Laurent · 14 years ago
  6. 610959a Merge "Fix issue 2876124." into gingerbread by Eric Laurent · 14 years ago
  7. 3b26844 Fix issue 2876124. by Eric Laurent · 14 years ago
  8. c0330ab am d194f3d6: Merge "Replace CHECK with a failure return value when mCamera->setParameters() fails if the camera is locked by someone else." into gingerbread by James Dong · 14 years ago
  9. 48f6ce0 Replace CHECK with a failure return value when mCamera->setParameters() fails by James Dong · 14 years ago
  10. b7a6612 am 3d84280c: Merge "File writer has a designated writer thread now" into gingerbread by James Dong · 14 years ago
  11. 26ab7ab Merge "File writer has a designated writer thread now" into gingerbread by James Dong · 14 years ago
  12. 471bb46 am 23796e3b: Merge "Add lost frame handling in AudioSource" into gingerbread by James Dong · 14 years ago
  13. a574092 Merge "Add lost frame handling in AudioSource" into gingerbread by James Dong · 14 years ago
  14. 1c9747a File writer has a designated writer thread now by James Dong · 14 years ago
  15. 5501b48 am f0aa24d9: Merge "Added damr box for AMR (NB and WB) sample entry" into gingerbread by James Dong · 14 years ago
  16. 901335c Merge "Added damr box for AMR (NB and WB) sample entry" into gingerbread by James Dong · 14 years ago
  17. 46292fb3 Add lost frame handling in AudioSource by James Dong · 14 years ago
  18. 6e5ea76 am d973a533: Merge "Lower the lower bound for max file duration check" into gingerbread by James Dong · 14 years ago
  19. 489d78d Merge "Lower the lower bound for max file duration check" into gingerbread by James Dong · 14 years ago
  20. 5aff464 Added damr box for AMR (NB and WB) sample entry by James Dong · 14 years ago
  21. e4fc55d Lower the lower bound for max file duration check by James Dong · 14 years ago
  22. 6b54348 am 154a3200: resolved conflicts for merge of 27eecb70 to gingerbread by Jean-Baptiste Queru · 14 years ago
  23. 9da2070 resolved conflicts for merge of 27eecb70 to gingerbread by Jean-Baptiste Queru · 14 years ago
  24. db0e413 am 92e847ed: Audio effects: aligned Equalizer API argument types on OpenSL ES SLEqualizerItf. by Eric Laurent · 14 years ago
  25. 3be9523 Audio effects: aligned Equalizer API argument types on OpenSL ES SLEqualizerItf. by Eric Laurent · 14 years ago
  26. 0319aae am 4506c62a: fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
  27. efe6039 Merge branch 'froyo' of git://android.git.kernel.org/platform/frameworks/base into HEAD by The Android Open Source Project · 14 years ago
  28. 68335fd fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
  29. 01cff46 fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
  30. 0895d83 am 6dea6f4e: am 16263d9f: Squashed commit of the following: by Andreas Huber · 14 years ago
  31. 5caff27 am 16263d9f: Squashed commit of the following: by Andreas Huber · 14 years ago
  32. 3cc219d Squashed commit of the following: by Andreas Huber · 14 years ago
  33. 24fd262 am a54d7d3d: Fixed underrun in audioflinger mixer. by Eric Laurent · 14 years ago
  34. 60e1824 Fixed underrun in audioflinger mixer. by Eric Laurent · 14 years ago
  35. 248ae84 am 493941b8: Allow creation of an audio effect on a session with no audio tracks. by Eric Laurent · 14 years ago
  36. 39e94f8 Allow creation of an audio effect on a session with no audio tracks. by Eric Laurent · 14 years ago
  37. dedadf4 am 9f2a91bc: Merge "fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot dequeue all allocated buffers at once." into gingerbread by Mathias Agopian · 14 years ago
  38. 1b58c74 Merge "fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot dequeue all allocated buffers at once." into gingerbread by Mathias Agopian · 14 years ago
  39. 3e81ba8 am bc1daf01: Merge "Eliminate the linear cost associated with mSampleSizes.size()" into gingerbread by James Dong · 14 years ago
  40. ff4a7fa Eliminate the linear cost associated with mSampleSizes.size() by James Dong · 14 years ago
  41. 40f0e35 am 7e397842: Reduce memory usage by the MP4 file writer - Don\'t store timestamp for each output sample - Don\'t store timestamp for statistical data collection if the collection of statistical data is not requested by James Dong · 14 years ago
  42. 8644c14 Reduce memory usage by the MP4 file writer by James Dong · 14 years ago
  43. e8b0071 am 5587bb7e: Merge "Interleave the audio and video by default - default interleave duration is set to 1 second" into gingerbread by James Dong · 14 years ago
  44. 995cef3 Merge "Interleave the audio and video by default - default interleave duration is set to 1 second" into gingerbread by James Dong · 14 years ago
  45. f01528f Interleave the audio and video by default by James Dong · 14 years ago
  46. e99819a am 62d83a0c: Merge "Audio effects: modified command() parameter types." into gingerbread by Eric Laurent · 14 years ago
  47. 25f4395 Audio effects: modified command() parameter types. by Eric Laurent · 14 years ago
  48. be1ad8d fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot dequeue all allocated buffers at once. by Mathias Agopian · 14 years ago
  49. 184f8de am ca57d1cc: Audio Effects: added methods to effects java classes to store and load current effect settings in a single call. by Eric Laurent · 14 years ago
  50. 23e1de7 Audio Effects: added methods to effects java classes to store and load current effect settings in by Eric Laurent · 14 years ago
  51. f12da40 am 00de7218: Merge "Fixed bug in vlm effect bunde wrapper effect init function." into gingerbread by Eric Laurent · 14 years ago
  52. 38ef1a1 am 739bf285: Merge "LVM release 1.04." into gingerbread by Eric Laurent · 14 years ago
  53. 9cde3ce resolved conflicts for merge of b237bdb6 to gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  54. 8b4179f Merge "Fixed bug in vlm effect bunde wrapper effect init function." into gingerbread by Eric Laurent · 14 years ago
  55. 09d5ca3 LVM release 1.04. by Eric Laurent · 14 years ago
  56. 010ae0d Fixed bug in vlm effect bunde wrapper effect init function. by Eric Laurent · 14 years ago
  57. 4566a03 am 021697ad: Audio effects: lvm bundle wrapper update after first integration tests. by Eric Laurent · 14 years ago
  58. 163fbcf Audio effects: lvm bundle wrapper update after first integration tests. by Eric Laurent · 14 years ago
  59. 00fba49 am 53d4e0d5: Allows the authoring engine to skip frame. by James Dong · 14 years ago
  60. ccaa414 move native services under services/ by Mathias Agopian · 14 years ago
  61. 542db5d Allows the authoring engine to skip frame. by James Dong · 14 years ago
  62. 3922fe0 am 81046c8c: Merge "Various changes to improve rtsp networking, reduce packet loss and adapt to ALooper API changes." into gingerbread by Andreas Huber · 14 years ago
  63. 348a8ea Various changes to improve rtsp networking, reduce packet loss and adapt to ALooper API changes. by Andreas Huber · 14 years ago
  64. 962dfec am ff0ab64c: Merge "Add a seek test to the stagefright commandline tool." into gingerbread by Andreas Huber · 14 years ago
  65. 66d6f1f Add a seek test to the stagefright commandline tool. by Andreas Huber · 14 years ago
  66. 4f20749 am 8138e841: Merge "Support finer seek control on MediaSources." into gingerbread by Andreas Huber · 14 years ago
  67. ef3f986 Merge "Support finer seek control on MediaSources." into gingerbread by Andreas Huber · 14 years ago
  68. 552f405 am 7070b365: Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 14 years ago
  69. abd1f4f Support finer seek control on MediaSources. by Andreas Huber · 14 years ago
  70. 2beeb50 Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 14 years ago
  71. 65e334b am d7514ec6: Merge "Progress status notification" into gingerbread by James Dong · 14 years ago
  72. 3108231 Merge "Progress status notification" into gingerbread by James Dong · 14 years ago
  73. 45239b5 am 22a2d718: Merge "Audio policy manager changes for audio effects" into gingerbread by Eric Laurent · 14 years ago
  74. 24ecd37 Merge "Audio policy manager changes for audio effects" into gingerbread by Eric Laurent · 14 years ago
  75. d790792 am cc14a839: Support a single format change at the beginning of audio playback. This way the AAC+ decoder may change its output format from what is originally encoded in the audio stream and we\'ll still play it back correctly. by Andreas Huber · 14 years ago
  76. de07013 Audio policy manager changes for audio effects by Eric Laurent · 14 years ago
  77. 3c3ddfa Support a single format change at the beginning of audio playback. This way the AAC+ decoder may change its output format from what is originally encoded in the audio stream and we'll still play it back correctly. by Andreas Huber · 14 years ago
  78. 2b4aeed am faf1d46a: Merge "Fix MPEG4Extractor to extract sampling frequency correctly when SBR is enabled." into gingerbread by Andreas Huber · 14 years ago
  79. 95c2580 Merge "Fix MPEG4Extractor to extract sampling frequency correctly when SBR is enabled." into gingerbread by Andreas Huber · 14 years ago
  80. faed5cd Progress status notification by James Dong · 14 years ago
  81. 6cad99f Fix MPEG4Extractor to extract sampling frequency correctly when SBR is enabled. by James Dong · 14 years ago
  82. 296ac39 am 7203272f: Merge "Fixed problems in audio effect volume control." into gingerbread by Eric Laurent · 14 years ago
  83. f997cab Fixed problems in audio effect volume control. by Eric Laurent · 14 years ago
  84. 26a1138f am faf775e7: Fix simulator build (1st attempt) by James Dong · 14 years ago
  85. 46bf665 Fix simulator build (1st attempt) by James Dong · 14 years ago
  86. 74ef7ef am 2c87e9c9: First submission of audio effect library from NXP software. by Eric Laurent · 14 years ago
  87. 2c8e5ca First submission of audio effect library from NXP software. by Eric Laurent · 14 years ago
  88. c8f6b85 am b0374a0e: Merge "Several improvements in audio effects volume control." into gingerbread by Eric Laurent · 14 years ago
  89. ada2ac8 Merge "Several improvements in audio effects volume control." into gingerbread by Eric Laurent · 14 years ago
  90. 63e27dd am 42ef0c71: Initial check-in for software m4v_h263 encoder by James Dong · 14 years ago
  91. 59f566c Initial check-in for software m4v_h263 encoder by James Dong · 14 years ago
  92. cab1124 Several improvements in audio effects volume control. by Eric Laurent · 14 years ago
  93. b297506 am d6a85a21: Merge "Support user-supplied timescales for authoring" into gingerbread by James Dong · 14 years ago
  94. e957045 Merge "Support user-supplied timescales for authoring" into gingerbread by James Dong · 14 years ago
  95. 8c4acff am 24651682: added BinderService<> template to help creating native binder services by Mathias Agopian · 14 years ago
  96. 46d2cc5 am 4055b780: Merge "move native services under services/" into gingerbread by Mathias Agopian · 14 years ago
  97. 5462fc9 added BinderService<> template to help creating native binder services by Mathias Agopian · 14 years ago
  98. 65ab471 move native services under services/ by Mathias Agopian · 14 years ago
  99. 8f5f2fc Support user-supplied timescales for authoring by James Dong · 14 years ago
  100. f521a09 am 97eb728a: Use the OpenSL ES definition of SL_IID_EQUALIZER for the EQ effect UUID instead of defining it locally. by Jean-Michel Trivi · 14 years ago