1. 85fbfee Merge "Properly respect NALLengthSize in the AVC Configuration header to determine how many bits encode the nal unit size." by Andreas Huber · 15 years ago
  2. db5d662 Properly respect NALLengthSize in the AVC Configuration header to determine how many bits encode the nal unit size. by Andreas Huber · 15 years ago
  3. 9643b1e Merge "b/2353646 Fix music visualizations to also work with audiotrack callbacks, which stagefright uses. This slightly changes the way the data is stored, since before we were relying on the buffers being written always being at least 4K, whereas the callbacks are generally for smaller amounts of data. Now we append all the data to a big circular buffer, then return chunks of that buffer for visualization. When there are multiple things playing at the same time, this will give the wrong result, but (1) that was the case before as well, and (2) will be fixed once we start visualizing the mixer output instead of the mixer inputs." by Marco Nelissen · 15 years ago
  4. 5c1fe31 Make sure to release the buffer we're not using in case of an error. by Andreas Huber · 15 years ago
  5. e274db1 b/2353646 by Marco Nelissen · 15 years ago
  6. aee3c63 Squashed commit of the following: by Andreas Huber · 15 years ago
  7. 593c6a5 Merge "The mp3 decoder should not assert that decoding was successful but return an error instead." by Andreas Huber · 15 years ago
  8. b6d5d1b Merge "Fix an uninitialized read detected by valgrind. The array to be copied is statically sized and not a c-string." by Andreas Huber · 15 years ago
  9. afce215 The mp3 decoder should not assert that decoding was successful but return an error instead. by Andreas Huber · 15 years ago
  10. 5ebc889 Fix an uninitialized read detected by valgrind. The array to be copied is statically sized and not a c-string. by Andreas Huber · 15 years ago
  11. 0f5525a framework: asec: Rename 'Cache' -> 'Container' by San Mehat · 15 years ago
  12. 84b42b8 am d31d7397: am 663ec308: Fix issue 2361949: A2DP suspend parameters set wrongly. by Eric Laurent · 15 years ago
  13. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  14. d31d739 am 663ec308: Fix issue 2361949: A2DP suspend parameters set wrongly. by Eric Laurent · 15 years ago
  15. e4a8380 Reorganize some of the stagefright implementation related to metadata. by Andreas Huber · 15 years ago
  16. 663ec30 Fix issue 2361949: A2DP suspend parameters set wrongly. by Eric Laurent · 15 years ago
  17. a3452ad Merge "Add MPEG to the file extensions that scanner cares" by James Dong · 15 years ago
  18. d1265fe Merge "framework: MountService: Add initial support for Android Secure External Caches" by San Mehat · 15 years ago
  19. f66de3c Fix typo: test -> tests in makefile tags by Jean-Baptiste Queru · 15 years ago
  20. 3697229 framework: MountService: Add initial support for Android Secure External Caches by San Mehat · 15 years ago
  21. 1b50044 Add MPEG to the file extensions that scanner cares by James Dong · 15 years ago
  22. 89e91f7 Quick and dirty implementation to follow http redirects in stagefright. by Andreas Huber · 15 years ago
  23. 364b421 Merge "Protect against possible temporary objects going away before we get at their data." by Andreas Huber · 15 years ago
  24. dd0359f Protect against possible temporary objects going away before we get at their data. by Andreas Huber · 15 years ago
  25. 6b39ab4 Merge "I must have broken raw-audio decoding in the recent past, this fixes it." by Andreas Huber · 15 years ago
  26. c79827a I must have broken raw-audio decoding in the recent past, this fixes it. by Andreas Huber · 15 years ago
  27. 67aee05 Use stagefright for http streaming if the right property is set. by Andreas Huber · 15 years ago
  28. 7eca501 Merge "MediaFile.UNKNOWN_STRING -> MediaStore.UNKNOWN_STRING" by Marco Nelissen · 15 years ago
  29. 9a488b4 MediaFile.UNKNOWN_STRING -> MediaStore.UNKNOWN_STRING by Marco Nelissen · 15 years ago
  30. 1a08ad1 Merge "Make metadata support through stagefright property dependent until it's ready." by Andreas Huber · 15 years ago
  31. c427348 Merge "Fix mpeg4/h.263 software decoder." by Andreas Huber · 15 years ago
  32. 7782fdf Make metadata support through stagefright property dependent until it's ready. by Andreas Huber · 15 years ago
  33. 2039bd9 Fix mpeg4/h.263 software decoder. by Andreas Huber · 15 years ago
  34. 6be8b14 Fix avc software decoder to properly handle SEI nalType and access unit delimiter. by Andreas Huber · 15 years ago
  35. a0b5176 am 68e9014e: am 484d2888: Fix issue 2299360: Change in in-call volume affects the Bluetooth in-call volume and vice versa. by Eric Laurent · 15 years ago
  36. 3c56221 Fix SoundPool restart problem CheckJNI issue. by Dave Sparks · 15 years ago
  37. 1905530 Replace sine with organ for some SoundPool tests. by Dave Sparks · 15 years ago
  38. d94466c Add SoundPool test by Dave Sparks · 15 years ago
  39. 011a3df Merge change I9120be33 by Android (Google) Code Review · 15 years ago
  40. f6e43bf Add OnLoadCompleteListener to SoundPool. by Dave Sparks · 15 years ago
  41. cf4fc62 am f31f365a: am eb5ffc23: Merge change Id8e98194 into eclair by Eric Laurent · 15 years ago
  42. f31f365 am eb5ffc23: Merge change Id8e98194 into eclair by Eric Laurent · 15 years ago
  43. 68e9014 am 484d2888: Fix issue 2299360: Change in in-call volume affects the Bluetooth in-call volume and vice versa. by Eric Laurent · 15 years ago
  44. eb14a78 Fix issues 2333450 and 2333559: by Eric Laurent · 15 years ago
  45. 5038c78 Add missing shared libraries in linker commands. Currently these libraries are by Doug Kwan · 15 years ago
  46. 484d288 Fix issue 2299360: Change in in-call volume affects the Bluetooth in-call volume and vice versa. by Eric Laurent · 15 years ago
  47. 11b04a6 am 122fe7e1: am 4d0e827d: Attempt to fix simular build break. Missing header file stdlib.h for free, malloc, etc by James Dong · 15 years ago
  48. 122fe7e am 4d0e827d: Attempt to fix simular build break. Missing header file stdlib.h for free, malloc, etc by James Dong · 15 years ago
  49. 4d0e827d Attempt to fix simular build break. by James Dong · 15 years ago
  50. 8852a67 am 2473eb4a: am 4e4795c8: Fix a memory corruption problem in software M4v/H263 decoder due to out-of-scope local variable by James Dong · 15 years ago
  51. 2473eb4 am 4e4795c8: Fix a memory corruption problem in software M4v/H263 decoder due to out-of-scope local variable by James Dong · 15 years ago
  52. 4e4795c Fix a memory corruption problem in software M4v/H263 decoder due to out-of-scope local variable by James Dong · 15 years ago
  53. e48ad1a am 254e0025: am 791c626a: Merge change Ibac388a3 into eclair-mr2 by Gloria Wang · 15 years ago
  54. 254e002 am 791c626a: Merge change Ibac388a3 into eclair-mr2 by Gloria Wang · 15 years ago
  55. 791c626 Merge change Ibac388a3 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  56. 254d160 am 5614c2c6: am 02f5b544: Initial checkins of the mpeg4 and h263 software decoders based on PV by James Dong · 15 years ago
  57. 1ba307d Add support for XING header by Gloria Wang · 15 years ago
  58. 9137307 Attempt to fix the simulator build by including stdlib.h for NULL. by Andreas Huber · 15 years ago
  59. 72012ea Merge change I2278137e by Android (Google) Code Review · 15 years ago
  60. 6a3a018 Disable HTTP playback and metadata support in stagefright, use PV instead. by Andreas Huber · 15 years ago
  61. 5614c2c am 02f5b544: Initial checkins of the mpeg4 and h263 software decoders based on PV by James Dong · 15 years ago
  62. 02f5b54 Initial checkins of the mpeg4 and h263 software decoders based on PV by James Dong · 15 years ago
  63. 4f47164 am b5c6be6d: am 082e5171: Merge change I895fb7d7 into eclair-mr2 by Andreas Huber · 15 years ago
  64. b5c6be6 am 082e5171: Merge change I895fb7d7 into eclair-mr2 by Andreas Huber · 15 years ago
  65. 2ea14e2 Squashed commit of the following: by Andreas Huber · 15 years ago
  66. 987dbde Fix full stagefright build in master, various warnings/errors in omx_jpeg_decoder by Andreas Huber · 15 years ago
  67. cef27ee am d9344791: am d980e656: Merge change Ic7e91eee into eclair-mr2 by Andreas Huber · 15 years ago
  68. 3d4c89c am e065696c: am ae77561b: Merge change I7f11a67a into eclair-mr2 by Andreas Huber · 15 years ago
  69. d934479 am d980e656: Merge change Ic7e91eee into eclair-mr2 by Andreas Huber · 15 years ago
  70. c7e91ee Add a new API to support determining the roles of an OMX component specified by name. Remove unneeded OMXSoftwareCodecsPlugin. by Andreas Huber · 15 years ago
  71. c333133 am b5fc8ffc: am 91487425: Merge change I0448ef20 into eclair by Dave Sparks · 15 years ago
  72. e065696 am ae77561b: Merge change I7f11a67a into eclair-mr2 by Andreas Huber · 15 years ago
  73. fb1c2f8 Properly integrate the software codecs into the OMXCodec::Create hierarchy of available components. by Andreas Huber · 15 years ago
  74. b5fc8ff am 91487425: Merge change I0448ef20 into eclair by Dave Sparks · 15 years ago
  75. 66d28ce Fix SoundPool buffer size rounding error. Bug 2327620. by Dave Sparks · 15 years ago
  76. 74a76d5 am 83652ebf: am 3a3fd2ba: Merge change Iaf1f0918 into eclair-mr2 by Dianne Hackborn · 15 years ago
  77. 83652eb am 3a3fd2ba: Merge change Iaf1f0918 into eclair-mr2 by Dianne Hackborn · 15 years ago
  78. 3a3fd2b Merge change Iaf1f0918 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  79. 9661066 am 08e2106a: am 67f1db1c: Merge change Ib1f5ee41 into eclair-mr2 by Andreas Huber · 15 years ago
  80. 08e2106 am 67f1db1c: Merge change Ib1f5ee41 into eclair-mr2 by Andreas Huber · 15 years ago
  81. 00cda26 am dc7294d9: am 19553241: Merge change I1314e737 into eclair-mr2 by Andreas Huber · 15 years ago
  82. ee49747 am 354cf967: am 0483f1c1: Merge change Ib5ae1c87 into eclair-mr2 by Andreas Huber · 15 years ago
  83. b1f5ee4 It's important that seek requests are only specified in the initial call to MediaSource::read and are not repeated in subsequent calls. by Andreas Huber · 15 years ago
  84. dc7294d am 19553241: Merge change I1314e737 into eclair-mr2 by Andreas Huber · 15 years ago
  85. 354cf96 am 0483f1c1: Merge change Ib5ae1c87 into eclair-mr2 by Andreas Huber · 15 years ago
  86. 1c633fc Implement API to have new broadcasts replace existing broadcasts. by Dianne Hackborn · 15 years ago
  87. 1955324 Merge change I1314e737 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  88. 1314e73 AwesomePlayer now renders either remote (IOMXRenderer) or locally depending on what kind of decoder was instantiated. Split off color conversion code into its own shared library. by Andreas Huber · 15 years ago
  89. b5ae1c8 The software AVCDecoder now properly seeks as requested. by Andreas Huber · 15 years ago
  90. 184f8f5 am 28fdcf93: am 08945576: Merge change I9ac0777e into eclair-mr2 by Andreas Huber · 15 years ago
  91. 28fdcf9 am 08945576: Merge change I9ac0777e into eclair-mr2 by Andreas Huber · 15 years ago
  92. d49b526dd Initial checkin of software AMR NB encoder based on PV source code. by Andreas Huber · 15 years ago
  93. b99349e1 am e86a37c6: am 8eac1637: Merge change I85adf5e5 into eclair-mr2 by Andreas Huber · 15 years ago
  94. e86a37c am 8eac1637: Merge change I85adf5e5 into eclair-mr2 by Andreas Huber · 15 years ago
  95. 85adf5e Propagate duration from input to output only if available, support multiple full frames of audio per input buffer in AMR/AAC decoders. by Andreas Huber · 15 years ago
  96. 97f2578 am ea113f30: am d8729c59: Removing an unused header file and a stale forward declaration. Also handling one more nalType as a no-op. by Andreas Huber · 15 years ago
  97. ea113f3 am d8729c59: Removing an unused header file and a stale forward declaration. Also handling one more nalType as a no-op. by Andreas Huber · 15 years ago
  98. d8729c5 Removing an unused header file and a stale forward declaration. Also handling one more nalType as a no-op. by Andreas Huber · 15 years ago
  99. 0a57ac4 am 554647e9: am 6ddcf01a: remote destructors are not synchronously executed by the binder... by Andreas Huber · 15 years ago
  100. fe7923a am 63b3a29d: am c1d5c921: Fix seek-on-startup behaviour in AwesomePlayer. by Andreas Huber · 15 years ago