summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
| | * | am 1f5b133a: Merge "When INFO_FORMAT_CHANGED event comes in before the render...James Dong2010-12-081-0/+2
| | |\ \ | | | |/
| | | * When INFO_FORMAT_CHANGED event comes in before the renderer was initialized, ...James Dong2010-12-081-0/+2
* | | | am 54bce526: am bc5172fe: Merge "Support non-multiple-of-16 dimensions in MPE...Andreas Huber2011-01-243-8/+24
|\ \ \ \ | |/ / /
| * | | Merge "Support non-multiple-of-16 dimensions in MPEG4/H.263 software decoder"...Andreas Huber2011-01-243-8/+24
| |\ \ \
| | * | | Support non-multiple-of-16 dimensions in MPEG4/H.263 software decoderAndreas Huber2011-01-243-8/+24
* | | | | am 5481142a: am c45d3ad0: Merge "The .mkv parser lib leaves some tracks NULL ...Andreas Huber2011-01-241-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | The .mkv parser lib leaves some tracks NULL if it doesn't support them.Andreas Huber2011-01-241-0/+6
| |/ / /
* | | | am bd6ac1e4: am da6f9295: Merge "Make AwesomePlayer\'s reset process more ver...Andreas Huber2011-01-241-0/+13
|\ \ \ \ | |/ / /
| * | | Make AwesomePlayer's reset process more verbose to track down ANRs (again)Andreas Huber2011-01-241-0/+13
* | | | Merge "New APIs for MTP and PTP host support"Mike Lockwood2011-01-225-332/+223
|\ \ \ \ | |/ / / |/| | |
| * | | New APIs for MTP and PTP host supportMike Lockwood2011-01-225-332/+223
* | | | Merge "Remove MTP related log spam" into honeycombMike Lockwood2011-01-222-16/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Remove MTP related log spamMike Lockwood2011-01-212-16/+16
* | | | Revert "Make AwesomePlayer's reset process more verbose to track down ANRs."Carl Shapiro2011-01-211-13/+0
* | | | Properly rotate video that's marked as such and decoded to a surface.Andreas Huber2011-01-211-0/+32
* | | | Some tweaks to HTTP live / nuplayer behaviourAndreas Huber2011-01-214-19/+96
|/ / /
* | | Implement missing pause/resume support for NuPlayer.Andreas Huber2011-01-204-5/+85
* | | Merge "Eliminate recording sound by starting the video track before audio tra...James Dong2011-01-201-6/+9
|\ \ \
| * | | Eliminate recording sound by starting the video track before audio track.James Dong2011-01-201-6/+9
* | | | Merge "Prefill the cache before trying to instantiate the media extractor." i...Andreas Huber2011-01-192-3/+32
|\ \ \ \ | |/ / / |/| | |
| * | | Prefill the cache before trying to instantiate the media extractor.Andreas Huber2011-01-192-3/+32
* | | | Merge "Logging the duration range from different media tracks for recording" ...James Dong2011-01-191-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Logging the duration range from different media tracks for recordingJames Dong2011-01-191-0/+9
* | | | Always revert to the previous bandwidth if the required sequence number canno...Andreas Huber2011-01-191-2/+1
|/ / /
* | | Return a runtime error if decryption fails instead of asserting.Andreas Huber2011-01-191-2/+8
* | | Merge "Make parameter blocks read/writable even for SET_PARAMETER/SET_CONFIG ...Andreas Huber2011-01-191-58/+20
|\ \ \
| * | | Make parameter blocks read/writable even for SET_PARAMETER/SET_CONFIG requests.Andreas Huber2011-01-191-58/+20
* | | | Expose average video frame rate via MPEG4ExtractorJames Dong2011-01-191-1/+16
* | | | Merge "Fix the presentation video resolution when it is different from the ac...James Dong2011-01-193-2/+29
|\ \ \ \ | |/ / / |/| | |
| * | | Fix the presentation video resolution when it is different from the actual im...James Dong2011-01-193-2/+29
* | | | Turn another assertion into a runtime error. Damn you surfaces.Andreas Huber2011-01-191-1/+5
|/ / /
* | | Use metadata in video buffers for timelapse video recording by default to eli...James Dong2011-01-182-14/+2
* | | Merge "Apparently our native TCP sockets do not return an error from blocking...Andreas Huber2011-01-181-4/+81
|\ \ \
| * | | Apparently our native TCP sockets do not return an error from blocking "connect"Andreas Huber2011-01-181-4/+81
* | | | Fix the sluggish preview during timelapse video recording because software en...James Dong2011-01-181-1/+3
|/ / /
* | | Merge "Implement parsing of vbv buffering info in RTSP." into honeycombAndreas Huber2011-01-181-1/+11
|\ \ \
| * | | Implement parsing of vbv buffering info in RTSP.Andreas Huber2011-01-181-1/+11
* | | | Merge "Don't report 100% buffered when the stream ends prematurely." into hon...Bryan Mawhinney2011-01-183-11/+15
|\ \ \ \
| * | | | Don't report 100% buffered when the stream ends prematurely.Bryan Mawhinney2011-01-183-11/+15
| |/ / /
* | | | MTP: Fix problems with modification dates for folders and non-media filesMike Lockwood2011-01-182-10/+4
|/ / /
* | | integrate videoeditor preview player.Dharmaray Kundargi2011-01-161-0/+1
* | | Fixed thrashing in the cached buffer during 720p YT video streamingJames Dong2011-01-141-2/+2
* | | Add audio encoding parameters checkJames Dong2011-01-122-18/+89
* | | Merge "Fail to parse duration instead of asserting, if the server response ca...Andreas Huber2011-01-121-5/+7
|\ \ \
| * | | Fail to parse duration instead of asserting, if the server response cannot be...Andreas Huber2011-01-121-5/+7
* | | | Publish MediaMetadataRetriever.java as public APIJames Dong2011-01-126-76/+5
* | | | Merge "Speed up MP3Extractor using cached reads" into honeycombJames Dong2011-01-121-4/+33
|\ \ \ \
| * | | | Speed up MP3Extractor using cached readsJames Dong2011-01-121-4/+33
| |/ / /
* | | | Fix race in buffer ref counting.Glenn Kasten2011-01-121-10/+3
|/ / /
* | | Merge "Increase cache size and low-watermark threshold, also" into honeycombAndreas Huber2011-01-115-5/+49
|\ \ \