Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
frameworks
/
base
/
7b0463a949b57620680b95e45c66a05f67426b74
/
media
6608bd0
am 86ed86d2: Merge change I0f73439a into eclair
by Jean-Michel Trivi
· 15 years ago
6ae24d9
Merge change I3c01bb62 into eclair-mr2
by Android (Google) Code Review
· 15 years ago
3c01bb6
Adding copyright headers to recently introduced decoder source files.
by Andreas Huber
· 15 years ago
a30d400
Initial check in of AMR (NB and WB) decoders based on PV source code.
by Andreas Huber
· 15 years ago
7c55c3f
Make sure to use the hand-tweaked-assembly version of the relevant mp3 code if building for ARM.
by Andreas Huber
· 15 years ago
6d35d4c
Merge change Ib16e5543 into eclair-mr2
by Android (Google) Code Review
· 15 years ago
3f5b286
Merge change I8f658214 into eclair-mr2
by Android (Google) Code Review
· 15 years ago
6154412
Partially fix bug 2111240 Detect docking / undocking event by reporting
by Jean-Michel Trivi
· 15 years ago
c532c95
Note to self: Don't reverse the arguments to fseek(o)...
by Andreas Huber
· 15 years ago
8f65821
Minor tweaks to the mp3 and aac software decoders, propagate duration to output format.
by Andreas Huber
· 15 years ago
b16e554
Fix the mp3 audio extractor that would occasionally return an invalid frame directly after a seek.
by Andreas Huber
· 15 years ago
247003b
Merge change I250f2433 into eclair-mr2
by Android (Google) Code Review
· 15 years ago
250f243
Initial checkin of stagefright MP3 audio decoder based on PV source code.
by Andreas Huber
· 15 years ago
3c256cf
More SoundPool cleanup. Remove mSoundPoolRef and unused notify callback.
by Dave Sparks
· 15 years ago
c0e3ddf
Remove unused Java object reference in native SoundPool code.
by Dave Sparks
· 15 years ago
8c7ab03
Fixing the build, only instantiate the software aac decoder in full stagefright builds.
by Andreas Huber
· 15 years ago
73abc2e
Merge change I9c6e1f90 into eclair-mr2
by Android (Google) Code Review
· 15 years ago
b8341cf
am 6d42d806: Merge change I9cc489a2 into eclair
by Eric Laurent
· 15 years ago
dacaa73
Initial check in of stagefright software AAC decoder based on PV source code.
by Andreas Huber
· 15 years ago
6d42d80
Merge change I9cc489a2 into eclair
by Android (Google) Code Review
· 15 years ago
8e6d79e
am 8445f367: Merge change Ibb9b1de1 into eclair
by Yu Shan Emily Lau
· 15 years ago
8445f36
Merge change Ibb9b1de1 into eclair
by Android (Google) Code Review
· 15 years ago
91eb035
Change OMXCodec::Create to return an sp<MediaSource> instead of an sp<OMXCodec>, this is more general and does not sacrifice any functionality as the remaining OMXCodec APIs are not meant to be public anyway.
by Andreas Huber
· 15 years ago
9cc489a
Fix issue 2304669: VoiceIME: starting and canceling voice IME yields persistent "error 8" state on future attempts and breaks voice search.
by Eric Laurent
· 15 years ago
30daf09
1) Capture the start memory before the test started
by Yu Shan Emily Lau
· 15 years ago
52f410e
Merge change Ifef6435a into eclair-mr2
by Android (Google) Code Review
· 15 years ago
fef6435
Enable proper cleanup of OMX nodes managed through stagefright.
by Andreas Huber
· 15 years ago
8a57662
am 052d9c8b: Images.Media.DATE_TAKEN should be in milliseconds. http://b/2297371
by Ray Chen
· 15 years ago
052d9c8
Images.Media.DATE_TAKEN should be in milliseconds. http://b/2297371
by Ray Chen
· 15 years ago
104d3f7
Merge change I6c84d731 into eclair-mr2
by Android (Google) Code Review
· 15 years ago
85e5d39
Two more uses of strlcpy that break the sim build. Now fixed.
by Andreas Huber
· 15 years ago
805cc70
Apparently strlcpy is not part of a standard linux distribution... Unbreaking the sim build.
by Andreas Huber
· 15 years ago
1f1c7ba
I accidentally broke this code while refactoring MediaScanner. This is the fix.
by Andreas Huber
· 15 years ago
2d6d609
Merge change I74bf38a0 into eclair-mr2
by Android (Google) Code Review
· 15 years ago
bfb9fb1
Refactor MediaScanner. Some steps on the way towards being able to build the tree without OpenCore.
by Andreas Huber
· 15 years ago
b0caf94
Squashed commit of the following:
by Andreas Huber
· 15 years ago
6c84d73
Media/ToneGenerator: Change tone format for TONE_CDMA_ANSWER
by Naveen Kalla
· 15 years ago
7c09a0f
Merge change Ib904c2a4 into eclair-mr2
by Android (Google) Code Review
· 15 years ago
1b794bb
am e12de4d5: Merge change Id5fa58cf into eclair
by Ray Chen
· 15 years ago
e12de4d
Merge change Id5fa58cf into eclair
by Android (Google) Code Review
· 15 years ago
b904c2a
Remove old hack A/V sync hack that is no longer needed.
by Dave Sparks
· 15 years ago
9db1a37
am f27eb326: Merge change I0b6ee9fc into eclair
by Ray Chen
· 15 years ago
5e392e2
am bb3bb57a: Merge change I524dc046 into eclair
by Eric Laurent
· 15 years ago
8768f2c
A small sample tool to encode pcm audio data to amr, decode it again and play it. Some changes to OMXCodec to properly configure the AMR decoder(s).
by Andreas Huber
· 15 years ago
d5fa58c
Fix timezone issue to comply with EXIF standard.
by Ray Chen
· 15 years ago
0b6ee9f
DATE_TAKEN should be in millisecond instead of second.
by Ray Chen
· 15 years ago
524dc04
Fix issue 2192673: Music Pausing Even when notifications are set to silent.
by Eric Laurent
· 15 years ago
c61b0de
Merge change Id6ccc9bc into eclair-mr2
by Android (Google) Code Review
· 15 years ago
d6ccc9b
Update documentation: The width of the image for face detection must be even.
by Gloria Wang
· 15 years ago
1e914ac
am 16cc72bd: Fix simulator build.
by Dave Sparks
· 15 years ago
ebcb7c3
am 8424ec32: Merge change I0f9a53d4 into eclair
by Dave Sparks
· 15 years ago
16cc72b
Fix simulator build.
by Dave Sparks
· 15 years ago
0f9a53d
Set metadata retriever thread group to the caller's group.
by Dave Sparks
· 15 years ago
44e15c4
Some playable/decodable streams have been found in the wild that violate this assertion, let's be lenient for now.
by Andreas Huber
· 15 years ago
1f52229
Merge change I24b0a95d into eclair-mr2
by Android (Google) Code Review
· 15 years ago
1bceff9
Make sure the decoder's input buffers are large enough to hold the largest input data. Verify that the setting actually sticks.
by Andreas Huber
· 15 years ago
24b0a95
The original delay after which we dropped a frame was too aggressive. 40ms lateness seems more appropriate (about 25fps).
by Andreas Huber
· 15 years ago
27366fc
Squashed commit of the following:
by Andreas Huber
· 15 years ago
949c572
am e7800946: Merge change I49f02be9 into eclair
by Eric Laurent
· 15 years ago
e780094
Merge change I49f02be9 into eclair
by Android (Google) Code Review
· 15 years ago
507322c
am 9ed314ce: Merge change Ib3191441 into eclair
by Yu Shan Emily Lau
· 15 years ago
9ed314c
Merge change Ib3191441 into eclair
by Android (Google) Code Review
· 15 years ago
b1ce51f
Add the checking for mediaplayer stress test.
by Yu Shan Emily Lau
· 15 years ago
49f02be
Issue 2265163: Audio still reported routed through earpiece on sholes
by Eric Laurent
· 15 years ago
d66a901
DO NOT MERGE: Instead of inserting semi-random delays after submission to surface flinger, delay releasing buffers to the next display time to avoid flickering.
by Andreas Huber
· 15 years ago
4eaf35b
am a0e37e9d: Merge change I941136fd into eclair
by Jean-Michel Trivi
· 15 years ago
941136f
Fix bug 2271468 Update the javadoc for MediaRecorder.AudioSource
by Jean-Michel Trivi
· 15 years ago
ae9dd9b
am b3f35041: Merge change I86db22ef into eclair
by Ray Chen
· 15 years ago
2c76649
Merge change Iea6a38c6 into eclair-mr2
by Android (Google) Code Review
· 15 years ago
05df33e
Fix issue 2265955 Use dateCreated when dateTaken isn't valid when writing images/videos to database.
by Ray Chen
· 15 years ago
a35f1c6
Merge change Ib64ea2dd into eclair-mr2
by Android (Google) Code Review
· 15 years ago
9c54010
Improvements to TimedEventQueue.
by Andreas Huber
· 15 years ago
744043f
Update FileSource to also accept a file descriptor and a range.
by Andreas Huber
· 15 years ago
ea6a38c
Squashed commit of the following:
by Andreas Huber
· 15 years ago
6efdbcc
am fddfb9ae: Merge change Iad79689a into eclair
by Eric Laurent
· 15 years ago
609acfd
am 1aa9f3ca: Merge change I923d7d72 into eclair
by Eric Laurent
· 15 years ago
fddfb9a
Merge change Iad79689a into eclair
by Android (Google) Code Review
· 15 years ago
1aa9f3c
Merge change I923d7d72 into eclair
by Android (Google) Code Review
· 15 years ago
923d7d7
Fix issue 2242614: Wired headset not recognized: bogus "state" in ACTION_HEADSET_PLUG broadcast.
by Eric Laurent
· 15 years ago
d0f3228
resolved conflicts for merge of c66d53f9 to eclair-mr2
by Andreas Huber
· 15 years ago
c8d7c14
Delegate the platform dependent hardware renderer implementation to a shared library provided by the vendor.
by Andreas Huber
· 15 years ago
059b4be
Improvements for issue 2197683: English IME key-press latency is noticeably higher on passion than sholes
by Eric Laurent
· 15 years ago
6780d8c
Make MediaPlayerImpl less verbose by default.
by Andreas Huber
· 15 years ago
d533ca6
am cfe45c77: Merge change I96c4d4b3 into eclair
by Andreas Huber
· 15 years ago
da440f1
Fix for random audio output failures, properly dup() the file descriptor in IMediaPlayer::setDataSource to assume ownership as the caller will otherwise close it.
by Andreas Huber
· 15 years ago
9d7e75e
am bf964e6a: Merge change Ic060d86f into eclair
by Gloria Wang
· 15 years ago
c060d86
Check whether test server is up before running tests which use streaming files.
by Gloria Wang
· 15 years ago
f28e0c2
Merge change I9a50fdf4 into eclair-mr2
by Android (Google) Code Review
· 15 years ago
be36402
am fde273ba: Merge change Ic997acac into eclair
by Andreas Huber
· 15 years ago
9a50fdf
Handle OMX_StateInvalid in emergency shutdown properly (by ignoring it and hoping for the best) instead of asserting.
by Andreas Huber
· 15 years ago
fde273b
Merge change Ic997acac into eclair
by Android (Google) Code Review
· 15 years ago
d512a3b
Merge change Ic1d72f56 into eclair-mr2
by Android (Google) Code Review
· 15 years ago
c1d72f5
Make createThumbnailFromEXIF prefer choosing a thumbnail from the exif
by Wei-Ta Chen
· 15 years ago
99588d5
am 1e495da1: Merge change I4b03c2cd into eclair
by James Dong
· 15 years ago
c997aca
Make AudioPlayer a little less verbose, defer starting audio playback until after the first video frame has been decoded (if there's video at all).
by Andreas Huber
· 15 years ago
1e495da
Merge change I4b03c2cd into eclair
by Android (Google) Code Review
· 15 years ago
571529f
am d94ed379: Merge change I1dc2ae28 into eclair
by Jean-Michel Trivi
· 15 years ago
1dc2ae2
Fix bug 2242585 to unhide the new audio recording sources.
by Jean-Michel Trivi
· 15 years ago
2fe3e3a
am 818a9cf8: Merge change Ia4eedace into eclair
by Andreas Huber
· 15 years ago
dcaa220
DO NOT MERGE: Squashed commit of the following:
by Andreas Huber
· 15 years ago
Next »