1. 8505f2f DO NOT MERGE: Enable http-live support for https:// urls, fix a parsing issue. by Andreas Huber · 13 years ago
  2. 2f1f224 Fix missing AOSP copyright headers for a bunch of media framework files by James Dong · 13 years ago
  3. 396f6de Merge "- To track the usage of all audio output devices - To track the currently used audio device - The devices are separated as speaker and other audio devices - Provide the collected data to battery application through pullBatteryData()" by Gloria Wang · 14 years ago
  4. 9b3f152 - To track the usage of all audio output devices by Gloria Wang · 14 years ago
  5. 669ad13 Allow optional specification of a PTS timestamp when signalling a discontinuity. by Andreas Huber · 14 years ago
  6. a28f6f1 Merge "Suppress the logging of URLs when in incognito mode." by Andreas Huber · 14 years ago
  7. 53182c4 Suppress the logging of URLs when in incognito mode. by Andreas Huber · 14 years ago
  8. 373ed6f Merge "Bug 3438258 Add SurfaceTexture as MediaPlayer sink" by Glenn Kasten · 14 years ago
  9. cc562a3 Bug 3438258 Add SurfaceTexture as MediaPlayer sink by Glenn Kasten · 14 years ago
  10. 62e05a6 To collect the total usage time of encoders in the media recorder by Gloria Wang · 14 years ago
  11. d211f41 - Add method in MediaPlayerService to collect and pull by Gloria Wang · 14 years ago
  12. d6c421f Remove legacy, AwesomePlayer-based http live implementation. by Andreas Huber · 14 years ago
  13. 75fb238 Should reset errno to 0 before calling strtoll(). by James Dong · 14 years ago
  14. 5f3ab06 Make sure that key frame is generated for timelapse video recording if there are at least two input video frames from camera source. by James Dong · 14 years ago
  15. 19922ad Some tweaks to HTTP live / nuplayer behaviour by Andreas Huber · 14 years ago
  16. 601fe0e Implement missing pause/resume support for NuPlayer. by Andreas Huber · 14 years ago
  17. 44b004b Eliminate recording sound by starting the video track before audio track. by James Dong · 14 years ago
  18. 5fb60c7 Use metadata in video buffers for timelapse video recording by default to eliminate memcpy by James Dong · 14 years ago
  19. 183fa14 Fix the sluggish preview during timelapse video recording because software encoder is used. by James Dong · 14 years ago
  20. 54815a7 Add audio encoding parameters check by James Dong · 14 years ago
  21. 11eab05 Publish MediaMetadataRetriever.java as public API by James Dong · 14 years ago
  22. 7caa130 NuPlayer now properly sends MEDIA_SET_VIDEOSIZE notifications. by Andreas Huber · 14 years ago
  23. d7069ca0 Use NuPlayer for HTTP live streaming playback by default. by Andreas Huber · 14 years ago
  24. 847551c Some more fixes regarding HTTP live in NuPlayer. by Andreas Huber · 14 years ago
  25. 08e10cb Seek/Duration support for completed http live streams in NuPlayer. by Andreas Huber · 14 years ago
  26. cbeaca7 Properly shutdown the decoders on a reset() in NuPlayer's implementation. by Andreas Huber · 14 years ago
  27. 54e6649 Squashed commit of the following: by Andreas Huber · 14 years ago
  28. 222e689 Distinguish discontinuities w/ a format change from those without. by Andreas Huber · 14 years ago
  29. 41c3f74 Squashed commit of the following: by Andreas Huber · 14 years ago
  30. 26ea64c Backward-compatibility max file size support, ignoring 0 or negative file size limit by James Dong · 14 years ago
  31. 687b32d Properly announce decoder output format changes, make sure AMessage::dup does. by Andreas Huber · 14 years ago
  32. a158746 Initial support for a true streaming player for mpeg2 transport streams. by Andreas Huber · 14 years ago
  33. 08800f3 First step towards renabling Timelapse video recording by James Dong · 14 years ago
  34. 5df53fe Remove check if the target video resolution is not supported by CameraSource by James Dong · 14 years ago
  35. faf09ba Prepare for publishing MediaMetadataRetriever as public API by James Dong · 14 years ago
  36. 6312dd6 If camera source uses the metadata, we must use HW encoder by James Dong · 14 years ago
  37. 6785699 am 80639875: am d4c5478a: Merge "Be conservative in estimating the file size limit." into gingerbread by James Dong · 14 years ago
  38. 5cdcf16 Be conservative in estimating the file size limit. by James Dong · 14 years ago
  39. 52b52cd Support streaming data across binder boundaries. by Andreas Huber · 14 years ago
  40. 1bb0ffd Squashed commit of the following: by Andreas Huber · 14 years ago
  41. 2747e0e Removed uncessary FILE structure pointer for I/O by James Dong · 14 years ago
  42. c23dabf Remove all traces of legacy renderer support in stagefright. by Andreas Huber · 14 years ago
  43. 8ec2d9a Remove legacy PV stuff by James Dong · 14 years ago
  44. aac193c Separate the key for audio sampling rate and video frame rate in MetaData.h by James Dong · 14 years ago
  45. 5d0b783 Fix uninitialized variable by James Dong · 14 years ago
  46. b9d7e01 Rotation support by James Dong · 14 years ago
  47. d195971 am c4a2ead2: am d2d62d04: Merge "Support extracting thumbnail from rotated video tracks" into gingerbread by James Dong · 14 years ago
  48. 53ebc72 Support extracting thumbnail from rotated video tracks by James Dong · 14 years ago
  49. 65a73f4 Rotation support by James Dong · 14 years ago
  50. 05c2fd5 Use meta data in the media recording framework by James Dong · 14 years ago
  51. c80c288 Revert "Support rotation in media recorder" by James Dong · 14 years ago
  52. f1febe4 Support rotation in media recorder by James Dong · 14 years ago
  53. 69b8d69 Squashed commit of the following: by Andreas Huber · 14 years ago
  54. b15f2ea Don't change the video recording frame rate if it is not requested. by James Dong · 14 years ago
  55. 5582cc3 Merge fb474872 from gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  56. a4f391c Include the framework copy of the OpenMAX headers instead of referencing external/opencore. by Andreas Huber · 14 years ago
  57. 4a90f93 resolved conflicts for merge of a127c07c to master by Kenny Root · 14 years ago
  58. 9adf466 Support for writing to MPEG2 transport stream files. by Andreas Huber · 14 years ago
  59. 37de60c am 2b4f1f4c: am f72dd019: Merge "Disable 10secs forward/backward seeking for rtsp as seek is a very expensive operation there. Decouple the 10sec forward/backward button functionality from seekbar functionality." into gingerbread by Andreas Huber · 14 years ago
  60. 329430a am 4f21e517: am b37fcbfd: Merge "Added getter for session Id to AudioSink" into gingerbread by Eric Laurent · 14 years ago
  61. 0c128b6 Move Camera specific logic out from StagefrightRecorder to CameraSource by James Dong · 14 years ago
  62. f72dd01 Merge "Disable 10secs forward/backward seeking for rtsp as seek is a very expensive operation there. Decouple the 10sec forward/backward button functionality from seekbar functionality." into gingerbread by Andreas Huber · 14 years ago
  63. 10b9b3f Disable 10secs forward/backward seeking for rtsp as seek is a very expensive operation there. Decouple the 10sec forward/backward button functionality from seekbar functionality. by Andreas Huber · 14 years ago
  64. b3bdf3f Added getter for session Id to AudioSink by Eric Laurent · 14 years ago
  65. 8a9f8bf Use setVideoSize API in StagefrightRecorder by James Dong · 14 years ago
  66. 7626650 am 7dff9dfd: am 269dea1c: Merge "Fix media.player dumpsys to output open/mapped files correctly. Bug 2866669. The dump function whitelists several directories as filters to the output. The mount point changed for SD card in Froyo, and we started filtering files that w by Dave Sparks · 14 years ago
  67. 124a346 Fix media.player dumpsys to output open/mapped files correctly. Bug 2866669. by Dave Sparks · 14 years ago
  68. 7553cf7 Implemented frequent read returns for quick stop in time lapse. by Nipun Kwatra · 14 years ago
  69. fb5a2d7 Checks for auxiliary video recording. by Nipun Kwatra · 14 years ago
  70. 4a857e6 Moving decision to use still camera to CameraSourceTimeLapse by Nipun Kwatra · 14 years ago
  71. 239f2e5 Support for auxiliary video parameters. by Nipun Kwatra · 14 years ago
  72. b33a5ae Added setAuxiliaryOutputFile to MediaRecorder and JNI by Nipun Kwatra · 14 years ago
  73. d7e7a3f Adding support for parallel recording sessions. by Nipun Kwatra · 14 years ago
  74. 2527da0 am 9aa05ec2: am 681c5ff2: Merge "Reverse the default setting of media.stagefright.enable-{rtsp,record} in preparation for building without opencore." into gingerbread by Andreas Huber · 14 years ago
  75. 30cfa20 Reverse the default setting of media.stagefright.enable-{rtsp,record} in preparation for building without opencore. by Andreas Huber · 14 years ago
  76. 7741ecc am 28a92120: am 3f51fa78: Runtime dump support for MediaWriter by James Dong · 14 years ago
  77. d820714 am 701b710c: am 300b0b7e: Merge "setParamMaxFileDurationUs should allow zero time input as per API of setMaxDuration." into gingerbread by Nipun Kwatra · 14 years ago
  78. 85cfdd0 Change the framework to use the new camera preview path. by Jamie Gennis · 14 years ago
  79. d535076 Merge "Squashed commit of the following:" by Andreas Huber · 14 years ago
  80. e3c0183 Squashed commit of the following: by Andreas Huber · 14 years ago
  81. 3f51fa7 Runtime dump support for MediaWriter by James Dong · 14 years ago
  82. 349250f am c8d2fa70: am cbd038fe: Merge "Make MediaWriter stop and pause return errors if necessary" into gingerbread by James Dong · 14 years ago
  83. fb45748 setParamMaxFileDurationUs should allow zero time input as per API of setMaxDuration. by Nipun Kwatra · 14 years ago
  84. d036662 Make MediaWriter stop and pause return errors if necessary by James Dong · 14 years ago
  85. 8ef786b am f54da15b: am eff30e3d: Change the default time scale for audio/video track during recording and reduce rounding errors in calculating the sample duration by James Dong · 14 years ago
  86. eff30e3 Change the default time scale for audio/video track during recording by James Dong · 14 years ago
  87. aa56ede am 0386d04b: am 581581fe: Merge "Fix all fd leaks in authoring engine" into gingerbread by James Dong · 14 years ago
  88. c6280bc Fix all fd leaks in authoring engine by James Dong · 14 years ago
  89. 453e92f When using still camera for time lapse capture, don't set preview. by Nipun Kwatra · 14 years ago
  90. 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
  91. 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
  92. 13f5b25 am d152c1c7: am d194f3d6: Merge "Replace CHECK with a failure return value when mCamera->setParameters() fails if the camera is locked by someone else." into gingerbread by James Dong · 14 years ago
  93. af3f29e Replace CHECK with a failure return value when mCamera->setParameters() fails by James Dong · 14 years ago
  94. 17e5304 Allowing useStillCameraForTimeLapse to be set through MediaRecorder.java by Nipun Kwatra · 14 years ago
  95. aea7523 am e915b0ef: am d973a533: Merge "Lower the lower bound for max file duration check" into gingerbread by James Dong · 14 years ago
  96. d973a53 Merge "Lower the lower bound for max file duration check" into gingerbread by James Dong · 14 years ago
  97. 8894de6 Lower the lower bound for max file duration check by James Dong · 14 years ago
  98. 154a320 resolved conflicts for merge of 27eecb70 to gingerbread by Jean-Baptiste Queru · 14 years ago
  99. 8f5d160 am 0c51c98f: am 4506c62a: fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
  100. 0c51c98 am 4506c62a: fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago