1. cc562a3 Bug 3438258 Add SurfaceTexture as MediaPlayer sink by Glenn Kasten · 13 years ago
  2. 118a150 Experimental support for https transfers in stagefright. by Andreas Huber · 13 years ago
  3. c5b0abf Add AAC extractor by Gloria Wang · 14 years ago
  4. f9f223e Bug 1804058 FLAC extractor by Glenn Kasten · 14 years ago
  5. a158746 Initial support for a true streaming player for mpeg2 transport streams. by Andreas Huber · 14 years ago
  6. 1bb0ffd Squashed commit of the following: by Andreas Huber · 14 years ago
  7. 61c79b6 Squashed commit of the following: by Andreas Huber · 14 years ago
  8. 6a1f5f9 More HTTP live support, AES encryption etc. by Andreas Huber · 14 years ago
  9. 1bd99498 Some refactoring and added support for another form of vbr headers. by Andreas Huber · 14 years ago
  10. c2c22e7 Add support for WV DRM by Gloria Wang · 14 years ago
  11. cbb053c resolved conflicts for merge of 965f960e to master by Gloria Wang · 14 years ago
  12. b879147 resolved conflicts for merge of 9084631d to gingerbread-plus-aosp by Gloria Wang · 14 years ago
  13. d577091 DRM framework support: by Gloria Wang · 14 years ago
  14. 5582cc3 Merge fb474872 from gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  15. a4f391c Include the framework copy of the OpenMAX headers instead of referencing external/opencore. by Andreas Huber · 14 years ago
  16. 1a30385 am 9d591860: am 3a9cc8ce: Merge "Squashed commit of the following:" into gingerbread by Andreas Huber · 14 years ago
  17. c751ecc Squashed commit of the following: by Andreas Huber · 14 years ago
  18. f146cb4 am 7a848c0d: am 8946ab26: A ThreadedSource wraps around an existing MediaSource and reads output buffers on a separate thread. It\'s now used for the vpx decoder to decode frames ahead of time to improve playback performance. by Andreas Huber · 14 years ago
  19. 8946ab2 A ThreadedSource wraps around an existing MediaSource and reads output buffers on a separate thread. It's now used for the vpx decoder to decode frames ahead of time to improve playback performance. by Andreas Huber · 14 years ago
  20. 06a1d61 Added VideoSourceDownSampler by Nipun Kwatra · 14 years ago
  21. d7e7a3f Adding support for parallel recording sessions. by Nipun Kwatra · 14 years ago
  22. fc5d0cf am b29ebd39: am f0ad5484: Merge "In the absence of width/height information in the sdp, extract the dimensions from the avc codec specific data." into gingerbread by Andreas Huber · 14 years ago
  23. eef3c33 In the absence of width/height information in the sdp, extract the dimensions from the avc codec specific data. by Andreas Huber · 14 years ago
  24. 030af34 am e14923b0: am 4edf85ab: Merge "Support for extracting G.711 a-law and mu-law audio from WAV files and a corresponding software decoder." into gingerbread by Andreas Huber · 14 years ago
  25. 520b2a7 Support for extracting G.711 a-law and mu-law audio from WAV files and a corresponding software decoder. by Andreas Huber · 14 years ago
  26. 0a3858b am 1f513d88: am c17f35dd: Merge "Support for Gtalk video, includes AMR/H.263 assembler and packetization support, extensions to MediaRecorder to stream via RTP over a pair of UDP sockets as well as various fixes to the RTP implementation." into gingerbread by Andreas Huber · 14 years ago
  27. 57648e4 Support for Gtalk video, includes AMR/H.263 assembler and packetization support, extensions to MediaRecorder to stream via RTP over a pair of UDP sockets as well as various fixes to the RTP implementation. by Andreas Huber · 14 years ago
  28. dce4beb Support for video size to be different from captured picture size. by Nipun Kwatra · 14 years ago
  29. f9b8018 Adding support for timelapse capture using still camera's takepicture. by Nipun Kwatra · 14 years ago
  30. 42ef0c7 Initial check-in for software m4v_h263 encoder by James Dong · 14 years ago
  31. 1cc31e6 Initial checkin for software AVC encoder by James Dong · 14 years ago
  32. 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 14 years ago
  33. 4d61f60 Switch stagefright's approach to prefetching to the new model. The java MediaPlayer is now notified about rebuffering start/end via info messages. by Andreas Huber · 14 years ago
  34. 7a747b8 Initial checkin of preliminary rtsp support for stagefright. by Andreas Huber · 14 years ago
  35. 202348e Initial checkin of preliminary support for "http live" streaming in stagefright. by Andreas Huber · 14 years ago
  36. a557b24 Initial checkin of mpeg2 transport stream parser for stagefright. by Andreas Huber · 14 years ago
  37. eaeae4a A debugging DataSource artifically limiting the available bandwidth. by Andreas Huber · 14 years ago
  38. 47ba30e Squashed commit of the following: by Andreas Huber · 14 years ago
  39. 072f524 Support for media extraction from .mkv/.mka Matroska files in stagefright. by Andreas Huber · 14 years ago
  40. 17299ab Initial software encoder checkins by James Dong · 14 years ago
  41. 388379f A new OggExtractor/VorbisDecoder combo to support approximate seeking. by Andreas Huber · 14 years ago
  42. 2d31566 For issue #2651381, allow library prelinking. by Dan Bornstein · 14 years ago
  43. eb5eef3 Support for Ogg Vorbis decoding in stagefright. by Andreas Huber · 14 years ago
  44. 7691af9 Make sure that the event callback thread is Java capable in the simulator. by Marco Nelissen · 14 years ago
  45. 8d00b53 Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression) by Gloria Wang · 14 years ago
  46. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 14 years ago
  47. 4ab5a6f Support for rendering through an overlay on the droid even if a software renderer is active. by Andreas Huber · 14 years ago
  48. 2c51014 Use Tremor for sim-eng, and Tremolo for other targets. by Gloria Wang · 14 years ago
  49. 9682728 Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)" by Gloria Wang · 15 years ago
  50. 2f46c06 Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression) by Gloria Wang · 15 years ago
  51. acfbc80 Stop using the PV software decoders and use ours (based on PV code) instead even in non-FULL_STAGEFRIGHT builds. by Andreas Huber · 15 years ago
  52. b9e6383 Better support for HTTP streaming media content, fixes to the way HTTPDataSource streams the data, prefetcher implementation. by Andreas Huber · 15 years ago
  53. 07bf09d Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pure-audio recording in stagefright. by Andreas Huber · 15 years ago
  54. 1faa92a Squashed commit of the following: by Andreas Huber · 15 years ago
  55. aee3c63 Squashed commit of the following: by Andreas Huber · 15 years ago
  56. e4a8380 Reorganize some of the stagefright implementation related to metadata. by Andreas Huber · 15 years ago
  57. 02f5b54 Initial checkins of the mpeg4 and h263 software decoders based on PV by James Dong · 15 years ago
  58. 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
  59. d49b526dd Initial checkin of software AMR NB encoder based on PV source code. by Andreas Huber · 15 years ago
  60. 4a0ec3f Initial checkin of software AVC video decoder based on PV source code. by Andreas Huber · 15 years ago
  61. a30d400 Initial check in of AMR (NB and WB) decoders based on PV source code. by Andreas Huber · 15 years ago
  62. 250f243 Initial checkin of stagefright MP3 audio decoder based on PV source code. by Andreas Huber · 15 years ago
  63. 8c7ab03 Fixing the build, only instantiate the software aac decoder in full stagefright builds. by Andreas Huber · 15 years ago
  64. dacaa73 Initial check in of stagefright software AAC decoder based on PV source code. by Andreas Huber · 15 years ago
  65. 27366fc Squashed commit of the following: by Andreas Huber · 15 years ago
  66. 6bce6d8 Adds a WAVExtractor for 16-bit signed PCM audio wave files. by Andreas Huber · 15 years ago
  67. 155e2ad Re-enable CameraSource. by Andreas Huber · 15 years ago
  68. 9f9afef Added an API IOMX::createRendererFromJavaSurface. by Andreas Huber · 15 years ago
  69. 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
  70. 6026a51 Move JPEGSource.{cpp,h} into libstagefright. by Andreas Huber · 15 years ago
  71. e6c4096 Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API. by Andreas Huber · 15 years ago
  72. 5a65a6e Added a .amr file extractor (for AMR-NB and AMR-WB content). by Andreas Huber · 15 years ago
  73. 329577a Squashed commit of the following: by Andreas Huber · 15 years ago
  74. be06d26 Squashed commit of the following: by Andreas Huber · 15 years ago
  75. 0d596d4 Build the stagefright library by default. by Andreas Huber · 15 years ago
  76. 1de1316 The IOMX interface now instantiates IOMXRenderers to hide the details of hardware accelerated blitting. by Andreas Huber · 15 years ago
  77. 8a43277 Squashed commit of the following: by Andreas Huber · 15 years ago
  78. 3a3ba05 Another fix for building libstagefright for the simulator, plus whitespace adjustments. by Marco Nelissen · 15 years ago
  79. e46b7be Squashed commit of the following: by Andreas Huber · 15 years ago