summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice
Commit message (Expand)AuthorAgeFilesLines
* Fix media.player dumpsys to output open/mapped files correctly. Bug 2866669.Dave Sparks2010-09-271-2/+4
* Reverse the default setting of media.stagefright.enable-{rtsp,record} in prep...Andreas Huber2010-08-302-4/+4
* Runtime dump support for MediaWriterJames Dong2010-08-231-2/+10
* setParamMaxFileDurationUs should allow zero time input as per API of setMaxDu...Nipun Kwatra2010-08-201-1/+5
* Make MediaWriter stop and pause return errors if necessaryJames Dong2010-08-191-2/+3
* Change the default time scale for audio/video track during recordingJames Dong2010-08-161-6/+12
* Fix all fd leaks in authoring engineJames Dong2010-08-111-5/+5
* Support for Gtalk video, includes AMR/H.263 assembler and packetization suppo...Andreas Huber2010-08-043-5/+54
* Replace CHECK with a failure return value when mCamera->setParameters() failsJames Dong2010-08-031-1/+7
* Merge "Lower the lower bound for max file duration check" into gingerbreadJames Dong2010-07-301-1/+1
|\
| * Lower the lower bound for max file duration checkJames Dong2010-07-301-1/+1
* | resolved conflicts for merge of 27eecb70 to gingerbreadJean-Baptiste Queru2010-07-302-2/+2
|\ \ | |/ |/|
| * fix inaccurate copyrightsJean-Baptiste Queru2010-07-292-2/+2
* | Interleave the audio and video by defaultJames Dong2010-07-281-2/+4
* | Added support for auxiliary audio effects to AudioTrack and MediaPlayer.Eric Laurent2010-07-212-2/+52
* | Progress status notificationJames Dong2010-07-202-23/+0
* | Support user-supplied timescales for authoringJames Dong2010-07-142-14/+80
* | Initial checkin for software AVC encoderJames Dong2010-07-131-1/+3
* | Add runtime dumpsys support for media recorder clientJames Dong2010-07-085-14/+89
* | Merge "Added Visualizer effect." into gingerbreadEric Laurent2010-07-072-125/+0
|\ \
| * | Added Visualizer effect.Eric Laurent2010-07-072-125/+0
* | | Allow application to set two more encoding paramters: video profile and levelJames Dong2010-07-072-0/+42
* | | Refactor Stagefright::StartMPEG4Recording()James Dong2010-07-012-152/+186
* | | Added encoding parameters set up for H263 video encoderJames Dong2010-06-291-17/+95
|/ /
* | Separate MediaRecorderClient with MediaPlayerClientJames Dong2010-06-284-5/+5
* | Provide progress status report during authoringJames Dong2010-06-252-16/+75
* | Enable passing parameters to the MediaWriter at runtime (at start() call).James Dong2010-06-252-4/+24
* | Track maximum amplitude and fix getMaxAmplitude()James Dong2010-06-242-1/+9
* | Remove most stagefright property overrides, remove VorbisPlayer and VorbisMet...Andreas Huber2010-06-238-848/+8
* | Added support for audio sessions in MediaPlayer and AudioTrack.Eric Laurent2010-06-222-19/+36
* | Check and clip some video encoding parameters against media profiles before p...James Dong2010-06-172-0/+82
* | Remove hard-coded number of audio channels in AudioSourceJames Dong2010-06-141-1/+1
* | Initial checkin for pause and resume controlJames Dong2010-06-112-0/+9
* | Remove the lock/unlock workaround from CameraServiceJames Dong2010-06-091-8/+17
* | Remove some hard-coded encoding parametersJames Dong2010-06-082-2/+33
* | Initial checkin of preliminary rtsp support for stagefright.Andreas Huber2010-06-071-2/+7
* | Properly handle start code in H264/AVC encoder outputJames Dong2010-05-201-0/+1
* | Workaround for preview frame rate setting and encoder profile and level setti...James Dong2010-05-201-2/+2
* | Detect and handle premature termination of a recording sessionJames Dong2010-05-141-6/+1
* | Handle recording file size and/or duration limitJames Dong2010-05-141-0/+15
* | am 1d628c5d: merge from open-source masterThe Android Open Source Project2010-05-141-1/+1
|\ \
| * \ merge from open-source masterThe Android Open Source Project2010-05-141-1/+1
| |\ \ | | |/ | |/|
| | * Accept media files by file extension in case insensitive manner.Atsushi Eno2010-03-191-1/+1
* | | Remove dummy surface in CameraSourceJames Dong2010-05-131-2/+2
* | | Added initial validation on video/audio encoding parameters before/at start()James Dong2010-05-112-22/+174
* | | am 71bd9fc8: am 100ef9be: Merge "Disable vorbis seek when streaming from loca...Andreas Huber2010-05-062-1/+31
|\ \ \ | |/ /
| * | Disable vorbis seek when streaming from localhost.Andreas Huber2010-05-062-1/+31
* | | Support audio and video track interleaving in the recorded mp4 fileJames Dong2010-05-052-5/+19
* | | Merge "Support AAC recording" into krakenJames Dong2010-05-042-33/+214
|\ \ \
| * | | Support AAC recordingJames Dong2010-05-032-33/+214