1. d66a901 DO NOT MERGE: Instead of inserting semi-random delays after submission to surface flinger, delay releasing buffers to the next display time to avoid flickering. by Andreas Huber · 15 years ago
  2. c8d7c14 Delegate the platform dependent hardware renderer implementation to a shared library provided by the vendor. by Andreas Huber · 15 years ago
  3. c997aca Make AudioPlayer a little less verbose, defer starting audio playback until after the first video frame has been decoded (if there's video at all). by Andreas Huber · 15 years ago
  4. dcaa220 DO NOT MERGE: Squashed commit of the following: by Andreas Huber · 15 years ago
  5. a4eedac Now that UseBuffer on this component is fixed, let's use it. by Andreas Huber · 15 years ago
  6. d2906ad Fix video flickering by propagating the NO_CACHING flag from the master to MemoryHeapPMem. by Andreas Huber · 15 years ago
  7. 6e50a8c Revert "Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers." by Andreas Huber · 15 years ago
  8. 7a03b07 Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers. by Andreas Huber · 15 years ago
  9. f16a0b7 do not merge: The qcom video decoders always output yuv data after adjusting dimensions to be a multiple of 16. by Andreas Huber · 15 years ago
  10. 1a77b68e Another stagefright test-case and ignore end-of-stream notifications while we're flushing. by Andreas Huber · 15 years ago
  11. f7c3679 Merge change 25158 into eclair by Android (Google) Code Review · 15 years ago
  12. 4f23457 Another software color conversion implementation, this time OMX_QCOM_COLOR_FormatYVU420SemiPlanar => rgb565. by Andreas Huber · 15 years ago
  13. 0446b82 The 8k chipset qcom decoders require that the input buffers be allocated using OMX_AllocateBuffer rather than OMX_UseBuffer for now. by Andreas Huber · 15 years ago
  14. a4fe2ac Merge change 25128 into eclair by Android (Google) Code Review · 15 years ago
  15. c966a3c Support CbYCrY -> RGB565 color conversion in IOMXRenderer. by Andreas Huber · 15 years ago
  16. 9f9afef Added an API IOMX::createRendererFromJavaSurface. by Andreas Huber · 15 years ago
  17. 9202285 Added a little more logging in OMXCodec.cpp for vendors to be able to reproduce issues... by Andreas Huber · 15 years ago
  18. 2dc64d8 Apparently I must not use OMX_UseBuffer on either input or output ports on any of the TI components... or else. by Andreas Huber · 15 years ago
  19. 2aa39c4 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
  20. 6026a51 Move JPEGSource.{cpp,h} into libstagefright. by Andreas Huber · 15 years ago
  21. e6c4096 Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API. by Andreas Huber · 15 years ago
  22. e087373 Add component name to informational logging in OMXCodec.cpp by Andreas Huber · 15 years ago
  23. 466dbbf Merge change 24450 into eclair by Android (Google) Code Review · 15 years ago
  24. 546f3cd Merge change 24448 into eclair by Android (Google) Code Review · 15 years ago
  25. 033e6c3 Minor API change in MPEG4Writer, support for amr output into MPEG4 containers. by Andreas Huber · 15 years ago
  26. 2a65117 Support for amr-wb tracks in MPEG4Extractor. by Andreas Huber · 15 years ago
  27. 7ae02c8 Added some more verbose output for AMR formats. Properly fill out the output format. by Andreas Huber · 15 years ago
  28. 201511c Calculate proper output buffer size for some more 16-bit RGB color spaces. by Andreas Huber · 15 years ago
  29. 5a65a6e Added a .amr file extractor (for AMR-NB and AMR-WB content). by Andreas Huber · 15 years ago
  30. ee606e6 Support encoding amr-wb content in stagefright. by Andreas Huber · 15 years ago
  31. a7d0cf4 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
  32. 4c48342 Setting the component role appears to be mandatory now for all mime types. by Andreas Huber · 15 years ago
  33. da050cf2 Some work to make audio encoding work. by Andreas Huber · 15 years ago
  34. 040571a Merge change 23632 into eclair by Android (Google) Code Review · 15 years ago
  35. 7272f7f Increase buffer allocated to receive HTTP response, YouTube is rather verbose... by Andreas Huber · 15 years ago
  36. 43ad6eaf Squashed commit of the following: by Andreas Huber · 15 years ago
  37. 6db4aad Temporarily unlock our mutex while fetching a buffer from the upstream source. by Andreas Huber · 15 years ago
  38. d06e5b8 Fixes a race condition between entering ERROR state and initial buffer submit. by Andreas Huber · 15 years ago
  39. bf8ecd7 Merge change 22991 into eclair by Android (Google) Code Review · 15 years ago
  40. 813a875 Apparently setting the preferred role of the OMX component is now required on this platform. by Andreas Huber · 15 years ago
  41. c1dccce Merge change 22986 into eclair by Android (Google) Code Review · 15 years ago
  42. 329577a Squashed commit of the following: by Andreas Huber · 15 years ago
  43. 3986afe Fix a typo. by Andreas Huber · 15 years ago
  44. 42978e5 An attempt to fix a deadlock between OMXCodec::start and upstream ::read by Andreas Huber · 15 years ago
  45. 127fcdc Another quirk, some OMX components fail to properly flush before shutdown and we must do it for them... by Andreas Huber · 15 years ago
  46. b5ceb9e assert => CHECK in stagefright. by Andreas Huber · 15 years ago
  47. d779589 Disregard the EOS buffer flag while flushing or shutting down the decoder. by Andreas Huber · 15 years ago
  48. 446f44f Keep up with latest changes to overlay handling on that unnamable platform. by Andreas Huber · 15 years ago
  49. 404cc41 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
  50. 5c0a913 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
  51. ebf66ea Better (proper) parsing of the AVCDecoderConfigurationRecord, respect hardware decoder profile/level limits. by Andreas Huber · 15 years ago
  52. 4f5e602 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
  53. 1fd769c Fix missing -lpthread in linux-sim build. by Feng Qian · 15 years ago
  54. be06d26 Squashed commit of the following: by Andreas Huber · 15 years ago
  55. ccf8b94 Expose a variation of the createRenderer API that works on a plain Surface. by Andreas Huber · 15 years ago
  56. e9ec12c Deprecate/remove now unused socketpair ipc communication in favour of exclusive binder use. by Andreas Huber · 15 years ago
  57. 0d596d4 Build the stagefright library by default. by Andreas Huber · 15 years ago
  58. 6e1584c The mp3 decoder now correctly uses microseconds to measure time. One less quirk. by Andreas Huber · 15 years ago
  59. ea03f4a Recording/Export to .mp4/h.263 somewhat works on TI hardware. by Andreas Huber · 15 years ago
  60. 1de1316 The IOMX interface now instantiates IOMXRenderers to hide the details of hardware accelerated blitting. by Andreas Huber · 15 years ago
  61. 970764d 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
  62. 8a43277 Squashed commit of the following: by Andreas Huber · 15 years ago
  63. f211c09 Merge change 7701 by Android (Google) Code Review · 15 years ago
  64. 2e337a4 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
  65. 84c0246 stagefright: initialize more of the OMX_BUFFERHEADERTYPE structure as they are apparently not cleared by the OMX implementation. by Andreas Huber · 15 years ago
  66. 3a3ba05 Another fix for building libstagefright for the simulator, plus whitespace adjustments. by Marco Nelissen · 15 years ago
  67. 7013c8b Fixes to make libstagefright build for the simulator. by Marco Nelissen · 15 years ago
  68. e46b7be Squashed commit of the following: by Andreas Huber · 15 years ago