summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix API level in documentation to refer to MNC"Andy Hung2015-04-241-5/+6
|\
| * Fix API level in documentation to refer to MNCAndy Hung2015-04-241-5/+6
* | Merge "Increase AudioTrack and AudioRecord max sample rate to 192kHz"Andy Hung2015-04-242-2/+2
|\ \
| * | Increase AudioTrack and AudioRecord max sample rate to 192kHzAndy Hung2015-04-232-2/+2
| |/
* | Merge "camera2: validate reprocess request's session"Chien-Yu Chen2015-04-241-1/+3
|\ \
| * | camera2: validate reprocess request's sessionChien-Yu Chen2015-04-231-1/+3
* | | TIF: Start using the @NonNull annotationJae Seo2015-04-234-13/+20
| |/ |/|
* | Merge "TIF: use <p> tag in a consistent way."Dongwon Kang2015-04-247-442/+371
|\ \
| * | TIF: use <p> tag in a consistent way.Dongwon Kang2015-04-247-442/+371
* | | Merge "TIF: start using @Nullable annotation."Dongwon Kang2015-04-244-11/+25
|\ \ \
| * | | TIF: start using @Nullable annotation.Dongwon Kang2015-04-244-11/+25
* | | | Merge "MediaHTTPConnection: set connect time out"Chong Zhang2015-04-241-1/+5
|\ \ \ \
| * | | | MediaHTTPConnection: set connect time outChong Zhang2015-04-231-1/+5
* | | | | Merge "media: deprecate correct codec color formats, add flexible formats"Lajos Molnar2015-04-241-48/+108
|\ \ \ \ \
| * | | | | media: deprecate correct codec color formats, add flexible formatsLajos Molnar2015-04-241-48/+108
* | | | | | Merge "media: add flexible YUV422, 444, and RGB/RGBA formats"Lajos Molnar2015-04-242-1/+33
|\ \ \ \ \ \
| * | | | | | media: add flexible YUV422, 444, and RGB/RGBA formatsLajos Molnar2015-04-232-1/+33
| |/ / / / /
* | | | | | media: unhide and document already used fieldsLajos Molnar2015-04-231-3/+38
* | | | | | Merge "Add getFormat to AudioTrack and AudioRecord"Andy Hung2015-04-242-6/+50
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add getFormat to AudioTrack and AudioRecordAndy Hung2015-04-232-6/+50
| | |/ / / | |/| | |
* | | | | Merge "MediaSync: fix message delay based on play time for pending audio fram...Wei Jia2015-04-243-2/+31
|\ \ \ \ \
| * | | | | MediaSync: fix message delay based on play time for pending audio frames.Wei Jia2015-04-233-2/+31
* | | | | | Fix buildGlenn Kasten2015-04-232-4/+4
* | | | | | Merge "(Re)routing Notification API in AudioTrack/AudioRecord."Paul McLean2015-04-234-6/+297
|\ \ \ \ \ \
| * | | | | | (Re)routing Notification API in AudioTrack/AudioRecord.Paul McLean2015-04-234-6/+297
* | | | | | | Merge "Explicit routing in AudioRecord"Paul McLean2015-04-232-8/+43
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Explicit routing in AudioRecordPaul McLean2015-04-232-8/+43
* | | | | | | Merge "media: surface parity for MediaCodec & Recorder"Lajos Molnar2015-04-232-0/+73
|\ \ \ \ \ \ \
| * | | | | | | media: surface parity for MediaCodec & RecorderLajos Molnar2015-04-232-0/+73
* | | | | | | | Merge "media: VideoCapabilities: publish codec performance data"Lajos Molnar2015-04-231-0/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | media: VideoCapabilities: publish codec performance dataLajos Molnar2015-04-231-0/+21
| |/ / / / / / /
* | | | | | | | Merge "media: add OnFrameRenderedListener to MediaCodec"Lajos Molnar2015-04-231-13/+200
|\ \ \ \ \ \ \ \
| * | | | | | | | media: add OnFrameRenderedListener to MediaCodecLajos Molnar2015-04-231-13/+200
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge "TIF: add more documentation on Session.onTimeShiftSetPlaybackRate()."Dongwon Kang2015-04-231-0/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | TIF: add more documentation on Session.onTimeShiftSetPlaybackRate().Dongwon Kang2015-04-231-0/+4
| |/ / / / /
* | | | | | media: rename MediaSync.configureSurface/AudioTrack to set...Lajos Molnar2015-04-231-14/+18
* | | | | | media: make MediaTimestamp an immutable classLajos Molnar2015-04-233-28/+87
* | | | | | media: add SyncSettings to MediaSync and MediaPlayerLajos Molnar2015-04-228-2/+615
* | | | | | media: use PlaybackSettings in MediaSync and MediaPlayerLajos Molnar2015-04-224-94/+360
|/ / / / /
* | | | | Merge "Add channel index mask to AudioRecord"Andy Hung2015-04-231-9/+19
|\ \ \ \ \
| * | | | | Add channel index mask to AudioRecordAndy Hung2015-04-221-9/+19
* | | | | | Merge "TIF: Cache multiple app private commands"Jae Seo2015-04-231-16/+14
|\ \ \ \ \ \
| * | | | | | TIF: Cache multiple app private commandsJae Seo2015-04-221-16/+14
* | | | | | | Merge "Add PlaybackSettings for use with AudioTrack"Andy Hung2015-04-222-1/+270
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | / / | |_|_|_|/ / |/| | | | |
| * | | | | Add PlaybackSettings for use with AudioTrackAndy Hung2015-04-222-1/+270
| |/ / / /
* | | | | Merge "GraphicsJNI Canvas cleanup"John Reck2015-04-221-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | GraphicsJNI Canvas cleanupJohn Reck2015-04-221-1/+2
* | | | | media: add annotations to low-level Media* classesLajos Molnar2015-04-227-190/+530
| |/ / / |/| | |
* | | | media: define codec color formats (part 1)Lajos Molnar2015-04-221-0/+157
* | | | Merge "TIF: Cache the stream volume on TvView"Jae Seo2015-04-212-19/+22
|\ \ \ \ | |/ / / |/| | |