summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* This particular RTSP server streams MPEG4-LATM audio with extra trailing bytes.Andreas Huber2011-01-261-1/+4
* Make sure that key frame is generated for timelapse video recording if there ...James Dong2011-01-263-3/+22
* 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
* 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-213-16/+87
* 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
* 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-181-1/+1
* Apparently our native TCP sockets do not return an error from blocking "connect"Andreas Huber2011-01-181-4/+81
* 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
* | Don't report 100% buffered when the stream ends prematurely.Bryan Mawhinney2011-01-183-11/+15
|/
* 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
* 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-122-23/+2
* | 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-114-4/+46
|\
| * Increase cache size and low-watermark threshold, alsoAndreas Huber2011-01-114-4/+46
* | Merge "Properly parse Matroska lacing flags and extract all frames contained ...Andreas Huber2011-01-113-55/+284
|\ \
| * | Properly parse Matroska lacing flags and extract all frames contained in a bl...Andreas Huber2011-01-113-55/+284
| |/
* | Merge "Fix uninitialized rect structure for retrieving rect cropping informat...James Dong2011-01-111-0/+2
|\ \
| * | Fix uninitialized rect structure for retrieving rect cropping information fro...James Dong2011-01-071-0/+2
* | | Don't release the video recording frame after recording is stopped in CameraS...James Dong2011-01-101-1/+2
| |/ |/|
* | Return a runtime error instead of asserting if the M4vH263Decoder fails in st...Andreas Huber2011-01-101-1/+4
* | Merge "NuPlayer now properly sends MEDIA_SET_VIDEOSIZE notifications." into h...Andreas Huber2011-01-102-2/+138
|\ \