summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Merge changes I49b383d3,I70809401Mike Lockwood2010-11-104-2/+92
|\
| * MTP: Don't dump data packets twice in debug output.Mike Lockwood2010-11-102-2/+0
| * Add support for range and enum forms in MTP ObjectPropDescsMike Lockwood2010-11-102-0/+92
* | Merge "Fix missing breaks in the profile/level conversion code in M4vH263 enc...James Dong2010-11-091-1/+6
|\ \
| * | Fix missing breaks in the profile/level conversion code in M4vH263 encoderJames Dong2010-11-091-1/+6
| |/
* | Merge "Some refactoring and added support for another form of vbr headers."Andreas Huber2010-11-098-196/+609
|\ \
| * | Some refactoring and added support for another form of vbr headers.Andreas Huber2010-11-098-196/+609
| |/
* | Add recording source for voice communicationJean-Michel Trivi2010-11-091-1/+10
* | Rotation supportJames Dong2010-11-093-19/+84
|/
* Use back-facing camera as default in camera/camcorder profile.Wu-cheng Li2010-11-092-8/+40
* am 9cebb86c: am 1b2efbca: Merge "Update a comment about when setOrientationHi...James Dong2010-11-081-1/+1
|\
| * am 1b2efbca: Merge "Update a comment about when setOrientationHint() should b...James Dong2010-11-081-1/+1
| |\
| | * Merge "Update a comment about when setOrientationHint() should be called" int...James Dong2010-11-081-1/+1
| | |\
| | | * Update a comment about when setOrientationHint() should be calledJames Dong2010-11-081-1/+1
* | | | am c4a2ead2: am d2d62d04: Merge "Support extracting thumbnail from rotated vi...James Dong2010-11-083-1/+66
|\ \ \ \ | |/ / /
| * | | am d2d62d04: Merge "Support extracting thumbnail from rotated video tracks" i...James Dong2010-11-083-1/+66
| |\ \ \ | | |/ /
| | * | Support extracting thumbnail from rotated video tracksJames Dong2010-11-083-1/+66
| | |/
| * | resolved conflicts for merge of 31dc911a to gingerbread-plus-aospAndreas Huber2010-11-088-90/+230
| |\ \ | | |/
| | * Support post-decode video rotation.Andreas Huber2010-11-058-89/+228
| * | am 1653e261: Merge "Rotation support" into gingerbreadJames Dong2010-11-063-19/+84
| |\ \ | | |/
| | * Merge "Rotation support" into gingerbreadJames Dong2010-11-053-19/+84
| | |\
| | | * Rotation supportJames Dong2010-11-053-19/+84
* | | | Merge "Fix invalidateTransition method"Gil Dobjanschi2010-11-087-48/+56
|\ \ \ \
| * | | | Fix invalidateTransition methodGil Dobjanschi2010-11-087-48/+56
* | | | | Merge "Move the volume, media, call, camera and search key handling from Phon...Joe Onorato2010-11-081-0/+68
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Move the volume, media, call, camera and search key handling fromJoe Onorato2010-11-051-0/+68
* | | | | Do not use CAMERA_ID_DEFAULT because it is removed.Wu-cheng Li2010-11-081-2/+2
* | | | | am bb97d7bb: am 0467b0ab: Merge "Add a new public API to support recording ro...James Dong2010-11-061-0/+25
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am 0467b0ab: Merge "Add a new public API to support recording rotated videos"...James Dong2010-11-061-0/+25
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Add a new public API to support recording rotated videosJames Dong2010-11-051-0/+25
| | | |/ | | |/|
| * | | am c0fa1d47: Merge "Revert "Support rotation in media recorder"" into gingerb...James Dong2010-11-033-39/+0
| |\ \ \ | | |/ /
| | * | Revert "Support rotation in media recorder"James Dong2010-11-033-39/+0
| * | | am c181a082: Merge "Support rotation in media recorder" into gingerbreadHiroshi Lockheimer2010-11-033-0/+39
| |\ \ \ | | |/ /
| | * | Support rotation in media recorderJames Dong2010-11-033-0/+39
| * | | am f3847e87: Merge "DO NOT MERGE" into gingerbreadJames Dong2010-11-031-3/+29
| |\ \ \ | | |/ /
| | * | DO NOT MERGEJames Dong2010-11-021-3/+29
* | | | Merge "Add more EXIF tags."Owen Lin2010-11-061-0/+6
|\ \ \ \
| * | | | Add more EXIF tags.Ray Chen2010-11-051-0/+6
| | |_|/ | |/| |
* | | | Fix: FileInputStream not closed after parsing XML fileGil Dobjanschi2010-11-051-1/+3
* | | | Merge "Added an export method without codec parameters."Gil Dobjanschi2010-11-052-0/+44
|\ \ \ \
| * | | | Added an export method without codec parameters.Gil Dobjanschi2010-11-052-0/+44
* | | | | Merge "MediaScanner: Fix mismatch between internal and external file paths."Mike Lockwood2010-11-051-11/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MediaScanner: Fix mismatch between internal and external file paths.Mike Lockwood2010-11-051-11/+23
| |/ / /
* | | | Merge "Use meta data in the media recording framework"James Dong2010-11-053-5/+45
|\ \ \ \
| * | | | Use meta data in the media recording frameworkJames Dong2010-11-043-5/+45
| |/ / /
* | | | Merge "Add support for WV DRM"Gloria Wang2010-11-0513-11/+243
|\ \ \ \ | |/ / / |/| | |
| * | | Add support for WV DRMGloria Wang2010-11-0513-11/+243
* | | | Merge "Added audio and video codec parameters to the export method."Gil Dobjanschi2010-11-042-15/+27
|\ \ \ \
| * | | | Added audio and video codec parameters to the export method.Gil Dobjanschi2010-11-042-15/+27
* | | | | Merge "Fix a MediaBuffer leak in Stagefright."Jamie Gennis2010-11-041-34/+29
|\ \ \ \ \