index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
libstagefright
Commit message (
Expand
)
Author
Age
Files
Lines
*
Display a single (still-)frame of video after seeking while paused.
Andreas Huber
2011-02-07
2
-29
/
+41
*
Improvements/fixes to ACodec.
Andreas Huber
2011-02-04
1
-10
/
+86
*
Merge "Make AwesomePlayer's reset process more verbose to track down ANRs (ye...
Andreas Huber
2011-02-03
2
-1
/
+14
|
\
|
*
Make AwesomePlayer's reset process more verbose to track down ANRs (yet again)
Andreas Huber
2011-02-03
2
-1
/
+14
*
|
Make sure timestamps attached to encoded media are composition timestamps.
Andreas Huber
2011-02-03
4
-0
/
+97
|
/
*
Bug 1804058 FLAC extractor
Glenn Kasten
2011-02-03
9
-17
/
+912
*
Merge "- Support comfort noise in AMRExtractor - Support duration and seeking...
Gloria Wang
2011-02-01
2
-38
/
+92
|
\
|
*
- Support comfort noise in AMRExtractor
Gloria Wang
2011-02-01
2
-38
/
+92
*
|
Disconnect HTTP live sessions as soon as the request comes in.
Andreas Huber
2011-01-31
2
-1
/
+25
*
|
Revert "Make AwesomePlayer's reset process more verbose to track down ANRs (a...
Andreas Huber
2011-01-28
1
-13
/
+0
*
|
More robust parsing of NPT time ranges in RTSP.
Andreas Huber
2011-01-28
3
-20
/
+46
|
/
*
This particular RTSP server streams MPEG4-LATM audio with extra trailing bytes.
Andreas Huber
2011-01-26
1
-1
/
+4
*
Make sure that key frame is generated for timelapse video recording if there ...
James Dong
2011-01-26
3
-3
/
+22
*
Merge "More instrumentation to track down the hardware decoder not shutting d...
Andreas Huber
2011-01-26
2
-2
/
+20
|
\
|
*
More instrumentation to track down the hardware decoder not shutting down bug.
Andreas Huber
2011-01-26
2
-2
/
+20
*
|
Ignore errors returned from native_window_set_crop.
Andreas Huber
2011-01-26
1
-2
/
+3
|
/
*
Merge "Linux sockets suck, closing a socket descriptor does not abort pending...
Andreas Huber
2011-01-26
1
-17
/
+79
|
\
|
*
Linux sockets suck, closing a socket descriptor does not abort pending recv/s...
Andreas Huber
2011-01-26
1
-17
/
+79
*
|
Instead of not feeding the AudioTrack any data after EOS, play silence instead.
Andreas Huber
2011-01-26
1
-1
/
+3
|
/
*
Merge "StagefrightMediaScanner: Close metadata retriever after we are done sc...
Mike Lockwood
2011-01-25
1
-32
/
+35
|
\
|
*
StagefrightMediaScanner: Close metadata retriever after we are done scanning
Mike Lockwood
2011-01-25
1
-32
/
+35
*
|
Report errors to applications if AudioRecord->start() fails
James Dong
2011-01-25
3
-13
/
+27
|
/
*
Merge "Support non-multiple-of-16 dimensions in MPEG4/H.263 software decoder"...
Andreas Huber
2011-01-24
3
-8
/
+24
|
\
|
*
Support non-multiple-of-16 dimensions in MPEG4/H.263 software decoder
Andreas Huber
2011-01-24
3
-8
/
+24
*
|
The .mkv parser lib leaves some tracks NULL if it doesn't support them.
Andreas Huber
2011-01-24
1
-0
/
+6
|
/
*
Make AwesomePlayer's reset process more verbose to track down ANRs (again)
Andreas Huber
2011-01-24
1
-0
/
+13
*
Revert "Make AwesomePlayer's reset process more verbose to track down ANRs."
Carl Shapiro
2011-01-21
1
-13
/
+0
*
Properly rotate video that's marked as such and decoded to a surface.
Andreas Huber
2011-01-21
1
-0
/
+32
*
Some tweaks to HTTP live / nuplayer behaviour
Andreas Huber
2011-01-21
3
-16
/
+87
*
Merge "Prefill the cache before trying to instantiate the media extractor." i...
Andreas Huber
2011-01-19
2
-3
/
+32
|
\
|
*
Prefill the cache before trying to instantiate the media extractor.
Andreas Huber
2011-01-19
2
-3
/
+32
*
|
Merge "Logging the duration range from different media tracks for recording" ...
James Dong
2011-01-19
1
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
Logging the duration range from different media tracks for recording
James Dong
2011-01-19
1
-0
/
+9
*
|
Always revert to the previous bandwidth if the required sequence number canno...
Andreas Huber
2011-01-19
1
-2
/
+1
|
/
*
Return a runtime error if decryption fails instead of asserting.
Andreas Huber
2011-01-19
1
-2
/
+8
*
Expose average video frame rate via MPEG4Extractor
James Dong
2011-01-19
1
-1
/
+16
*
Merge "Fix the presentation video resolution when it is different from the ac...
James Dong
2011-01-19
3
-2
/
+29
|
\
|
*
Fix the presentation video resolution when it is different from the actual im...
James Dong
2011-01-19
3
-2
/
+29
*
|
Turn another assertion into a runtime error. Damn you surfaces.
Andreas Huber
2011-01-19
1
-1
/
+5
|
/
*
Use metadata in video buffers for timelapse video recording by default to eli...
James Dong
2011-01-18
1
-1
/
+1
*
Apparently our native TCP sockets do not return an error from blocking "connect"
Andreas Huber
2011-01-18
1
-4
/
+81
*
Merge "Implement parsing of vbv buffering info in RTSP." into honeycomb
Andreas Huber
2011-01-18
1
-1
/
+11
|
\
|
*
Implement parsing of vbv buffering info in RTSP.
Andreas Huber
2011-01-18
1
-1
/
+11
*
|
Don't report 100% buffered when the stream ends prematurely.
Bryan Mawhinney
2011-01-18
3
-11
/
+15
|
/
*
integrate videoeditor preview player.
Dharmaray Kundargi
2011-01-16
1
-0
/
+1
*
Fixed thrashing in the cached buffer during 720p YT video streaming
James Dong
2011-01-14
1
-2
/
+2
*
Merge "Fail to parse duration instead of asserting, if the server response ca...
Andreas Huber
2011-01-12
1
-5
/
+7
|
\
|
*
Fail to parse duration instead of asserting, if the server response cannot be...
Andreas Huber
2011-01-12
1
-5
/
+7
*
|
Publish MediaMetadataRetriever.java as public API
James Dong
2011-01-12
2
-23
/
+2
*
|
Merge "Speed up MP3Extractor using cached reads" into honeycomb
James Dong
2011-01-12
1
-4
/
+33
|
\
\
[next]