summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge "Let getOriginalMimeType() take a fd passed from drm java applications"...James Dong2012-08-221-1/+2
|\
| * Let getOriginalMimeType() take a fd passed from drm java applicationsJames Dong2012-08-101-1/+2
* | Merge "Revert "Swap the order of creating IAudioTrack and thread"" into jb-mr...Glenn Kasten2012-08-201-1/+1
|\ \
| * | Revert "Swap the order of creating IAudioTrack and thread"Glenn Kasten2012-08-071-1/+1
* | | Move the AAH RTP code out of framework and into vendor.John Grossman2012-08-131-3/+0
* | | Add the ability to dynamicaly register MediaPlayer types.John Grossman2012-08-132-2/+6
| |/ |/|
* | am 3ca352c4: am 24893fef: Merge "MPEG2TSWriter: Write a proper CRC in PAT and...Jean-Baptiste Queru2012-08-101-0/+3
|\ \
| * \ am 24893fef: Merge "MPEG2TSWriter: Write a proper CRC in PAT and PMT"Jean-Baptiste Queru2012-08-101-0/+3
| |\ \
| | * \ Merge "MPEG2TSWriter: Write a proper CRC in PAT and PMT"Jean-Baptiste Queru2012-08-101-0/+3
| | |\ \
| | | * | MPEG2TSWriter: Write a proper CRC in PAT and PMTPaul Fariello2012-07-101-0/+3
* | | | | am 31a593b9: am 2001d2ac: Merge "MPEG2TSWriter: Write proper continuity count...Jean-Baptiste Queru2012-08-101-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | am 2001d2ac: Merge "MPEG2TSWriter: Write proper continuity counters for PAT a...Jean-Baptiste Queru2012-08-101-0/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge "MPEG2TSWriter: Write proper continuity counters for PAT and PMT"Jean-Baptiste Queru2012-08-101-0/+2
| | |\ \ \ | | | |/ /
| | | * | MPEG2TSWriter: Write proper continuity counters for PAT and PMTPaul Fariello2012-07-101-0/+2
* | | | | am 51af4af2: am e28df5b9: Merge "Store correct time stamps in recorded mp4 fi...Jean-Baptiste Queru2012-08-081-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | am e28df5b9: Merge "Store correct time stamps in recorded mp4 files"Jean-Baptiste Queru2012-08-081-0/+2
| |\ \ \ \ | | |/ / /
| | * | | Store correct time stamps in recorded mp4 filesJohannes Carlsson2012-07-301-0/+2
| | |/ /
* | | | Make sure codec names and corresponding quirks are returned together.Andreas Huber2012-08-071-2/+6
* | | | Remove obsolete hack for TI specific codeJames Dong2012-08-061-5/+2
| |_|/ |/| |
* | | Merge "experimental support for fragmented mp4 playback in nuplayer" into jb-...Marco Nelissen2012-08-031-1/+5
|\ \ \
| * | | experimental support for fragmented mp4 playback in nuplayerAndreas Huber2012-08-031-1/+5
* | | | Dynamically configure the number of video buffers used by camera source, if s...James Dong2012-08-021-0/+1
* | | | Allocate buffers before calling start on its source in OMXCodec::start() for ...James Dong2012-08-021-0/+1
|/ / /
* | | Unifying TimedTextDriver's resume() and start().Insun Kang2012-08-021-1/+1
* | | Adds resume() functionInsun Kang2012-08-021-0/+1
* | | Allows MediaMetadataRetriever to retrieve video rotation angleJames Dong2012-07-311-0/+1
* | | Swap the order of creating IAudioTrack and threadGlenn Kasten2012-07-271-1/+1
* | | Clean up start() parametersGlenn Kasten2012-07-271-1/+1
* | | effect_descriptor_t const correctnessGlenn Kasten2012-07-252-4/+4
* | | Merge "Camera: Add OPAQUE pixel format to CameraParameters"Eino-Ville Talvala2012-07-201-0/+2
|\ \ \
| * | | Camera: Add OPAQUE pixel format to CameraParametersEino-Ville Talvala2012-07-181-0/+2
* | | | Added a callback to signal when the rendering of the video frame just occurredJames Dong2012-07-201-0/+2
* | | | AudioRecord lockingGlenn Kasten2012-07-171-2/+2
|/ / /
* | | Use audio_channel_mask_t for channel maskGlenn Kasten2012-07-171-7/+7
* | | Merge "AudioRecord::stop() return void"Glenn Kasten2012-07-161-1/+1
|\ \ \
| * | | AudioRecord::stop() return voidGlenn Kasten2012-07-131-1/+1
* | | | am 190313ec: am 65e8d62a: Merge "Fixed sample video corrupted in MediaCodec m...Edwin Wong2012-07-131-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | am 65e8d62a: Merge "Fixed sample video corrupted in MediaCodec mode." into jb...Edwin Wong2012-07-131-1/+1
| |\ \ | | |/ | |/|
| | * Fixed sample video corrupted in MediaCodec mode.Edwin Wong2012-07-131-1/+1
* | | AudioRecord client threading cleanupGlenn Kasten2012-07-131-8/+19
* | | Merge "Remove dead code in libmedia"Glenn Kasten2012-07-133-11/+0
|\ \ \
| * | | Remove dead code in libmediaGlenn Kasten2012-07-123-11/+0
* | | | Add tid parameter to IAudioFlinger::openRecordGlenn Kasten2012-07-121-1/+2
* | | | Simplify AudioRecord::getInputFramesLost()Glenn Kasten2012-07-121-0/+1
|/ / /
* | | Use audio_channel_mask_t more placesGlenn Kasten2012-07-102-4/+4
* | | Use audio_channel_mask_t more consistentlyGlenn Kasten2012-07-033-7/+10
* | | Merge "AudioRecord comments"Glenn Kasten2012-06-251-25/+31
|\ \ \
| * | | AudioRecord commentsGlenn Kasten2012-06-251-25/+31
* | | | Remove acoustics from AudioSystem::getInput()Glenn Kasten2012-06-252-2/+0
|/ / /
* | | Use audio_channel_mask_t in AudioRecordGlenn Kasten2012-06-251-4/+4