1. 7757f50 Make sure that key frame is generated for timelapse video recording if there are at least two input video frames from camera source. by James Dong · 13 years ago
  2. 2494373 Merge "More instrumentation to track down the hardware decoder not shutting down bug." into honeycomb by Andreas Huber · 13 years ago
  3. fccf727 Merge "Ignore errors returned from native_window_set_crop." into honeycomb by Andreas Huber · 13 years ago
  4. 43e5eca More instrumentation to track down the hardware decoder not shutting down bug. by Andreas Huber · 13 years ago
  5. 6592195 Ignore errors returned from native_window_set_crop. by Andreas Huber · 13 years ago
  6. d3455c0 Merge "Protect notification callback parameters with a mutex." into honeycomb by Andreas Huber · 13 years ago
  7. 78fc8fa Merge "Linux sockets suck, closing a socket descriptor does not abort pending recv/send calls." into honeycomb by Andreas Huber · 13 years ago
  8. 01f3942 Protect notification callback parameters with a mutex. by Andreas Huber · 13 years ago
  9. 6e1cc6e Instead of not feeding the AudioTrack any data after EOS, play silence instead. by Andreas Huber · 13 years ago
  10. 0b967b9 Linux sockets suck, closing a socket descriptor does not abort pending recv/send calls. by Andreas Huber · 13 years ago
  11. b656f35 Merge "StagefrightMediaScanner: Close metadata retriever after we are done scanning" into honeycomb by Mike Lockwood · 13 years ago
  12. eaae384 Report errors to applications if AudioRecord->start() fails by James Dong · 13 years ago
  13. 0a095d0 StagefrightMediaScanner: Close metadata retriever after we are done scanning by Mike Lockwood · 13 years ago
  14. 4feffd1 Merge "Support non-multiple-of-16 dimensions in MPEG4/H.263 software decoder" into honeycomb by Andreas Huber · 14 years ago
  15. b9ff4b4 Support non-multiple-of-16 dimensions in MPEG4/H.263 software decoder by Andreas Huber · 14 years ago
  16. 30ae68b The .mkv parser lib leaves some tracks NULL if it doesn't support them. by Andreas Huber · 14 years ago
  17. e20e15b Make AwesomePlayer's reset process more verbose to track down ANRs (again) by Andreas Huber · 14 years ago
  18. 5aae7c2 Merge "Remove MTP related log spam" into honeycomb by Mike Lockwood · 14 years ago
  19. 59d6ae5 Remove MTP related log spam by Mike Lockwood · 14 years ago
  20. 8aded52 Revert "Make AwesomePlayer's reset process more verbose to track down ANRs." by Carl Shapiro · 14 years ago
  21. 7fac331 Properly rotate video that's marked as such and decoded to a surface. by Andreas Huber · 14 years ago
  22. bc7f5b2 Some tweaks to HTTP live / nuplayer behaviour by Andreas Huber · 14 years ago
  23. b408222 Implement missing pause/resume support for NuPlayer. by Andreas Huber · 14 years ago
  24. adde7fa Merge "clean-up unneeded code" into honeycomb by Mathias Agopian · 14 years ago
  25. 9383d1a clean-up unneeded code by Mathias Agopian · 14 years ago
  26. da00f9c Merge "Fix issue 3371096." into honeycomb by Eric Laurent · 14 years ago
  27. 737be0d Merge "Eliminate recording sound by starting the video track before audio track." into honeycomb by James Dong · 14 years ago
  28. 7bd4601 Eliminate recording sound by starting the video track before audio track. by James Dong · 14 years ago
  29. 7333748 Fix issue 3371096. by Eric Laurent · 14 years ago
  30. 91a685f Merge "More fix for 64 bit offset." into honeycomb by Gloria Wang · 14 years ago
  31. 2ed8a92 More fix for 64 bit offset. by Gloria Wang · 14 years ago
  32. 1c705e9 Merge "Prefill the cache before trying to instantiate the media extractor." into honeycomb by Andreas Huber · 14 years ago
  33. ac05c31 Prefill the cache before trying to instantiate the media extractor. by Andreas Huber · 14 years ago
  34. 886c09e Merge "Logging the duration range from different media tracks for recording" into honeycomb by James Dong · 14 years ago
  35. 65b3d76 Logging the duration range from different media tracks for recording by James Dong · 14 years ago
  36. 88b7ad4 Always revert to the previous bandwidth if the required sequence number cannot be found by Andreas Huber · 14 years ago
  37. 88b3489 Return a runtime error if decryption fails instead of asserting. by Andreas Huber · 14 years ago
  38. 662cb24 Merge "Make parameter blocks read/writable even for SET_PARAMETER/SET_CONFIG requests." into honeycomb by Andreas Huber · 14 years ago
  39. b391290 Make parameter blocks read/writable even for SET_PARAMETER/SET_CONFIG requests. by Andreas Huber · 14 years ago
  40. 113a954 Expose average video frame rate via MPEG4Extractor by James Dong · 14 years ago
  41. e75ceba Merge "Fix the presentation video resolution when it is different from the actual image resolution of the video." into honeycomb by James Dong · 14 years ago
  42. 7509d77 Merge "Turn another assertion into a runtime error. Damn you surfaces." into honeycomb by Andreas Huber · 14 years ago
  43. a919920 Merge "Tentative fix for issue 3362362." into honeycomb by Eric Laurent · 14 years ago
  44. 018761c Turn another assertion into a runtime error. Damn you surfaces. by Andreas Huber · 14 years ago
  45. 9357520 Tentative fix for issue 3362362. by Eric Laurent · 14 years ago
  46. b45c01c Fix the presentation video resolution when it is different from the actual image resolution of the video. by James Dong · 14 years ago
  47. 2b48836 Use metadata in video buffers for timelapse video recording by default to eliminate memcpy by James Dong · 14 years ago
  48. de16890 Merge "Apparently our native TCP sockets do not return an error from blocking "connect"" into honeycomb by Andreas Huber · 14 years ago
  49. 368ef16 Apparently our native TCP sockets do not return an error from blocking "connect" by Andreas Huber · 14 years ago
  50. 3138914 Fix the sluggish preview during timelapse video recording because software encoder is used. by James Dong · 14 years ago
  51. bf6489f Merge "Implement parsing of vbv buffering info in RTSP." into honeycomb by Andreas Huber · 14 years ago
  52. 126983a Merge "Don't report 100% buffered when the stream ends prematurely." into honeycomb by Bryan Mawhinney · 14 years ago
  53. 21a6f9f Implement parsing of vbv buffering info in RTSP. by Andreas Huber · 14 years ago
  54. 1bd233c Don't report 100% buffered when the stream ends prematurely. by Bryan Mawhinney · 14 years ago
  55. aa95240 MTP: Fix problems with modification dates for folders and non-media files by Mike Lockwood · 14 years ago
  56. ccb3506 integrate videoeditor preview player. by Dharmaray Kundargi · 14 years ago
  57. 6ee9458 Fixed thrashing in the cached buffer during 720p YT video streaming by James Dong · 14 years ago
  58. 42dd1d5 Add audio encoding parameters check by James Dong · 14 years ago
  59. 3e9eeb3 Merge "Fail to parse duration instead of asserting, if the server response cannot be parsed." into honeycomb by Andreas Huber · 14 years ago
  60. 7f7d52a Publish MediaMetadataRetriever.java as public API by James Dong · 14 years ago
  61. 67988a9 Merge "Speed up MP3Extractor using cached reads" into honeycomb by James Dong · 14 years ago
  62. 934ca8c Fail to parse duration instead of asserting, if the server response cannot be parsed. by Andreas Huber · 14 years ago
  63. 7cc4977 Speed up MP3Extractor using cached reads by James Dong · 14 years ago
  64. 4dafe5b Fix race in buffer ref counting. by Glenn Kasten · 14 years ago
  65. c4c3a2d Merge "Increase cache size and low-watermark threshold, also" into honeycomb by Andreas Huber · 14 years ago
  66. fd52174 Merge "Properly parse Matroska lacing flags and extract all frames contained in a block." into honeycomb by Andreas Huber · 14 years ago
  67. 145e68f Increase cache size and low-watermark threshold, also by Andreas Huber · 14 years ago
  68. 50c8bea Properly parse Matroska lacing flags and extract all frames contained in a block. by Andreas Huber · 14 years ago
  69. 8eb0408 Merge "Fix uninitialized rect structure for retrieving rect cropping information from decoder" into honeycomb by James Dong · 14 years ago
  70. b0fb6bf Don't release the video recording frame after recording is stopped in CameraSourceTimeLapse.cpp by James Dong · 14 years ago
  71. 0ecfbd1 Return a runtime error instead of asserting if the M4vH263Decoder fails in start() by Andreas Huber · 14 years ago
  72. 32ad210 Merge "NuPlayer now properly sends MEDIA_SET_VIDEOSIZE notifications." into honeycomb by Andreas Huber · 14 years ago
  73. 31e2508 NuPlayer now properly sends MEDIA_SET_VIDEOSIZE notifications. by Andreas Huber · 14 years ago
  74. 14c858e Avoid deadlock in OMX::freeNode by making sure OMXCodecObserver does not hold the last reference of OMXCodec object by James Dong · 14 years ago
  75. eb0d0c4 Fix issue 3317627. by Eric Laurent · 14 years ago
  76. aee6c07 Awesomeplayer : Frame dropping logic change by pmehendale · 14 years ago
  77. c29dd6f Fix uninitialized rect structure for retrieving rect cropping information from decoder by James Dong · 14 years ago
  78. 11f8109 Add support for the "compilation" tag in mp3, mp4 and ogg, and also add by Marco Nelissen · 14 years ago
  79. 20ad3a3 Fix typo. by Andreas Huber · 14 years ago
  80. aea5aff If the stream for the new bandwidth doesn't have the segment we're looking for... by Andreas Huber · 14 years ago
  81. 9a3c0d6 Merge "Use NuPlayer for HTTP live streaming playback by default." into honeycomb by Andreas Huber · 14 years ago
  82. 4b197e1 Use NuPlayer for HTTP live streaming playback by default. by Andreas Huber · 14 years ago
  83. 93aa950 Merge "Add camera service support for SurfaceTexture." into honeycomb by Jamie Gennis · 14 years ago
  84. bfa33aa Add camera service support for SurfaceTexture. by Jamie Gennis · 14 years ago
  85. b1787e3 Colorconverter may not support some src/dst bitmap configurations. by Andreas Huber · 14 years ago
  86. 4d785ae If we failed to initialize the codec after transitioning to IDLE state, don't assert by Andreas Huber · 14 years ago
  87. 5de2001 Remove support for obsolete PTP content provider by Mike Lockwood · 14 years ago
  88. 42d0b79 MTP: changes to use new usb_request support in libusbhost by Mike Lockwood · 14 years ago
  89. d1108d7 am a8ce7736: am 35e8dcb9: Merge "Suppress the recording sound in the recorded video" into gingerbread by James Dong · 14 years ago
  90. e6bf51e am 35e8dcb9: Merge "Suppress the recording sound in the recorded video" into gingerbread by James Dong · 14 years ago
  91. bade495 Merge "Some more fixes regarding HTTP live in NuPlayer." by Andreas Huber · 14 years ago
  92. 22fc52f Some more fixes regarding HTTP live in NuPlayer. by Andreas Huber · 14 years ago
  93. 149d3b0 Merge "Seek/Duration support for completed http live streams in NuPlayer." by Andreas Huber · 14 years ago
  94. 43c3e6c Seek/Duration support for completed http live streams in NuPlayer. by Andreas Huber · 14 years ago
  95. eb8cab7 Merge "Fixed a typo in the enum for unknown camera error message" by James Dong · 14 years ago
  96. 019e96a Merge "Use video output if necessary for timelapse video recording" by James Dong · 14 years ago
  97. 627baac Camera::create should fail when it fails to connect the camera. by Wu-cheng Li · 14 years ago
  98. e661567 Fixed a typo in the enum for unknown camera error message by James Dong · 14 years ago
  99. 91dcf15 Suppress the recording sound in the recorded video by James Dong · 14 years ago
  100. 28934a9 Use video output if necessary for timelapse video recording by James Dong · 14 years ago