1. 4e4173b Various changes to improve rtsp networking, reduce packet loss and adapt to ALooper API changes. by Andreas Huber · 14 years ago
  2. 8138e84 Merge "Support finer seek control on MediaSources." into gingerbread by Andreas Huber · 14 years ago
  3. 6624c9f Support finer seek control on MediaSources. by Andreas Huber · 14 years ago
  4. 7070b36 Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 14 years ago
  5. d7514ec Merge "Progress status notification" into gingerbread by James Dong · 14 years ago
  6. 22a2d71 Merge "Audio policy manager changes for audio effects" into gingerbread by Eric Laurent · 14 years ago
  7. 8ed6ed0 Audio policy manager changes for audio effects by Eric Laurent · 14 years ago
  8. cc14a83 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
  9. faf1d46 Merge "Fix MPEG4Extractor to extract sampling frequency correctly when SBR is enabled." into gingerbread by Andreas Huber · 14 years ago
  10. 85edea7 Progress status notification by James Dong · 14 years ago
  11. 0c5f2ec Fix MPEG4Extractor to extract sampling frequency correctly when SBR is enabled. by James Dong · 14 years ago
  12. 0d7e048 Fixed problems in audio effect volume control. by Eric Laurent · 14 years ago
  13. faf775e Fix simulator build (1st attempt) by James Dong · 14 years ago
  14. 2c87e9c First submission of audio effect library from NXP software. by Eric Laurent · 14 years ago
  15. 42ef0c7 Initial check-in for software m4v_h263 encoder by James Dong · 14 years ago
  16. d6a85a2 Merge "Support user-supplied timescales for authoring" into gingerbread by James Dong · 14 years ago
  17. 08e83bb move native services under services/ by Mathias Agopian · 14 years ago
  18. 52d13f0 Support user-supplied timescales for authoring by James Dong · 14 years ago
  19. 97eb728 Use the OpenSL ES definition of SL_IID_EQUALIZER for the EQ by Jean-Michel Trivi · 14 years ago
  20. 70c6c9a Fix simulator build - missing header file <string.h> - need to define -D__arm__ by James Dong · 14 years ago
  21. 8e886be Merge "Modifications in audio effect engine state management." into gingerbread by Eric Laurent · 14 years ago
  22. 7d850f2 Modifications in audio effect engine state management. by Eric Laurent · 14 years ago
  23. 1cc31e6 Initial checkin for software AVC encoder by James Dong · 14 years ago
  24. e7b790f Merge "Fix swap of sessionId and output in audio effect API." into gingerbread by Jean-Michel Trivi · 14 years ago
  25. 4cb15cf Fix swap of sessionId and output in audio effect API. by Jean-Michel Trivi · 14 years ago
  26. a7c1407 Enable the support for decoding audio with AAC+ and eAAC+ features by James Dong · 14 years ago
  27. 929642e Add runtime dumpsys support for media recorder client by James Dong · 14 years ago
  28. fd84f97 Added JAVA classes to control bass boost, equalizer, reverberation and virtualizer Effects. by Eric Laurent · 14 years ago
  29. dacabf9 Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 14 years ago
  30. c424334 Merge "Allow application to set two more encoding paramters: video profile and level" into gingerbread by James Dong · 14 years ago
  31. 58c3557 Merge "Fix some bugs in the MediaProfileReader Because the video and audio encoders were stored in the same map, when we retrieve the name from the map, we can get a incorrect name." into gingerbread by James Dong · 14 years ago
  32. 620a4240 Fix some bugs in the MediaProfileReader by James Dong · 14 years ago
  33. 971305d 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
  34. 81c929a Allow application to set two more encoding paramters: video profile and level by James Dong · 14 years ago
  35. df9b81c Added Visualizer effect. by Eric Laurent · 14 years ago
  36. 2e6aff8 Merge "ALooperRoster no longer holds strong references to handlers and loopers." into gingerbread by Andreas Huber · 14 years ago
  37. 57576c1 ALooperRoster no longer holds strong references to handlers and loopers. by Andreas Huber · 14 years ago
  38. 6615def Make sure the OMX callback thread is properly shutdown after the node goes away. by Andreas Huber · 14 years ago
  39. 9406f62 Merge "An AHandler can now find its associated ALooper." into gingerbread by Andreas Huber · 14 years ago
  40. 058319e An AHandler can now find its associated ALooper. by Andreas Huber · 14 years ago
  41. 2cfd819 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
  42. 4f104d9 Add an option to ALooper::start that allows it to call back into java or not. by Andreas Huber · 14 years ago
  43. 5460d12 Merge "Added AMessage::debugString() for debugging purposes." into gingerbread by Andreas Huber · 14 years ago
  44. 03431d2 Added AMessage::debugString() for debugging purposes. by Andreas Huber · 14 years ago
  45. 65c83b9 Merge "Refactor Stagefright::StartMPEG4Recording()" into gingerbread by James Dong · 14 years ago
  46. a0c2b53 Merge "Fix issue 2811538: System server crash when disconnecting BT headset after using SCO off call." into gingerbread by Eric Laurent · 14 years ago
  47. 7b06de6 Refactor Stagefright::StartMPEG4Recording() by James Dong · 14 years ago
  48. 45bac57 Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 14 years ago
  49. 09b9005 Add multiple camera support for in MediaProfiles. by Chih-Chung Chang · 14 years ago
  50. e2dd8c4 Fix issue 2811538: System server crash when disconnecting BT headset after using SCO off call. by Eric Laurent · 14 years ago
  51. c543a21 Support for vanilla YUV420sp => RGB565 color conversion. by Andreas Huber · 14 years ago
  52. c0ab2a6 Added encoding parameters set up for H263 video encoder by James Dong · 14 years ago
  53. 8ef64c9 Add qcom's new OMX components to the list. by Andreas Huber · 14 years ago
  54. d4760c2 Collect statistical data from authoring engine (second part) by James Dong · 14 years ago
  55. fe1bafe Separate MediaRecorderClient with MediaPlayerClient by James Dong · 14 years ago
  56. 09936ed Provide progress status report during authoring by James Dong · 14 years ago
  57. 8e103da Merge "Various fixes and improvements in audio effects implementation" into gingerbread by Eric Laurent · 14 years ago
  58. 53334cd Various fixes and improvements in audio effects implementation by Eric Laurent · 14 years ago
  59. 357f820 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
  60. 909a8cf 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
  61. 6feaa46 Enable passing parameters to the MediaWriter at runtime (at start() call). by James Dong · 14 years ago
  62. 5a905ce Merge "Track maximum amplitude and fix getMaxAmplitude()" into gingerbread by James Dong · 14 years ago
  63. 57e7f83 Track maximum amplitude and fix getMaxAmplitude() by James Dong · 14 years ago
  64. 7b5b27a Merge "Properly identify malformed (too short) chunks in mpeg4 files." into gingerbread by Andreas Huber · 14 years ago
  65. 736c22d Properly identify malformed (too short) chunks in mpeg4 files. by Andreas Huber · 14 years ago
  66. 7fd22aa Merge "Fixed the software AAC encoder" into gingerbread by James Dong · 14 years ago
  67. a2549bb 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
  68. 438e4f6 Fixed the software AAC encoder by James Dong · 14 years ago
  69. 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 14 years ago
  70. 9afc1b3 Merge "Fixed some meta data issues in the recorded mp4 file" into gingerbread by James Dong · 14 years ago
  71. 39a0b21 Fixed some meta data issues in the recorded mp4 file by James Dong · 14 years ago
  72. 58e9402 Merge "Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp" into gingerbread by Andreas Huber · 14 years ago
  73. fb41d59 Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp by Andreas Huber · 14 years ago
  74. b64af9a 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
  75. 2c2ce8e Merge "Added support for audio sessions in MediaPlayer and AudioTrack." into gingerbread by Eric Laurent · 14 years ago
  76. 3238302 Merge "media: add AudioRecord::getMinFrameCount()." into gingerbread by Chia-chi Yeh · 14 years ago
  77. 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 14 years ago
  78. d1559d6 Merge "Fix issue 2301630: Mismatch of state occurs when media server is killed while in-call." into gingerbread by Eric Laurent · 14 years ago
  79. 97d61f7 media: add AudioRecord::getMinFrameCount(). by Chia-chi Yeh · 14 years ago
  80. 3c652ca Fix issue 2301630: Mismatch of state occurs when media server is killed while in-call. by Eric Laurent · 14 years ago
  81. b54a9178 Single track optimization by James Dong · 14 years ago
  82. ef1c48d 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
  83. e5671bf Merge "Audio/video sync during recording (second part)" into gingerbread by James Dong · 14 years ago
  84. a4867540 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
  85. 875500b Merge "AmrInputStream refresh: eliminate the dependency upon OpenCore's code" into gingerbread by James Dong · 14 years ago
  86. 36e573b Audio/video sync during recording (second part) by James Dong · 14 years ago
  87. 2ce999f am bd240c27: media: add AudioTrack::getMinFrameCount(). by Chia-chi Yeh · 14 years ago
  88. bd240c2 media: add AudioTrack::getMinFrameCount(). by Chia-chi Yeh · 14 years ago
  89. 49b6fba AmrInputStream refresh: eliminate the dependency upon OpenCore's code by James Dong · 14 years ago
  90. f3c6c98 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
  91. 42a18c0 Check and clip some video encoding parameters against media profiles before passing them to video encoder by James Dong · 14 years ago
  92. cd677a3 Merge "Remove hard-coded number of audio channels in AudioSource" into gingerbread by James Dong · 14 years ago
  93. cad5726 TimedEventQueue is apparently important for glitch-free media playback, and so by Marco Nelissen · 14 years ago
  94. d77d2a9 Remove hard-coded number of audio channels in AudioSource by James Dong · 14 years ago
  95. c52ced0 This patch enables each omx instance to have a separate message dispatcher, and by James Dong · 14 years ago
  96. dca66e1 Fixed a typo - maybe we should do comparison ignoring the case? by James Dong · 14 years ago
  97. e021953 am 01f7ac64: Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI." into kraken by Eric Laurent · 14 years ago
  98. 01f7ac6 Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI." into kraken by Eric Laurent · 14 years ago
  99. 126ca6f Merge "Must hold lock here..." into gingerbread by Andreas Huber · 14 years ago
  100. f62c57d Merge "Initial checkin for pause and resume control" into kraken by James Dong · 14 years ago