index
:
frameworks_base.git
master
replicant-6.0
frameworks base
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Metadata.cpp and Metadata.java had drifted out of sync. This change remedies ...
Andreas Huber
2010-10-13
1
-1
/
+1
*
Merge "Attempt to derive the avg. bitrate of the entire stream from metadata....
Andreas Huber
2010-10-13
2
-9
/
+50
|
\
|
*
Attempt to derive the avg. bitrate of the entire stream from metadata.
Andreas Huber
2010-10-13
2
-9
/
+50
*
|
Some webcams output rtp streams but never send any rtcp data in violation of
Andreas Huber
2010-10-13
3
-4
/
+62
|
/
*
Merge "Support for writing to MPEG2 transport stream files." into gingerbread
Andreas Huber
2010-10-13
5
-21
/
+123
|
\
|
*
Support for writing to MPEG2 transport stream files.
Andreas Huber
2010-10-12
5
-21
/
+123
*
|
HTTP Live content that are tagged as complete are now seekable.
Andreas Huber
2010-10-12
14
-33
/
+297
|
/
*
Just in case we're behind a NAT router/firewall, attempt to poke holes into i...
Andreas Huber
2010-10-11
1
-0
/
+153
*
RTSP seeking is now asynchronous, MediaPlayer is not notified that the seek i...
Andreas Huber
2010-10-08
5
-11
/
+87
*
Refactor some more h.264 utility code out into avc_utils. Work around a hardw...
Andreas Huber
2010-10-08
6
-153
/
+207
*
Merge "Disable 10secs forward/backward seeking for rtsp as seek is a very exp...
Andreas Huber
2010-10-08
5
-5
/
+16
|
\
|
*
Disable 10secs forward/backward seeking for rtsp as seek is a very expensive ...
Andreas Huber
2010-10-08
5
-5
/
+16
*
|
Merge "Respect the cropping rectangle when extracting the video dimensions fr...
Andreas Huber
2010-10-08
1
-1
/
+38
|
\
\
|
*
|
Respect the cropping rectangle when extracting the video dimensions from the ...
Andreas Huber
2010-10-08
1
-1
/
+38
|
|
/
*
|
Merge "Name the writer threads" into gingerbread
James Dong
2010-10-08
2
-2
/
+11
|
\
\
|
*
|
Name the writer threads
James Dong
2010-10-07
2
-2
/
+11
*
|
|
Merge "Disable the access unit timeout temporarily while a seek operation is ...
Andreas Huber
2010-10-08
1
-6
/
+29
|
\
\
\
|
*
|
|
Disable the access unit timeout temporarily while a seek operation is in prog...
Andreas Huber
2010-10-08
1
-6
/
+29
|
|
|
/
|
|
/
|
*
|
|
Merge "Added getter for session Id to AudioSink" into gingerbread
Eric Laurent
2010-10-08
4
-1
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added getter for session Id to AudioSink
Eric Laurent
2010-10-07
4
-1
/
+14
|
|
/
*
|
Increase scratch buffers sizes in mp3 software decoder, this integrates a PV ...
Andreas Huber
2010-10-07
3
-4
/
+4
|
/
*
Work to support switching transport streams mid-stream and signalling discont...
Andreas Huber
2010-10-07
14
-110
/
+459
*
On this particular device the hardware video decoder spits out buffers that d...
Andreas Huber
2010-10-07
3
-16
/
+51
*
Make sure to call AudioTrack::stop() instead of AudioTrack::pause() after sub...
Andreas Huber
2010-10-05
3
-11
/
+26
*
Fix Looper leaks in MediaRecorderStressTest.
Jeff Brown
2010-10-04
1
-111
/
+89
*
Fixed an issue where the reserved free space in the file writer was larger th...
James Dong
2010-10-04
1
-2
/
+14
*
Merge "Resilent media time stamp adjustment" into gingerbread
James Dong
2010-10-04
1
-24
/
+181
|
\
|
*
Resilent media time stamp adjustment
James Dong
2010-10-04
1
-24
/
+181
*
|
Make sure to finish the preparation phase even EOS occurs before we consider ...
Andreas Huber
2010-10-04
1
-0
/
+4
*
|
Don't retrieve metadata unless necessary for ogg-vorbis ringtone auto-looping.
Andreas Huber
2010-10-04
1
-5
/
+11
|
/
*
Merge "Turn off media time adjustment by default" into gingerbread
James Dong
2010-10-01
1
-1
/
+1
|
\
|
*
Turn off media time adjustment by default
James Dong
2010-10-01
1
-1
/
+1
*
|
Merge "Start playing live streams from the start, no the middle..." into ging...
Andreas Huber
2010-10-01
1
-1
/
+1
|
\
\
|
*
|
Start playing live streams from the start, no the middle...
Andreas Huber
2010-10-01
1
-1
/
+1
*
|
|
Remove development-only code.
Andreas Huber
2010-10-01
1
-15
/
+0
|
/
/
*
|
Squashed commit of the following:
Andreas Huber
2010-10-01
9
-357
/
+597
|
/
*
Issue 3032913: improve AudioTrack recovery time
Eric Laurent
2010-09-30
1
-0
/
+8
*
Merge "AMRNB: use Frame_Type_3GPP defined in frame_type_3gpp.h instead." into...
Chia-chi Yeh
2010-09-28
3
-55
/
+19
|
\
|
*
AMRNB: use Frame_Type_3GPP defined in frame_type_3gpp.h instead.
Chia-chi Yeh
2010-09-29
3
-55
/
+19
*
|
Fix several audio effects problems.
Eric Laurent
2010-09-28
2
-126
/
+211
*
|
Merge "Properly flush the AudioTrack/AudioSink on a seek request and make sur...
Andreas Huber
2010-09-28
3
-0
/
+14
|
\
\
|
*
|
Properly flush the AudioTrack/AudioSink on a seek request and make sure that ...
Andreas Huber
2010-09-28
3
-0
/
+14
*
|
|
Merge "Instead of constantly polling the AudioPlayer to see if it reached EOS...
Andreas Huber
2010-09-28
3
-8
/
+27
|
\
\
\
|
|
/
/
|
*
|
Instead of constantly polling the AudioPlayer to see if it reached EOS or fin...
Andreas Huber
2010-09-28
3
-8
/
+27
*
|
|
Merge "Vorbis files may have more samples encoded that should be used, i.e. w...
Andreas Huber
2010-09-28
3
-0
/
+96
|
\
\
\
|
|
/
/
|
*
|
Vorbis files may have more samples encoded that should be used, i.e. we have ...
Andreas Huber
2010-09-28
3
-0
/
+96
*
|
|
Merge "Squashed commit of the following:" into gingerbread
Andreas Huber
2010-09-28
4
-42
/
+820
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Squashed commit of the following:
Andreas Huber
2010-09-27
4
-42
/
+820
*
|
|
Fix media.player dumpsys to output open/mapped files correctly. Bug 2866669.
Dave Sparks
2010-09-27
1
-2
/
+4
|
|
/
|
/
|
*
|
Merge "Fix track duration calculation if the start timestamp is non-zero" int...
James Dong
2010-09-27
1
-3
/
+36
|
\
\
|
|
/
|
/
|
[prev]
[next]