1. 8ae49d8 Ogg files can be tagged to be automatically looping, this setting always overrides the MediaPlayer's setLooping setting. by Andreas Huber · 15 years ago
  2. 1a4c79e Merge "Properly buffer a certain amount of data on streaming sources before finishing prepare()." into gingerbread by Andreas Huber · 15 years ago
  3. 8650e19 Properly buffer a certain amount of data on streaming sources before finishing prepare(). by Andreas Huber · 15 years ago
  4. b4d5320 Remove unused/debugging code from MP4 file writer by James Dong · 15 years ago
  5. 1f90c4b Better file size estimate by James Dong · 15 years ago
  6. bd05775 Merge "Calculate audio media drift time from AudioSource" into gingerbread by James Dong · 15 years ago
  7. 34c8d61 Merge "Fix problem in AudioEffect::command() status." into gingerbread by Eric Laurent · 15 years ago
  8. aeae3de Fix problem in AudioEffect::command() status. by Eric Laurent · 15 years ago
  9. d707fcb Calculate audio media drift time from AudioSource by James Dong · 15 years ago
  10. 9b93478 Merge "Better support for buffered streaming of rtsp content, if buffer drops below a certain threshold we will temporarily pause playback until we have sufficient data." into gingerbread by Andreas Huber · 15 years ago
  11. e91b46246 Merge "Make sure that if initialization fails, AudioSource still behaves well." into gingerbread by James Dong · 15 years ago
  12. c9e8948 Better support for buffered streaming of rtsp content, if buffer drops below a certain threshold we will temporarily pause playback until we have sufficient data. by Andreas Huber · 15 years ago
  13. 6e20bdf Make sure that if initialization fails, AudioSource still behaves well. by James Dong · 15 years ago
  14. bcbe5af Merge "Keep gtalk video chat specific code consistent with rtsp changes." into gingerbread by Andreas Huber · 15 years ago
  15. 82f7321 Properly extract all raw_data_blocks from an ADSP mpeg4 audio buffer. by Andreas Huber · 15 years ago
  16. 389636c Keep gtalk video chat specific code consistent with rtsp changes. by Andreas Huber · 15 years ago
  17. 8f45bd7 Audio Effects: fix problems in volume control. by Eric Laurent · 15 years ago
  18. 0612475 Merge "Support for RFC3640 - mpeg4-generic RTP packet type, AAC-lbr and AAC-hbr." into gingerbread by Andreas Huber · 15 years ago
  19. 69a4f8b Merge "Better detection of connection problems - timeout if no rtcp packets arrive within a certain time, not a final frame (which may take longer)" into gingerbread by Andreas Huber · 15 years ago
  20. 4dba3e9 Support for RFC3640 - mpeg4-generic RTP packet type, AAC-lbr and AAC-hbr. by Andreas Huber · 15 years ago
  21. f74c8f9 Add some encoding parameters for the "record" utility by James Dong · 15 years ago
  22. e7d3e90 Better detection of connection problems - timeout if no rtcp packets arrive within a certain time, not a final frame (which may take longer) by Andreas Huber · 15 years ago
  23. 5edae61 fixedfft: Only includes cpu-features.h when __arm__ is defined. by Chia-chi Yeh · 15 years ago
  24. 5d5f5df Merge "Recent changes to the rtsp code require every buffer fed to the packet source to have a timestamp, we're ignoring timestamps for gtalk videochat but we still have to have a placeholder." into gingerbread by Andreas Huber · 15 years ago
  25. b186054 Recent changes to the rtsp code require every buffer fed to the packet source to have a timestamp, we're ignoring timestamps for gtalk videochat but we still have to have a placeholder. by Andreas Huber · 15 years ago
  26. e26cd86 Merge "Instead of closing the connection altogether if no UDP packets arrive after a certain time, try changing transports (to interleaved TCP). Also properly close the sockets on disconnection." into gingerbread by Andreas Huber · 15 years ago
  27. 7aef033 Instead of closing the connection altogether if no UDP packets arrive after a certain time, try changing transports (to interleaved TCP). Also properly close the sockets on disconnection. by Andreas Huber · 15 years ago
  28. 44eb096 Merge "Fix issue 2952766." into gingerbread by Eric Laurent · 15 years ago
  29. 541d765 Remove camera metering mode API. by Wu-cheng Li · 15 years ago
  30. 1c842b2 Merge "Reverse the default setting of media.stagefright.enable-{rtsp,record} in preparation for building without opencore." into gingerbread by Andreas Huber · 15 years ago
  31. a1ffe49 Reverse the default setting of media.stagefright.enable-{rtsp,record} in preparation for building without opencore. by Andreas Huber · 15 years ago
  32. 3849699 Merge "LVM release 1.07 delivery." into gingerbread by Eric Laurent · 15 years ago
  33. e56121b Finetune some rtsp timeout constants. by Andreas Huber · 15 years ago
  34. c01ec02 Merge "ALoopers can now be named (useful to distinguish threads)." into gingerbread by Andreas Huber · 15 years ago
  35. c1c88e2 Fix issue 2952766. by Eric Laurent · 15 years ago
  36. a814c1f ALoopers can now be named (useful to distinguish threads). by Andreas Huber · 15 years ago
  37. 824c9ff Workaround for a QCOM issue where the output buffer size advertised by the AVC encoder by James Dong · 15 years ago
  38. 352c468 Merge "Suppress the video recording start signal - bug 2950297" into gingerbread by James Dong · 15 years ago
  39. f8860bf Merge "Better support for rtsp (normal play-)time display. Better seek support, timeout if no packets arrive for too long." into gingerbread by Andreas Huber · 15 years ago
  40. 165dc4c Merge "We accidentally always aborted after 10 secs, even if the connection was fine." into gingerbread by Andreas Huber · 15 years ago
  41. 8d34297 Better support for rtsp (normal play-)time display. Better seek support, timeout if no packets arrive for too long. by Andreas Huber · 15 years ago
  42. d918324 LVM release 1.07 delivery. by Eric Laurent · 15 years ago
  43. 14cc6fc Merge "fix a race in SF buffer management" into gingerbread by Mathias Agopian · 15 years ago
  44. cc6adf5 We accidentally always aborted after 10 secs, even if the connection was fine. by Andreas Huber · 15 years ago
  45. d7c43d3 fix a race in SF buffer management by Mathias Agopian · 15 years ago
  46. f1ae196 Suppress the video recording start signal - bug 2950297 by James Dong · 15 years ago
  47. 1b07372 Merge "Support for RTP packets arriving interleaved with RTSP responses." into gingerbread by Andreas Huber · 15 years ago
  48. 0792ce7 Support for RTP packets arriving interleaved with RTSP responses. by Andreas Huber · 15 years ago
  49. 640a72e Merge "Make sure that timestamp does not go backward in MP4 file writer" into gingerbread by James Dong · 15 years ago
  50. f302743 Merge "Fix support for per-frame unsynchronization in ID3V2.4 tags." into gingerbread by Andreas Huber · 15 years ago
  51. f0bfaa8 Merge "Added preset reverb." into gingerbread by Eric Laurent · 15 years ago
  52. ac994df Fix support for per-frame unsynchronization in ID3V2.4 tags. by Andreas Huber · 15 years ago
  53. 81ce489 Merge "Ensure that buffering updates eventually hit 100% after we download everything." into gingerbread by Andreas Huber · 15 years ago
  54. 3f71e8b Merge "Allow sniffers to return a packet of opaque data that the corresponding extractor can take advantage of to not duplicate work already done sniffing. The mp3 extractor takes advantage of this now." into gingerbread by Andreas Huber · 15 years ago
  55. 5a1c352 Allow sniffers to return a packet of opaque data that the corresponding extractor can take advantage of to not duplicate work already done sniffing. The mp3 extractor takes advantage of this now. by Andreas Huber · 15 years ago
  56. 2a4b49b Ensure that buffering updates eventually hit 100% after we download everything. by Andreas Huber · 15 years ago
  57. 625981e Fix the simulator build. by Eric Laurent · 15 years ago
  58. 97344f1 Added preset reverb. by Eric Laurent · 15 years ago
  59. fce4932 Merge "fix [2931513] Add support for setting the orientation of an ANativeWindow" into gingerbread by Mathias Agopian · 15 years ago
  60. 9223564 fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 15 years ago
  61. 094370f Merge "A first shot at proper support for seeking of rtsp streams." into gingerbread by Andreas Huber · 15 years ago
  62. cce326f A first shot at proper support for seeking of rtsp streams. by Andreas Huber · 15 years ago
  63. 40e9940 Make sure that timestamp does not go backward in MP4 file writer by James Dong · 15 years ago
  64. afb68fb Merge "LVM release 1.05 delivery" into gingerbread by Eric Laurent · 15 years ago
  65. a1b2324 merge -s ours from froyo-release so that upgrading to gingerbread is a git fast-forward by Jean-Baptiste Queru · 15 years ago
  66. 01f0908 Merge "Better handling of rtsp connection and disconnection." into gingerbread by Andreas Huber · 15 years ago
  67. 1b54324 Better handling of rtsp connection and disconnection. by Andreas Huber · 15 years ago
  68. dedf414 Runtime dump support for MediaWriter by James Dong · 15 years ago
  69. 4824824 Merge "Visualizer: replace the FFT implementation with a faster one." into gingerbread by Chia-chi Yeh · 15 years ago
  70. c59c6fd LVM release 1.05 delivery by Eric Laurent · 15 years ago
  71. be6fd20 setParamMaxFileDurationUs should allow zero time input as per API of setMaxDuration. by Nipun Kwatra · 15 years ago
  72. 3eb2ff2 Merge "Only add 4 bytes offset for the output media buffer when SPS is not received for SW AVC encoder" into gingerbread by James Dong · 15 years ago
  73. 817afcf Merge "Add camera fps range API." into gingerbread by Wu-cheng Li · 15 years ago
  74. 04379fa Add camera fps range API. by Wu-cheng Li · 15 years ago
  75. 225f65f Merge "Handle the camera open failure better." into gingerbread by Wu-cheng Li · 15 years ago
  76. b7a6794 Handle the camera open failure better. by Wu-cheng Li · 15 years ago
  77. 76c6e8f Only add 4 bytes offset for the output media buffer when SPS is not received for SW AVC encoder by James Dong · 15 years ago
  78. 4f86a98 Don't drop a late frame which may lead to missing I frames in the MP4 file by James Dong · 15 years ago
  79. 690f546 Return error from MPEG4Writer stop() if the check on codec specific data failed by James Dong · 15 years ago
  80. e0b77ce Merge "Make MediaWriter stop and pause return errors if necessary" into gingerbread by James Dong · 15 years ago
  81. 3718791 Make MediaWriter stop and pause return errors if necessary by James Dong · 15 years ago
  82. ab62ba6 Merge "Support for MP4V-ES packetization format according to RFC3016." into gingerbread by Andreas Huber · 15 years ago
  83. 62cb04d Support for MP4V-ES packetization format according to RFC3016. by Andreas Huber · 15 years ago
  84. f1cca5a Merge "Adding getSupportedPreviewSizes to CameraParameters.DO NOT MERGE" into gingerbread by Wu-cheng Li · 15 years ago
  85. 3ac620a Merge "Adding getSupportedPictureSizes to CameraParameters.DO NOT MERGE" into gingerbread by Wu-cheng Li · 15 years ago
  86. c0f7ec8 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 · 15 years ago
  87. 4478c01 Merge "Audio Effects: fixed "strength supported" parameter size." into gingerbread by Eric Laurent · 15 years ago
  88. 85f12e9 In the absence of width/height information in the sdp, extract the dimensions from the avc codec specific data. by Andreas Huber · 15 years ago
  89. e44607e Adding getSupportedPreviewSizes to CameraParameters.DO NOT MERGE by Nipun Kwatra · 15 years ago
  90. 34c91a3 Adding getSupportedPictureSizes to CameraParameters.DO NOT MERGE by Nipun Kwatra · 15 years ago
  91. 34c9ad8 Merge "Better support for rtsp streamed through VLC. Temporarily make the socket blocking to read all of the session description." into gingerbread by Andreas Huber · 15 years ago
  92. cf351ee Merge "Fix issue 2929440" into gingerbread by Eric Laurent · 15 years ago
  93. 25cbe0e Fix issue 2929440 by Eric Laurent · 15 years ago
  94. dbd2b7e Visualizer: replace the FFT implementation with a faster one. by Chia-chi Yeh · 15 years ago
  95. 7fa8a0e Audio Effects: fixed "strength supported" parameter size. by Eric Laurent · 15 years ago
  96. 186c387 Merge "Document that autoFocus must be called in auto and macro mode." into gingerbread by Wu-cheng Li · 15 years ago
  97. ef7af7f Better support for rtsp streamed through VLC. Temporarily make the socket blocking to read all of the session description. by Andreas Huber · 15 years ago
  98. d683105 Merge "Make the OggExtractor less verbose." into gingerbread by Andreas Huber · 15 years ago
  99. a65ccbf Be more lenient when validating ESDS information in mp4 audio tracks. Allow the absence of any codec specific data and assume that the mpeg4 headers are not lying to us. by Andreas Huber · 15 years ago
  100. e2e6ffa Squashed commit of the following: by Andreas Huber · 15 years ago