1. ee35aff Add support for the "compilation" tag in mp3, mp4 and ogg, and also add by Marco Nelissen · 14 years ago
  2. 24b3a4c Fix typo. by Andreas Huber · 14 years ago
  3. ba572aa If the stream for the new bandwidth doesn't have the segment we're looking for... by Andreas Huber · 14 years ago
  4. d7069ca0 Use NuPlayer for HTTP live streaming playback by default. by Andreas Huber · 14 years ago
  5. c0dbe3a Colorconverter may not support some src/dst bitmap configurations. by Andreas Huber · 14 years ago
  6. eec06d3 If we failed to initialize the codec after transitioning to IDLE state, don't assert by Andreas Huber · 14 years ago
  7. 27480cd Remove support for obsolete PTP content provider by Mike Lockwood · 14 years ago
  8. 65d2a4c Remove CameraBrowser test app by Mike Lockwood · 14 years ago
  9. 215b682 MTP: changes to use new usb_request support in libusbhost by Mike Lockwood · 14 years ago
  10. f4e4b27 Merge "Make the volume keys adjust the media volume by default if the device is not "voice capable."" by Joe Onorato · 14 years ago
  11. c7fcba4 Make the volume keys adjust the media volume by default if the device is not "voice capable." by Joe Onorato · 14 years ago
  12. b7df8ec Merge "Some more fixes regarding HTTP live in NuPlayer." by Andreas Huber · 14 years ago
  13. 847551c Some more fixes regarding HTTP live in NuPlayer. by Andreas Huber · 14 years ago
  14. a4bbc38 Merge "Seek/Duration support for completed http live streams in NuPlayer." by Andreas Huber · 14 years ago
  15. 08e10cb Seek/Duration support for completed http live streams in NuPlayer. by Andreas Huber · 14 years ago
  16. 876e44d Merge "Use video output if necessary for timelapse video recording" by James Dong · 14 years ago
  17. 7f08071 Merge "Replace extractAlbumArt() with getEmbeddedPicture() in MediaMetadataRetriever.java" by James Dong · 14 years ago
  18. a1d2d8f Use video output if necessary for timelapse video recording by James Dong · 14 years ago
  19. df9b349 Replace extractAlbumArt() with getEmbeddedPicture() in MediaMetadataRetriever.java by James Dong · 14 years ago
  20. b794a5e Merge "Properly shutdown the decoders on a reset() in NuPlayer's implementation." by Andreas Huber · 14 years ago
  21. cbeaca7 Properly shutdown the decoders on a reset() in NuPlayer's implementation. by Andreas Huber · 14 years ago
  22. 69b4358 Merge "Remove captureFrame from MediaMetadataRetriever.java class It has been replaced by getFrameAtTime() method" by James Dong · 14 years ago
  23. 6e77de7 Remove captureFrame from MediaMetadataRetriever.java class by James Dong · 14 years ago
  24. 90c6565 Make AwesomePlayer's reset process more verbose to track down ANRs. by Andreas Huber · 14 years ago
  25. 0cd0136 Move MTP Java classes to android.mtp.* package. by Mike Lockwood · 14 years ago
  26. 8cb9975 Fix build. by Ying Wang · 14 years ago
  27. da03aaa Change libusbhost and libmtp from static to shared libraries by Mike Lockwood · 14 years ago
  28. 54e6649 Squashed commit of the following: by Andreas Huber · 14 years ago
  29. 2116dc9 Expose AMRNB/WB and AAC encoder and related file output formats by James Dong · 14 years ago
  30. 6cba61e Merge "Avoid using private Bitmap constructor to generate bitmaps" by James Dong · 14 years ago
  31. 0e4b535 Avoid using private Bitmap constructor to generate bitmaps by James Dong · 14 years ago
  32. 222e689 Distinguish discontinuities w/ a format change from those without. by Andreas Huber · 14 years ago
  33. c0bfdb2 Better handling of forming absolute https URLs, runtime error on https:// access. by Andreas Huber · 14 years ago
  34. 3f3c58f Merge "Squashed commit of the following:" by Andreas Huber · 14 years ago
  35. 41c3f74 Squashed commit of the following: by Andreas Huber · 14 years ago
  36. 7455630 Add more debugging code to track down hang during video recording by James Dong · 14 years ago
  37. 2a1cc5a Merge "Backward-compatibility max file size support, ignoring 0 or negative file size limit" by James Dong · 14 years ago
  38. 26ea64c Backward-compatibility max file size support, ignoring 0 or negative file size limit by James Dong · 14 years ago
  39. 7dd7c69 Merge "Change a Stagefright assert to an error check." by Jamie Gennis · 14 years ago
  40. fd8b75a Change a Stagefright assert to an error check. by Jamie Gennis · 14 years ago
  41. fbc4939 MediaScanner: Fix handling of .nomedia files in directories by Mike Lockwood · 14 years ago
  42. 28cfb11 Merge "MediaScanner: Add support for scanning empty directories" by Mike Lockwood · 14 years ago
  43. 076e05b MediaScanner: Add support for scanning empty directories by Mike Lockwood · 14 years ago
  44. c4f297d Instead of asserting, gracefully abort and signal and error. by Andreas Huber · 14 years ago
  45. f76aca9 Merge "The HTTP/1.1 Host request header must include port if it's not the default (80)." by Andreas Huber · 14 years ago
  46. 3abb7dd The HTTP/1.1 Host request header must include port if it's not the default (80). by Andreas Huber · 14 years ago
  47. 2e82959 Merge "Remove now obsolete implementation of streaming from AwesomePlayer." by Andreas Huber · 14 years ago
  48. 52185ff Merge "Properly announce decoder output format changes, make sure AMessage::dup does." by Andreas Huber · 14 years ago
  49. 49dad77 Merge "Give the standard not compliant video sample a chance if its size in the mp4 header is invalid" by James Dong · 14 years ago
  50. d936726 Remove now obsolete implementation of streaming from AwesomePlayer. by Andreas Huber · 14 years ago
  51. 687b32d Properly announce decoder output format changes, make sure AMessage::dup does. by Andreas Huber · 14 years ago
  52. c32dd5f Fix 3274309: Returns correctly sized thumbnails for MINI_KIND video thumbnails. by Chih-Chung Chang · 14 years ago
  53. c9e1c80 Give the standard not compliant video sample a chance if its size in the mp4 header is invalid by James Dong · 14 years ago
  54. 0efdc95 Opted to recognize "h263" or "H263" boxes in an mp4 file by James Dong · 14 years ago
  55. 7c6ca19 Merge "Properly order the data written out to the transport stream by timestamp." by Andreas Huber · 14 years ago
  56. a158746 Initial support for a true streaming player for mpeg2 transport streams. by Andreas Huber · 14 years ago
  57. fb16f70 Properly order the data written out to the transport stream by timestamp. by Andreas Huber · 14 years ago
  58. ebf90ac Merge "Proper recovery of timestamp information in the transport stream parser." by Andreas Huber · 14 years ago
  59. 9c5d62a Proper recovery of timestamp information in the transport stream parser. by Andreas Huber · 14 years ago
  60. 828b5a3 Merge "Change audio routing policy for HDMI" by Eric Laurent · 14 years ago
  61. 2c61bee Change audio routing policy for HDMI by Eric Laurent · 14 years ago
  62. 08f83a6 Merge "Emit better (correct) timestamps that respect AAC upsampling." by Andreas Huber · 14 years ago
  63. 4453aa4 CameraBrowser: Catch ActivityNotFoundException when attempting to display imported file. by Mike Lockwood · 14 years ago
  64. 88b7741 Fix media metadata retriever JNI due to a change to the private native Bitmap constructor signature by James Dong · 14 years ago
  65. 3d6576e Emit better (correct) timestamps that respect AAC upsampling. by Andreas Huber · 14 years ago
  66. 3be80f2 Merge "MTP: Make recursive delete more efficient" by Mike Lockwood · 14 years ago
  67. 55f808c MTP: Make recursive delete more efficient by Mike Lockwood · 14 years ago
  68. 6f7d56c Merge "Fix an issue where a fixed number of bits per sample is used for seek position calculation." by James Dong · 14 years ago
  69. 1f356b9 Merge "Properly signal the condition if we run out of input data." by Andreas Huber · 14 years ago
  70. 69d23b2 Merge "Support malformed ID3 V2.4 tags written by early versions of iTunes." by Andreas Huber · 14 years ago
  71. 94bced1 Properly signal the condition if we run out of input data. by Andreas Huber · 14 years ago
  72. 5d266dd Support malformed ID3 V2.4 tags written by early versions of iTunes. by Andreas Huber · 14 years ago
  73. bafca21 MTP: check for replacing existing files via the database instead of the file system by Mike Lockwood · 14 years ago
  74. 1b198ea MTP: Create files/folders with group media_rw instead of sdcard_rw by Mike Lockwood · 14 years ago
  75. 3996239 Fix an issue where a fixed number of bits per sample is used for seek position calculation. by James Dong · 14 years ago
  76. 5bd7d93 Merge "MediaScanner: No longer delete playlist files that have no valid entries" by Mike Lockwood · 14 years ago
  77. eb46d06 MediaScanner: No longer delete playlist files that have no valid entries by Mike Lockwood · 14 years ago
  78. fc8b7c9 Yield the omx threads so that file writer threads have a chance to retrieve the output buffers once they become ready by James Dong · 14 years ago
  79. d1e0396 Merge "Revert "Allows the authoring engine to skip frame."" by James Dong · 14 years ago
  80. b6a0dfb Merge "Fix bug 3275151 Request and abandon audio focus with audio mode changes" by Jean-Michel Trivi · 14 years ago
  81. 7f36b19 MTP: Add support for reserve storage setting to avoid low storage situations. by Mike Lockwood · 14 years ago
  82. 2ade576 Fix bug 3275151 Request and abandon audio focus with audio mode changes by Jean-Michel Trivi · 14 years ago
  83. 2711e49 MTP: Check for null string before calling GetStringUTFChars() in MtpDatabase JNI by Mike Lockwood · 14 years ago
  84. 2144f63 Revert "Allows the authoring engine to skip frame." by James Dong · 14 years ago
  85. 845584e Fixed a failure from timelapse video recording because of accidental use of metadata buffers by James Dong · 14 years ago
  86. 6370387 Release a recording frame only if mCamera exists and is not cleared. by James Dong · 14 years ago
  87. faa27f9 Merge "Rename android.hardware.Usb to UsbManager and UsbObserver to UsbService" by Mike Lockwood · 14 years ago
  88. 770126a Rename android.hardware.Usb to UsbManager and UsbObserver to UsbService by Mike Lockwood · 14 years ago
  89. 337885b Merge "First step towards renabling Timelapse video recording" by James Dong · 14 years ago
  90. bfd1d72 MTP host: Handle receiving a response packet instead of data packet. by Mike Lockwood · 14 years ago
  91. 08800f3 First step towards renabling Timelapse video recording by James Dong · 14 years ago
  92. ed6f095 Merge "CameraBrowser: Give it ACCESS_USB permission, which is now required for PTP" by Mike Lockwood · 14 years ago
  93. d285415 libstagefright: Compile MP3 & AAC decoders in 32bit ARM Mode by James Wylder · 14 years ago
  94. 485059d CameraBrowser: Give it ACCESS_USB permission, which is now required for PTP by Mike Lockwood · 14 years ago
  95. 51f56cb Merge "MTP: Improve argument checking in SendObjectInfo" by Mike Lockwood · 14 years ago
  96. 365e03e MTP: Improve argument checking in SendObjectInfo by Mike Lockwood · 14 years ago
  97. daac81d Merge "Fix thumbnail extraction for extractors that don't have a preference." by Andreas Huber · 14 years ago
  98. b1d49de Fix thumbnail extraction for extractors that don't have a preference. by Andreas Huber · 14 years ago
  99. 7b2029b Merge "Fix issue 3159946." by Eric Laurent · 14 years ago
  100. f69583c Merge "Better buffer status management and verification in OMXCodec." by Andreas Huber · 14 years ago