1. ddcc4a6 Remove some hard-coded encoding parameters by James Dong · 14 years ago
  2. 365a963 Initial check-in for collecting stats from authoring engine at runtime by James Dong · 14 years ago
  3. cc2fc00 Merge "Second part of speeding up video recording frame rate" into kraken by James Dong · 14 years ago
  4. d07139e Second part of speeding up video recording frame rate by James Dong · 14 years ago
  5. cf7b9c7 Initial checkin of preliminary rtsp support for stagefright. by Andreas Huber · 14 years ago
  6. e71d10e Initial checkin of preliminary support for "http live" streaming in stagefright. by Andreas Huber · 14 years ago
  7. cda17c6 Initial checkin of mpeg2 transport stream parser for stagefright. by Andreas Huber · 14 years ago
  8. c46e8b9 Merge "Initial checkin of "foundation" library for future stagefright development." into kraken by Andreas Huber · 14 years ago
  9. 7296123 Initial checkin of "foundation" library for future stagefright development. by Andreas Huber · 14 years ago
  10. c00d6f3 Merge "Remove hard-coded pixel format for recording frames in CameraSource. Retrieve the pixel format from Camera HAL at runtime." into kraken by James Dong · 14 years ago
  11. dea96b8 Merge "Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications." into kraken by Eric Laurent · 14 years ago
  12. c1640f4 am e896d416: am 2e3761ba: Merge "Changes to the prefetcher to allow for bursts of data to be transferred, hopefully allowing the radio to go to low-power mode while idle." into froyo by Andreas Huber · 14 years ago
  13. ebe43b3 am 2e3761ba: Merge "Changes to the prefetcher to allow for bursts of data to be transferred, hopefully allowing the radio to go to low-power mode while idle." into froyo by Andreas Huber · 14 years ago
  14. ddc4352 Changes to the prefetcher to allow for bursts of data to be transferred, hopefully allowing the radio to go to low-power mode while idle. by Andreas Huber · 14 years ago
  15. 653252b Remove hard-coded pixel format for recording frames in CameraSource. by James Dong · 14 years ago
  16. be916aa Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications. by Eric Laurent · 14 years ago
  17. c282e3e A debugging DataSource artifically limiting the available bandwidth. by Andreas Huber · 14 years ago
  18. aed27b0 Merge "Avoid copying for input recording frames in CameraSource" into kraken by James Dong · 14 years ago
  19. 7278cf3 Avoid copying for input recording frames in CameraSource by James Dong · 14 years ago
  20. 1b52bd2 Better sniffing of MPEG4 content by checking for a compatible sub-brand. by Andreas Huber · 14 years ago
  21. 8a74f1b Merge "After failing to create an AudioTrack, only stop the source if we were the ones starting it." into kraken by Andreas Huber · 14 years ago
  22. a7414ea Remove the logic in CameraSource using CameraParameters class to find out the buffer size. by James Dong · 14 years ago
  23. 5b39604 Merge "Avoid repeatedly allocating and freeing memory in CameraSource" into kraken by James Dong · 14 years ago
  24. cbe48a0 Avoid repeatedly allocating and freeing memory in CameraSource by James Dong · 14 years ago
  25. 69ec58e After failing to create an AudioTrack, only stop the source if we were the ones starting it. by Andreas Huber · 14 years ago
  26. 5a4001d Convert a number of assertions into runtime errors (OggExtractor) by Andreas Huber · 14 years ago
  27. 1a9b892 Merge "Squashed commit of the following:" into kraken by Andreas Huber · 14 years ago
  28. 2941c27 Merge "Fix issue 2667797: [Audio Effect Framework] new base class and binder interfaces for effect control." into kraken by Eric Laurent · 14 years ago
  29. 6c3a699 Merge "Support for thumbnail extraction in the Matroska extractor." into kraken by Andreas Huber · 14 years ago
  30. 5279d1d Support for thumbnail extraction in the Matroska extractor. by Andreas Huber · 14 years ago
  31. 8b5a756 Merge "Fix the simulator build broken by commit 5fe37c6838de9fbd959ad19ba44aa3d00d1b4e6f" into kraken by Eric Laurent · 14 years ago
  32. 17217ab Fix the simulator build broken by commit 5fe37c6838de9fbd959ad19ba44aa3d00d1b4e6f by Eric Laurent · 14 years ago
  33. 4595be9 Support for ogg(vorbis) metadata in stagefright including album art. by Andreas Huber · 14 years ago
  34. d71a1be Fix issue 2667797: [Audio Effect Framework] new base class and binder interfaces for effect control. by Eric Laurent · 14 years ago
  35. 9bca89d Merge "Fix issue 2667796: [Audio Effect Framework] Effect factory and libraries." into kraken by Eric Laurent · 14 years ago
  36. 4d1265c Squashed commit of the following: by Andreas Huber · 14 years ago
  37. 1cb8fa1 Merge "Properly handle start code in H264/AVC encoder output" into kraken by James Dong · 14 years ago
  38. 3d8055a Interestingly, a call to fseek with a NULL file handle now blocks forever... by Andreas Huber · 14 years ago
  39. 26fe83e Merge "Support for media extraction from .mkv/.mka Matroska files in stagefright." into kraken by Andreas Huber · 14 years ago
  40. 135ad07 Fix issue 2667796: [Audio Effect Framework] Effect factory and libraries. by Eric Laurent · 14 years ago
  41. e136c3b Properly handle start code in H264/AVC encoder output by James Dong · 14 years ago
  42. c021386 Merge "Update software AVC decoder to no longer require the kWantsNALFragments hack." into kraken by Andreas Huber · 14 years ago
  43. 093437c Support for media extraction from .mkv/.mka Matroska files in stagefright. by Andreas Huber · 14 years ago
  44. 528b314 Update software AVC decoder to no longer require the kWantsNALFragments hack. by Andreas Huber · 14 years ago
  45. af991a9 Merge "Workaround for preview frame rate setting and encoder profile and level settings on passion 1. QCOM camera HAL does not honor the preview frame rate set request. see bug - 2701282 2. QCOM video encoder has lots of 0-length output buffers if the default level setting is changed. see bug - 2660974" into kraken by James Dong · 14 years ago
  46. 7405500 Workaround for preview frame rate setting and encoder profile and level settings on passion by James Dong · 14 years ago
  47. cf14f10 am 3c16154a: am 2723e092: Merge "Better handling of codec initialization failure in the player and thumbnail extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize." into froyo by Andreas Huber · 14 years ago
  48. 8fe7fa8 am 2723e092: Merge "Better handling of codec initialization failure in the player and thumbnail extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize." into froyo by Andreas Huber · 14 years ago
  49. 139a5d5 Better handling of codec initialization failure in the player and thumbnail extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize. by Andreas Huber · 14 years ago
  50. 956c553 Initial software encoder checkins by James Dong · 14 years ago
  51. d1b449a Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock. by Eric Laurent · 14 years ago
  52. ea10bc6 am a5cd816c: am eb9128f9: Fix sampleTable instantiation, this makes sure that the sample table refers to the custom datasource that caches the metadata to prevent needless seeking. by Andreas Huber · 14 years ago
  53. c0b42f2 am eb9128f9: Fix sampleTable instantiation, this makes sure that the sample table refers to the custom datasource that caches the metadata to prevent needless seeking. by Andreas Huber · 14 years ago
  54. 1edbcb2 Fix sampleTable instantiation, this makes sure that the sample table refers to the custom datasource that caches the metadata to prevent needless seeking. by Andreas Huber · 14 years ago
  55. f0ce2fb Detect and handle premature termination of a recording session by James Dong · 14 years ago
  56. 3c0131f Audio/video initial recording time synchronization by James Dong · 14 years ago
  57. d599cd4 Handle recording file size and/or duration limit by James Dong · 14 years ago
  58. 2e90514 am 1d628c5d: merge from open-source master by The Android Open Source Project · 14 years ago
  59. 4ac3585 merge from open-source master by The Android Open Source Project · 14 years ago
  60. 4947577 Merge "Accept media files by file extension in case insensitive manner." by Jean-Baptiste Queru · 14 years ago
  61. 65ae665 Remove dummy surface in CameraSource by James Dong · 14 years ago
  62. 7838252 am 28fadef2: am 3c78a1b5: Return a runtime error instead of asserting if the AACDecoder is passed an unsupported config. by Andreas Huber · 14 years ago
  63. a945bfd Return a runtime error instead of asserting if the AACDecoder is passed an unsupported config. by Andreas Huber · 14 years ago
  64. f8fb8b8 should fix the build by Mathias Agopian · 14 years ago
  65. 8229dab am b003ad17: am e0dc80f8: Merge "Support for customizable socket-read timeouts through the HTTP response." into froyo by Andreas Huber · 14 years ago
  66. f5ef7f2 am 227e443a: am d6ad7c85: Merge "Better seek handling and proper reset of the vorbis decoder after a discontinuity (seek)" into froyo by Andreas Huber · 14 years ago
  67. ef9d0cd Added initial validation on video/audio encoding parameters before/at start() by James Dong · 14 years ago
  68. d2333bd Merge "Support for customizable socket-read timeouts through the HTTP response." into froyo by Andreas Huber · 14 years ago
  69. ba7c357 Support for customizable socket-read timeouts through the HTTP response. by Andreas Huber · 14 years ago
  70. 7837c17 Output streamable MP4 file during MP4 file recording by James Dong · 14 years ago
  71. 96f52cd Better seek handling and proper reset of the vorbis decoder after a discontinuity (seek) by Andreas Huber · 14 years ago
  72. 10a49e9 Merge "Metadata construction optimization" into kraken by James Dong · 14 years ago
  73. b1ccb62 am 17078510: am d13efb20: Merge "A new OggExtractor/VorbisDecoder combo to support approximate seeking." into froyo by Andreas Huber · 14 years ago
  74. 35a055b Support multiple cameras in framework. by Chih-Chung Chang · 14 years ago
  75. ee7ff20 A new OggExtractor/VorbisDecoder combo to support approximate seeking. by Andreas Huber · 14 years ago
  76. be83c9e Metadata construction optimization by James Dong · 14 years ago
  77. d8a3034 am 71bd9fc8: am 100ef9be: Merge "Disable vorbis seek when streaming from localhost." into froyo by Andreas Huber · 14 years ago
  78. f932583 Merge "Disable vorbis seek when streaming from localhost." into froyo by Andreas Huber · 14 years ago
  79. acdd9d0 Disable vorbis seek when streaming from localhost. by Andreas Huber · 14 years ago
  80. 71ec1d3 am 2a1674b1: am 2d315667: For issue #2651381, allow library prelinking. by Dan Bornstein · 14 years ago
  81. 77356c3 For issue #2651381, allow library prelinking. by Dan Bornstein · 14 years ago
  82. 13aec89 Support audio and video track interleaving in the recorded mp4 file by James Dong · 14 years ago
  83. aa9ca29 Merge "Support AAC recording" into kraken by James Dong · 14 years ago
  84. 3830a4f am 8ea45aad: am e083d0a2: Merge "Support for Ogg Vorbis decoding in stagefright." into froyo by Andreas Huber · 14 years ago
  85. 3cf4e43 Support for Ogg Vorbis decoding in stagefright. by Andreas Huber · 14 years ago
  86. 050b28a Support AAC recording by James Dong · 14 years ago
  87. c32cd79 Use timestamp from camera driver for CameraSource by James Dong · 14 years ago
  88. 261741e am 31431b34: am 374aee68: Switch to use software MP3 decoder Hardware MP3 decoder could lead to hang in the Music application, although the chance is very low. by James Dong · 14 years ago
  89. 0b5ba9e Switch to use software MP3 decoder by James Dong · 14 years ago
  90. add08eb am 89e28cbe: am 9e609b0d: Merge "Apparently select() does not immediately return if one of the masked socket descriptors is closed... Stop relying on select for read-with-timeout functionality and use SO_RCVTIMEO socket option instead." into froyo by Andreas Huber · 14 years ago
  91. 4bf29ca Apparently select() does not immediately return if one of the masked socket descriptors is closed... Stop relying on select for read-with-timeout functionality and use SO_RCVTIMEO socket option instead. by Andreas Huber · 14 years ago
  92. fdce1cc am 1e1edb2c: am 25dc5f30: Merge "Don\'t coalesce more than 250ms worth of encoded data into a single codec input buffer. This currently only applies to the component OMX.TI.AAC.decode, it is the only one to support coalescing in the first place." into froyo by Andreas Huber · 14 years ago
  93. d2c6894 Don't coalesce more than 250ms worth of encoded data into a single codec input buffer. by Andreas Huber · 14 years ago
  94. 4acdadb am 6852b198: am d3d445b1: Merge "Use PV_PLAYER to handle RTSP streaming" into froyo by James Dong · 15 years ago
  95. cbe4b2c fix unintentional drift by Jean-Baptiste Queru · 15 years ago
  96. 27fde95 Use PV_PLAYER to handle RTSP streaming by James Dong · 15 years ago
  97. 53fbf1d am c33f583b: am 4f3257cf: am dd684af8: Merge "Snif more 3GPP file types according to http://www.ftyps.com/3gpp.html" into froyo by James Dong · 15 years ago
  98. 73c30c5 am d760afc3: am 30e9c2d4: am db281311: Merge "Better diagnostics in the stagefright commandline tool, support for playing sine-tones using a filename of "sine:[samplingrate]", i.e. sine:44100. Support for playing audio through to the speakers by using "-o" in addition by Andreas Huber · 15 years ago
  99. 2f6ec4c am ebaa935e: am 9bb8e65a: am c15f48d7: Merge "Don\'t set encoder component role while we query decoders" into froyo by James Dong · 15 years ago
  100. d84201f am 465934d1: am d4c072d3: am b19da8e1: Fix for 2581725. Keep the last frame after resume(), and delete it in the next suspend() or reuse it if no new frame is available. by Gloria Wang · 15 years ago