1. 8f0e4aa Only build the "full" stagefright (including MediaExtractors and MediaPlayer) if BUILD_WITH_FULL_STAGEFRIGHT define is set (to true). by Andreas Huber · 15 years ago
  2. 777893a Move JPEGSource.{cpp,h} into libstagefright. by Andreas Huber · 15 years ago
  3. 11c043f Merge change 24643 into eclair by Android (Google) Code Review · 15 years ago
  4. 997161b Merge change 24642 into eclair by Android (Google) Code Review · 15 years ago
  5. 4fc61bf fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore by Mathias Agopian · 15 years ago
  6. 3dbf98c make sure conditions will return when the status of a surface is not NO_ERROR by Mathias Agopian · 15 years ago
  7. 18291bc Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API. by Andreas Huber · 15 years ago
  8. 8cd11d2 Add component name to informational logging in OMXCodec.cpp by Andreas Huber · 15 years ago
  9. 44d4b64 Merge change 24450 into eclair by Android (Google) Code Review · 15 years ago
  10. 51ae4a9 Merge change 24448 into eclair by Android (Google) Code Review · 15 years ago
  11. 25b1309 Minor API change in MPEG4Writer, support for amr output into MPEG4 containers. by Andreas Huber · 15 years ago
  12. 371e243 Support for amr-wb tracks in MPEG4Extractor. by Andreas Huber · 15 years ago
  13. 2f7daa1 Added some more verbose output for AMR formats. Properly fill out the output format. by Andreas Huber · 15 years ago
  14. 195ea1e Calculate proper output buffer size for some more 16-bit RGB color spaces. by Andreas Huber · 15 years ago
  15. f75978f Added a .amr file extractor (for AMR-NB and AMR-WB content). by Andreas Huber · 15 years ago
  16. 03480f8 Merge change 24179 into eclair by Android (Google) Code Review · 15 years ago
  17. 85fa14d Fix issue 1992233: DTMF tones on Sholes is really long. by Eric Laurent · 15 years ago
  18. ee73471 Merge changes 24119,24120 into eclair by Android (Google) Code Review · 15 years ago
  19. 8723e5a Merge change 24178 into eclair by Android (Google) Code Review · 15 years ago
  20. 456db75 Support encoding amr-wb content in stagefright. by Andreas Huber · 15 years ago
  21. b7802d9 The qcom decoder requires that the output buffers be allocated by the component for hardware accelerated display to work. by Andreas Huber · 15 years ago
  22. 148c1a2 Add basic metadata retrieval support for midi, ogg, etc. Bug 2050320 by James Dong · 15 years ago
  23. 81e2a52 fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 15 years ago
  24. e07db23 Add another testcase for moto to reproduce bug #2099685 to the stagefright commandline app. by Andreas Huber · 15 years ago
  25. 365928e Merge change 23835 into eclair by Android (Google) Code Review · 15 years ago
  26. f482a41 When encountering a .nomedia file, notify the MediaScannerClient, by Marco Nelissen · 15 years ago
  27. 7a6b9e2 Setting the component role appears to be mandatory now for all mime types. by Andreas Huber · 15 years ago
  28. e5adbee Some work to make audio encoding work. by Andreas Huber · 15 years ago
  29. bc32742 Merge change 23632 into eclair by Android (Google) Code Review · 15 years ago
  30. 104b12d Increase buffer allocated to receive HTTP response, YouTube is rather verbose... by Andreas Huber · 15 years ago
  31. 37940ee Squashed commit of the following: by Andreas Huber · 15 years ago
  32. 53f2b2a Temporarily unlock our mutex while fetching a buffer from the upstream source. by Andreas Huber · 15 years ago
  33. 9144085 Merge change 23169 into eclair by Android (Google) Code Review · 15 years ago
  34. 6d43768 More assert => CHECK by Andreas Huber · 15 years ago
  35. 450bf4b Fixes a race condition between entering ERROR state and initial buffer submit. by Andreas Huber · 15 years ago
  36. a8a371c Fixing the build. by Andreas Huber · 15 years ago
  37. 7f75ced Merge change 22991 into eclair by Android (Google) Code Review · 15 years ago
  38. 7d719af Apparently setting the preferred role of the OMX component is now required on this platform. by Andreas Huber · 15 years ago
  39. ab0a5c4 Merge change 22986 into eclair by Android (Google) Code Review · 15 years ago
  40. e0f0b08 Squashed commit of the following: by Andreas Huber · 15 years ago
  41. 83dc92f Fix a typo. by Andreas Huber · 15 years ago
  42. 152755d Merge change 22938 into eclair by Android (Google) Code Review · 15 years ago
  43. 80011fe Extend stagefright commandline up to enable vendor to reproduce specific bugs filed. by Andreas Huber · 15 years ago
  44. 63d88ff Merge change 22897 into eclair by Android (Google) Code Review · 15 years ago
  45. 284f513 An attempt to fix a deadlock between OMXCodec::start and upstream ::read by Andreas Huber · 15 years ago
  46. a9c322e Fix issue 2045911: Camera Shutter tone does not play correctly while listening to music. by Eric Laurent · 15 years ago
  47. 8297ced Another quirk, some OMX components fail to properly flush before shutdown and we must do it for them... by Andreas Huber · 15 years ago
  48. 0c89199 assert => CHECK in stagefright. by Andreas Huber · 15 years ago
  49. 355edce Disregard the EOS buffer flag while flushing or shutting down the decoder. by Andreas Huber · 15 years ago
  50. 38b610f Added a commandline option to "stagefright" that limits decoding to a maximum number of frames per iteration. by Andreas Huber · 15 years ago
  51. ea7d156 Keep up with latest changes to overlay handling on that unnamable platform. by Andreas Huber · 15 years ago
  52. 4e3d248 Calculate specular lighting correctly by Martin Storsjo · 15 years ago
  53. 1beb760 Make sure not to ask for more buffers when we know that there won't be any, added a quirk for the aac decoder. by Andreas Huber · 15 years ago
  54. 2ea76ea Enable specification of http:// urls in stagefright commandline tool. by Andreas Huber · 15 years ago
  55. 7530e9c Dynamically allocate a pair of MemoryHeaps according buffer count/sizes required by the OMX component, respect JPEG compressed size. by Andreas Huber · 15 years ago
  56. bde3caa Better (proper) parsing of the AVCDecoderConfigurationRecord, respect hardware decoder profile/level limits. by Andreas Huber · 15 years ago
  57. dbc0344 The PV AVC software decoder expects each fragment of a NAL unit to be handed to the decoder unframed. by Andreas Huber · 15 years ago
  58. 6d61edc Merge change 21745 into eclair by Android (Google) Code Review · 15 years ago
  59. 2d7d46f Refactored "stagefright" commandline app, split off JPEGSource. by Andreas Huber · 15 years ago
  60. c1a8d2f Fix missing -lpthread in linux-sim build. by Feng Qian · 15 years ago
  61. 3781a13 Merge change 21576 into eclair by Android (Google) Code Review · 15 years ago
  62. c6b59b7 Support for marshalling pointers / intptr_t in Parcel. by Andreas Huber · 15 years ago
  63. df64839 am ffbd2426: Merge change 21340 into eclair by Andreas Huber · 15 years ago
  64. 693d271 Squashed commit of the following: by Andreas Huber · 15 years ago
  65. e99fc32 am c9706f02: (-s ours) DO NOT MERGE, ALready merged to master. 1440173 [NJ-1331] MetaData utility parse the wrong m4a meta data. Changes to Java, application side. by Sahil Sachdeva · 15 years ago
  66. 59ecb64 DO NOT MERGE, ALready merged to master. by Sahil Sachdeva · 15 years ago
  67. b0ea9ad Merge change 21018 by Android (Google) Code Review · 15 years ago
  68. acd2bd7 1440173 [NJ-1331] MetaData utility parse the wrong m4a meta data. Changes to Java, application side. by Sahil Sachdeva · 15 years ago
  69. 806a5fc be more friendly with C by Mathias Agopian · 15 years ago
  70. 5a22b90 Fix issue 2045983 ToneGenerator: fix void statement. by Eric Laurent · 15 years ago
  71. f4148b5 Expose a variation of the createRenderer API that works on a plain Surface. by Andreas Huber · 15 years ago
  72. 408b8e1 Deprecate/remove now unused socketpair ipc communication in favour of exclusive binder use. by Andreas Huber · 15 years ago
  73. 47f59cf Build the stagefright library by default. by Andreas Huber · 15 years ago
  74. 23aea97 Merge change 9674 by Android (Google) Code Review · 15 years ago
  75. fa2877b Fix issue 2001214: AudioFlinger and AudioPolicyService interfaces should not use pointers as handles to inputs and outputs. by Eric Laurent · 15 years ago
  76. 285ead2 The mp3 decoder now correctly uses microseconds to measure time. One less quirk. by Andreas Huber · 15 years ago
  77. bf37f33 Recording/Export to .mp4/h.263 somewhat works on TI hardware. by Andreas Huber · 15 years ago
  78. 3302526 Fix problem in AudioTrack with 8 bit PCM and direct output. by Eric Laurent · 15 years ago
  79. fd6444c merge from open-source master by Jean-Baptiste Queru · 15 years ago
  80. 8b938cd The IOMX interface now instantiates IOMXRenderers to hide the details of hardware accelerated blitting. by Andreas Huber · 15 years ago
  81. 81573ec Remove hardcoded maximum frame rate limit from the framework bug 1993400 by James Dong · 15 years ago
  82. 264fb31 am f4dc9da3: Merge snapshot variant of donut back into the main tree by Jean-Baptiste Queru · 15 years ago
  83. 5b89194 merge from donut by Jean-Baptiste Queru · 15 years ago
  84. 3ccdc3e Merge snapshot variant of donut back into the main tree by Jean-Baptiste Queru · 15 years ago
  85. 6db15db donut snapshot by Jean-Baptiste Queru · 15 years ago
  86. cfb3bc7 While other OMX nodes appear to now have switched to using microseconds to timestamp buffers, at least the TI AAC and MP3 decoders still use milliseconds. by Andreas Huber · 15 years ago
  87. 0024245 Squashed commit of the following: by Andreas Huber · 15 years ago
  88. 9a92037 Fix issue 2001517: AudioTrack compatibility issue. by Eric Laurent · 15 years ago
  89. 805544f reconcile korg/master into goog/master by Jean-Baptiste Queru · 15 years ago
  90. 7948278 Merge korg/donut into korg/master by Jean-Baptiste Queru · 15 years ago
  91. c2f1f07 Fix issue 1795088 Improve audio routing code by Eric Laurent · 15 years ago
  92. a64c8c7 Added native metadata support. by niko · 15 years ago
  93. 8445fd9 am db7db69a: Merge snapshot variant of donut back into main tree by Jean-Baptiste Queru · 15 years ago
  94. 54d6a33 Merge snapshot variant of donut back into main tree by Jean-Baptiste Queru · 15 years ago
  95. 6d9d4ac donut snapshot by Jean-Baptiste Queru · 15 years ago
  96. e7656d6 Fixing the build: StagefrightPlayer now implements the newly introduced "getMetadata" pure virtual. by Andreas Huber · 15 years ago
  97. d608a81 Added method to get metadata out of the player. by niko · 15 years ago
  98. 919f738 Merge change 7701 by Android (Google) Code Review · 15 years ago
  99. c8d6c8b Clean up MP3Extractor code and fixes a bug that miscalculated the position of the header by a few bytes whenever we read in more data. by Andreas Huber · 15 years ago
  100. 548681f stagefright: initialize more of the OMX_BUFFERHEADERTYPE structure as they are apparently not cleared by the OMX implementation. by Andreas Huber · 15 years ago