summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Make sure that key frame is generated for timelapse video recording if there ...James Dong2011-01-264-3/+30
* Merge "More instrumentation to track down the hardware decoder not shutting d...Andreas Huber2011-01-262-2/+20
|\
| * More instrumentation to track down the hardware decoder not shutting down bug.Andreas Huber2011-01-262-2/+20
* | Ignore errors returned from native_window_set_crop.Andreas Huber2011-01-261-2/+3
|/
* Merge "Linux sockets suck, closing a socket descriptor does not abort pending...Andreas Huber2011-01-261-17/+79
|\
| * Linux sockets suck, closing a socket descriptor does not abort pending recv/s...Andreas Huber2011-01-261-17/+79
* | Instead of not feeding the AudioTrack any data after EOS, play silence instead.Andreas Huber2011-01-261-1/+3
|/
* Merge "StagefrightMediaScanner: Close metadata retriever after we are done sc...Mike Lockwood2011-01-251-32/+35
|\
| * StagefrightMediaScanner: Close metadata retriever after we are done scanningMike Lockwood2011-01-251-32/+35
* | Report errors to applications if AudioRecord->start() failsJames Dong2011-01-253-13/+27
|/
* 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
* | The .mkv parser lib leaves some tracks NULL if it doesn't support them.Andreas Huber2011-01-241-0/+6
|/
* Make AwesomePlayer's reset process more verbose to track down ANRs (again)Andreas Huber2011-01-241-0/+13
* 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
|\ \