- a158746 Initial support for a true streaming player for mpeg2 transport streams. by Andreas Huber · 14 years ago
- 08800f3 First step towards renabling Timelapse video recording by James Dong · 14 years ago
- 5df53fe Remove check if the target video resolution is not supported by CameraSource by James Dong · 14 years ago
- faf09ba Prepare for publishing MediaMetadataRetriever as public API by James Dong · 14 years ago
- 6312dd6 If camera source uses the metadata, we must use HW encoder by James Dong · 14 years ago
- 6785699 am 80639875: am d4c5478a: Merge "Be conservative in estimating the file size limit." into gingerbread by James Dong · 14 years ago
- 5cdcf16 Be conservative in estimating the file size limit. by James Dong · 14 years ago
- 52b52cd Support streaming data across binder boundaries. by Andreas Huber · 14 years ago
- 1bb0ffd Squashed commit of the following: by Andreas Huber · 14 years ago
- 2747e0e Removed uncessary FILE structure pointer for I/O by James Dong · 14 years ago
- c23dabf Remove all traces of legacy renderer support in stagefright. by Andreas Huber · 14 years ago
- 8ec2d9a Remove legacy PV stuff by James Dong · 14 years ago
- aac193c Separate the key for audio sampling rate and video frame rate in MetaData.h by James Dong · 14 years ago
- 5d0b783 Fix uninitialized variable by James Dong · 14 years ago
- b9d7e01 Rotation support by James Dong · 14 years ago
- d195971 am c4a2ead2: am d2d62d04: Merge "Support extracting thumbnail from rotated video tracks" into gingerbread by James Dong · 14 years ago
- 53ebc72 Support extracting thumbnail from rotated video tracks by James Dong · 14 years ago
- 65a73f4 Rotation support by James Dong · 14 years ago
- 05c2fd5 Use meta data in the media recording framework by James Dong · 14 years ago
- c80c288 Revert "Support rotation in media recorder" by James Dong · 14 years ago
- f1febe4 Support rotation in media recorder by James Dong · 14 years ago
- 69b8d69 Squashed commit of the following: by Andreas Huber · 14 years ago
- b15f2ea Don't change the video recording frame rate if it is not requested. by James Dong · 14 years ago
- 5582cc3 Merge fb474872 from gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
- a4f391c Include the framework copy of the OpenMAX headers instead of referencing external/opencore. by Andreas Huber · 14 years ago
- 4a90f93 resolved conflicts for merge of a127c07c to master by Kenny Root · 14 years ago
- 9adf466 Support for writing to MPEG2 transport stream files. by Andreas Huber · 14 years ago
- 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
- 329430a am 4f21e517: am b37fcbfd: Merge "Added getter for session Id to AudioSink" into gingerbread by Eric Laurent · 14 years ago
- 0c128b6 Move Camera specific logic out from StagefrightRecorder to CameraSource by James Dong · 14 years ago
- 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
- 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
- b3bdf3f Added getter for session Id to AudioSink by Eric Laurent · 14 years ago
- 8a9f8bf Use setVideoSize API in StagefrightRecorder by James Dong · 14 years ago
- 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
- 124a346 Fix media.player dumpsys to output open/mapped files correctly. Bug 2866669. by Dave Sparks · 14 years ago
- 7553cf7 Implemented frequent read returns for quick stop in time lapse. by Nipun Kwatra · 14 years ago
- fb5a2d7 Checks for auxiliary video recording. by Nipun Kwatra · 14 years ago
- 4a857e6 Moving decision to use still camera to CameraSourceTimeLapse by Nipun Kwatra · 14 years ago
- 239f2e5 Support for auxiliary video parameters. by Nipun Kwatra · 14 years ago
- b33a5ae Added setAuxiliaryOutputFile to MediaRecorder and JNI by Nipun Kwatra · 14 years ago
- d7e7a3f Adding support for parallel recording sessions. by Nipun Kwatra · 14 years ago
- 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
- 30cfa20 Reverse the default setting of media.stagefright.enable-{rtsp,record} in preparation for building without opencore. by Andreas Huber · 14 years ago
- 7741ecc am 28a92120: am 3f51fa78: Runtime dump support for MediaWriter by James Dong · 14 years ago
- 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
- 85cfdd0 Change the framework to use the new camera preview path. by Jamie Gennis · 14 years ago
- d535076 Merge "Squashed commit of the following:" by Andreas Huber · 14 years ago
- e3c0183 Squashed commit of the following: by Andreas Huber · 14 years ago
- 3f51fa7 Runtime dump support for MediaWriter by James Dong · 14 years ago
- 349250f am c8d2fa70: am cbd038fe: Merge "Make MediaWriter stop and pause return errors if necessary" into gingerbread by James Dong · 14 years ago
- fb45748 setParamMaxFileDurationUs should allow zero time input as per API of setMaxDuration. by Nipun Kwatra · 14 years ago
- d036662 Make MediaWriter stop and pause return errors if necessary by James Dong · 14 years ago
- 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
- eff30e3 Change the default time scale for audio/video track during recording by James Dong · 14 years ago
- aa56ede am 0386d04b: am 581581fe: Merge "Fix all fd leaks in authoring engine" into gingerbread by James Dong · 14 years ago
- c6280bc Fix all fd leaks in authoring engine by James Dong · 14 years ago
- 453e92f When using still camera for time lapse capture, don't set preview. by Nipun Kwatra · 14 years ago
- 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
- 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
- 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
- af3f29e Replace CHECK with a failure return value when mCamera->setParameters() fails by James Dong · 14 years ago
- 17e5304 Allowing useStillCameraForTimeLapse to be set through MediaRecorder.java by Nipun Kwatra · 14 years ago
- aea7523 am e915b0ef: am d973a533: Merge "Lower the lower bound for max file duration check" into gingerbread by James Dong · 14 years ago
- d973a53 Merge "Lower the lower bound for max file duration check" into gingerbread by James Dong · 14 years ago
- 8894de6 Lower the lower bound for max file duration check by James Dong · 14 years ago
- 154a320 resolved conflicts for merge of 27eecb70 to gingerbread by Jean-Baptiste Queru · 14 years ago
- 8f5d160 am 0c51c98f: am 4506c62a: fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
- 0c51c98 am 4506c62a: fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
- 83407b9 fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
- 4506c62 fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
- 733bfae am cb51115c: am 5587bb7e: Merge "Interleave the audio and video by default - default interleave duration is set to 1 second" into gingerbread by James Dong · 14 years ago
- 63299c0 Interleave the audio and video by default by James Dong · 14 years ago
- d01371b Allowing setting of time lapse parameters through MediaRecorder.java by Nipun Kwatra · 14 years ago
- 0119ba5 am 34161132: am 7070b365: Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 14 years ago
- 7070b36 Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 15 years ago
- c5eeedc am 9049fe60: am d7514ec6: Merge "Progress status notification" into gingerbread by James Dong · 14 years ago
- 077cba4 Use software encoder for time lapse capture. by Nipun Kwatra · 14 years ago
- 85edea7 Progress status notification by James Dong · 15 years ago
- f9b8018 Adding support for timelapse capture using still camera's takepicture. by Nipun Kwatra · 15 years ago
- 892681e am b068b47c: am d6a85a21: Merge "Support user-supplied timescales for authoring" into gingerbread by James Dong · 15 years ago
- 52d13f0 Support user-supplied timescales for authoring by James Dong · 15 years ago
- fc0d81c am f6bdc764: am 9d8bea11: Merge "Initial checkin for software AVC encoder" into gingerbread by James Dong · 15 years ago
- 1cc31e6 Initial checkin for software AVC encoder by James Dong · 15 years ago
- 5fe0ae8 am 4f440632: am 929642ee: Add runtime dumpsys support for media recorder client by James Dong · 15 years ago
- 929642e Add runtime dumpsys support for media recorder client by James Dong · 15 years ago
- 9844954 am b91881fd: am dacabf97: Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 15 years ago
- dacabf9 Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 15 years ago
- 0920b1c am b3598832: am c4243342: Merge "Allow application to set two more encoding paramters: video profile and level" into gingerbread by James Dong · 15 years ago
- 81c929a Allow application to set two more encoding paramters: video profile and level by James Dong · 15 years ago
- df9b81c Added Visualizer effect. by Eric Laurent · 15 years ago
- d26920a Adding timelapse capture from videocamera. by Nipun Kwatra · 15 years ago
- 7b06de6 Refactor Stagefright::StartMPEG4Recording() by James Dong · 15 years ago
- c0ab2a6 Added encoding parameters set up for H263 video encoder by James Dong · 15 years ago
- fe1bafe Separate MediaRecorderClient with MediaPlayerClient by James Dong · 15 years ago
- 09936ed Provide progress status report during authoring by James Dong · 15 years ago
- 6feaa46 Enable passing parameters to the MediaWriter at runtime (at start() call). by James Dong · 15 years ago
- 57e7f83 Track maximum amplitude and fix getMaxAmplitude() by James Dong · 15 years ago
- 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 15 years ago
- 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 15 years ago