1. 2e6aff8 Merge "ALooperRoster no longer holds strong references to handlers and loopers." into gingerbread by Andreas Huber · 14 years ago
  2. 57576c1 ALooperRoster no longer holds strong references to handlers and loopers. by Andreas Huber · 14 years ago
  3. 6615def Make sure the OMX callback thread is properly shutdown after the node goes away. by Andreas Huber · 14 years ago
  4. 9406f62 Merge "An AHandler can now find its associated ALooper." into gingerbread by Andreas Huber · 14 years ago
  5. 058319e An AHandler can now find its associated ALooper. by Andreas Huber · 14 years ago
  6. 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
  7. 4f104d9 Add an option to ALooper::start that allows it to call back into java or not. by Andreas Huber · 14 years ago
  8. 5460d12 Merge "Added AMessage::debugString() for debugging purposes." into gingerbread by Andreas Huber · 14 years ago
  9. 03431d2 Added AMessage::debugString() for debugging purposes. by Andreas Huber · 14 years ago
  10. 65c83b9 Merge "Refactor Stagefright::StartMPEG4Recording()" into gingerbread by James Dong · 14 years ago
  11. 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
  12. 7b06de6 Refactor Stagefright::StartMPEG4Recording() by James Dong · 14 years ago
  13. 45bac57 Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 14 years ago
  14. 09b9005 Add multiple camera support for in MediaProfiles. by Chih-Chung Chang · 14 years ago
  15. e2dd8c4 Fix issue 2811538: System server crash when disconnecting BT headset after using SCO off call. by Eric Laurent · 14 years ago
  16. c543a21 Support for vanilla YUV420sp => RGB565 color conversion. by Andreas Huber · 14 years ago
  17. c0ab2a6 Added encoding parameters set up for H263 video encoder by James Dong · 14 years ago
  18. 8ef64c9 Add qcom's new OMX components to the list. by Andreas Huber · 14 years ago
  19. d4760c2 Collect statistical data from authoring engine (second part) by James Dong · 14 years ago
  20. fe1bafe Separate MediaRecorderClient with MediaPlayerClient by James Dong · 14 years ago
  21. 09936ed Provide progress status report during authoring by James Dong · 14 years ago
  22. 8e103da Merge "Various fixes and improvements in audio effects implementation" into gingerbread by Eric Laurent · 14 years ago
  23. 53334cd Various fixes and improvements in audio effects implementation by Eric Laurent · 14 years ago
  24. 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
  25. 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
  26. 6feaa46 Enable passing parameters to the MediaWriter at runtime (at start() call). by James Dong · 14 years ago
  27. 5a905ce Merge "Track maximum amplitude and fix getMaxAmplitude()" into gingerbread by James Dong · 14 years ago
  28. 57e7f83 Track maximum amplitude and fix getMaxAmplitude() by James Dong · 14 years ago
  29. 7b5b27a Merge "Properly identify malformed (too short) chunks in mpeg4 files." into gingerbread by Andreas Huber · 14 years ago
  30. 736c22d Properly identify malformed (too short) chunks in mpeg4 files. by Andreas Huber · 14 years ago
  31. 7fd22aa Merge "Fixed the software AAC encoder" into gingerbread by James Dong · 14 years ago
  32. 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
  33. 438e4f6 Fixed the software AAC encoder by James Dong · 14 years ago
  34. 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 14 years ago
  35. 9afc1b3 Merge "Fixed some meta data issues in the recorded mp4 file" into gingerbread by James Dong · 14 years ago
  36. 39a0b21 Fixed some meta data issues in the recorded mp4 file by James Dong · 14 years ago
  37. 58e9402 Merge "Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp" into gingerbread by Andreas Huber · 14 years ago
  38. fb41d59 Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp by Andreas Huber · 14 years ago
  39. 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
  40. 2c2ce8e Merge "Added support for audio sessions in MediaPlayer and AudioTrack." into gingerbread by Eric Laurent · 14 years ago
  41. 3238302 Merge "media: add AudioRecord::getMinFrameCount()." into gingerbread by Chia-chi Yeh · 14 years ago
  42. 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 14 years ago
  43. 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
  44. 97d61f7 media: add AudioRecord::getMinFrameCount(). by Chia-chi Yeh · 14 years ago
  45. 3c652ca Fix issue 2301630: Mismatch of state occurs when media server is killed while in-call. by Eric Laurent · 14 years ago
  46. b54a9178 Single track optimization by James Dong · 14 years ago
  47. 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
  48. e5671bf Merge "Audio/video sync during recording (second part)" into gingerbread by James Dong · 14 years ago
  49. 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
  50. 875500b Merge "AmrInputStream refresh: eliminate the dependency upon OpenCore's code" into gingerbread by James Dong · 14 years ago
  51. 36e573b Audio/video sync during recording (second part) by James Dong · 14 years ago
  52. 2ce999f am bd240c27: media: add AudioTrack::getMinFrameCount(). by Chia-chi Yeh · 14 years ago
  53. bd240c2 media: add AudioTrack::getMinFrameCount(). by Chia-chi Yeh · 14 years ago
  54. 49b6fba AmrInputStream refresh: eliminate the dependency upon OpenCore's code by James Dong · 14 years ago
  55. 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
  56. 42a18c0 Check and clip some video encoding parameters against media profiles before passing them to video encoder by James Dong · 14 years ago
  57. cd677a3 Merge "Remove hard-coded number of audio channels in AudioSource" into gingerbread by James Dong · 14 years ago
  58. cad5726 TimedEventQueue is apparently important for glitch-free media playback, and so by Marco Nelissen · 14 years ago
  59. d77d2a9 Remove hard-coded number of audio channels in AudioSource by James Dong · 14 years ago
  60. c52ced0 This patch enables each omx instance to have a separate message dispatcher, and by James Dong · 14 years ago
  61. dca66e1 Fixed a typo - maybe we should do comparison ignoring the case? by James Dong · 14 years ago
  62. e021953 am 01f7ac64: Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI." into kraken by Eric Laurent · 14 years ago
  63. 01f7ac6 Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI." into kraken by Eric Laurent · 14 years ago
  64. 126ca6f Merge "Must hold lock here..." into gingerbread by Andreas Huber · 14 years ago
  65. f62c57d Merge "Initial checkin for pause and resume control" into kraken by James Dong · 14 years ago
  66. 9e93726 Must hold lock here... by Andreas Huber · 14 years ago
  67. 08c7473 Initial checkin for pause and resume control by James Dong · 14 years ago
  68. f5eafe4 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
  69. 3a53dc5 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
  70. e577e87 Fix a typo in NuCachedSource2 that would trigger an assert near the end of a stream. by Andreas Huber · 14 years ago
  71. 948235c Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI. by Eric Laurent · 14 years ago
  72. 4d61f60 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
  73. fbdb5f1 Merge "Switch LiveSource to use the new http data source instead of the old one." into kraken by Andreas Huber · 14 years ago
  74. c81d2c1 Merge "Initial check-in of new caching/prefetching data source implementation." into kraken by Andreas Huber · 14 years ago
  75. 8d30028 Merge "Support "pausing" of MediaSources with the effect that they no longer pull on their upstream source until a subsequent read-with-seek." into kraken by Andreas Huber · 14 years ago
  76. 75c1c8e Merge "Initial check in of a new http data source implementation." into kraken by Andreas Huber · 14 years ago
  77. 82f8fd6 Switch LiveSource to use the new http data source instead of the old one. by Andreas Huber · 14 years ago
  78. 1f24b30 Support "pausing" of MediaSources with the effect that they no longer pull on their upstream source until a subsequent read-with-seek. by Andreas Huber · 14 years ago
  79. b206319 Initial check-in of new caching/prefetching data source implementation. by Andreas Huber · 14 years ago
  80. 163c493 Initial check in of a new http data source implementation. by Andreas Huber · 14 years ago
  81. 3a0b37a Merge "Remove the lock/unlock workaround from CameraService" into kraken by James Dong · 14 years ago
  82. 66b89a6 Merge "Apparently the TI video decoder only supports H.264 up to baseline profile/level 3, not level 3.x as previously assumed." into kraken by Andreas Huber · 14 years ago
  83. e2f8507 Apparently the TI video decoder only supports H.264 up to baseline profile/level 3, not level 3.x as previously assumed. by Andreas Huber · 14 years ago
  84. 71d714c Remove the lock/unlock workaround from CameraService by James Dong · 14 years ago
  85. 457d5ae Fix a potential(observed sometimes) media server crash by James Dong · 14 years ago
  86. 5e14010 allow re-targetting of surfaces by Mathias Agopian · 14 years ago
  87. 1244eab Remove some hard-coded encoding parameters by James Dong · 14 years ago
  88. dae9fd3 Initial check-in for collecting stats from authoring engine at runtime by James Dong · 14 years ago
  89. 31b1975 Merge "Second part of speeding up video recording frame rate" into kraken by James Dong · 14 years ago
  90. 4f501f0 Second part of speeding up video recording frame rate by James Dong · 14 years ago
  91. 7a747b8 Initial checkin of preliminary rtsp support for stagefright. by Andreas Huber · 14 years ago
  92. 2cbff0e Merge "Initial checkin of preliminary support for "http live" streaming in stagefright." into kraken by Andreas Huber · 14 years ago
  93. 202348e Initial checkin of preliminary support for "http live" streaming in stagefright. by Andreas Huber · 14 years ago
  94. a8c2514 Merge "Pass BluetoothDevice to the Bluetooth Headset calls." into kraken by Jaikumar Ganesh · 14 years ago
  95. a557b24 Initial checkin of mpeg2 transport stream parser for stagefright. by Andreas Huber · 14 years ago
  96. 455d410 Merge "Initial checkin of "foundation" library for future stagefright development." into kraken by Andreas Huber · 14 years ago
  97. 7d2f703 Initial checkin of "foundation" library for future stagefright development. by Andreas Huber · 14 years ago
  98. 7a68d36 Merge "Remove hard-coded pixel format for recording frames in CameraSource. Retrieve the pixel format from Camera HAL at runtime." into kraken by James Dong · 14 years ago
  99. 2ea200c Merge "Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications." into kraken by Eric Laurent · 14 years ago
  100. b8c7548 am e896d416: am 2e3761ba: Merge "Changes to the prefetcher to allow for bursts of data to be transferred, hopefully allowing the radio to go to low-power mode while idle." into froyo by Andreas Huber · 14 years ago