Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_base
/
c7b0dba641d5417286caa3694e70b039012d1e91
/
media
c39173b
Fixed a bug in the parser.
by niko
· 16 years ago
80b3ab3
Fixing the build: StagefrightPlayer now implements the newly introduced "getMetadata" pure virtual.
by Andreas Huber
· 16 years ago
3e66422
Merge change 7747
by Android (Google) Code Review
· 16 years ago
b8b117e
am a8d5644b: Merge change 7726 into donut
by Android (Google) Code Review
· 16 years ago
a8d5644
Merge change 7726 into donut
by Android (Google) Code Review
· 16 years ago
ab6ee15f
am 474b0f29: Merge change 7686 into donut
by Android (Google) Code Review
· 16 years ago
716383a
Added 3 metadata types for pause/seek forward/seek backward.
by Nicolas Catania
· 16 years ago
cf541ee
Merge change 7617
by Android (Google) Code Review
· 16 years ago
fd6e482
Fix issue 1985479 lots of backup NPEs.
by Eric Laurent
· 16 years ago
da3785a
Merge change 7624
by Android (Google) Code Review
· 16 years ago
8994837
Added method to get metadata out of the player.
by niko
· 16 years ago
f211c09
Merge change 7701
by Android (Google) Code Review
· 16 years ago
2e337a4
Clean up MP3Extractor code and fixes a bug that miscalculated the position of the header by a few bytes whenever we read in more data.
by Andreas Huber
· 16 years ago
84c0246
stagefright: initialize more of the OMX_BUFFERHEADERTYPE structure as they are apparently not cleared by the OMX implementation.
by Andreas Huber
· 16 years ago
bdc0e82
MediaScanner: Add check for null object in empty title handling code.
by Mike Lockwood
· 16 years ago
9e1bd09
am 97a67cc2: Merge change 7544 into donut
by Android (Google) Code Review
· 16 years ago
cb2e00e
Impl. of the metadata getters.
by Nicolas Catania
· 16 years ago
97a67cc2
Merge change 7544 into donut
by Android (Google) Code Review
· 16 years ago
5b3f457
am 58d19d1f: Merge change 7581 into donut
by Android (Google) Code Review
· 16 years ago
3a3ba05
Another fix for building libstagefright for the simulator, plus whitespace adjustments.
by Marco Nelissen
· 16 years ago
7013c8b
Fixes to make libstagefright build for the simulator.
by Marco Nelissen
· 16 years ago
55973f1
Fix bug that would cause files with blank title tags to not be shown in the music app.
by Marco Nelissen
· 16 years ago
52e4ad8
Merge change 7399
by Android (Google) Code Review
· 16 years ago
8f5fcab
New test player stub to load mock native players.
by Nicolas Catania
· 16 years ago
9b0a5e5
sdutil: Up the mount/unmount wait times to account for disk check + reaper time
by San Mehat
· 16 years ago
e46b7be
Squashed commit of the following:
by Andreas Huber
· 16 years ago
a5ccb22
Partial implementation of the parsing of Parcel into Metadata.
by Nicolas Catania
· 16 years ago
1f872d4
Merge change 7067
by Android (Google) Code Review
· 16 years ago
ac2dd4d
first attempt to fix the sim
by Mathias Agopian
· 16 years ago
fb4f266
add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes
by Mathias Agopian
· 16 years ago
e41cc49
Merge change 6812
by Android (Google) Code Review
· 16 years ago
4df8b2c
Implemented the tracking of the metadata updates.
by Nicolas Catania
· 16 years ago
0fc736f32
Don't pass references to temporary objects, and handle the case where we dont have a Surface.
by Marco Nelissen
· 16 years ago
b88993f
Merge change 6797
by Android (Google) Code Review
· 16 years ago
b5af325
rename libsgl/libcorecg to libskia
by Mike Reed
· 16 years ago
5d55c71
Basic plumbing to retrieve metadata from the native player.
by Nicolas Catania
· 16 years ago
c494ba2
Merge change 6636
by Android (Google) Code Review
· 16 years ago
cfe2c40
am 5964e737: Fix issue 1946033: dialer deadlocks and/or ANRs when using dialpad in-call
by Eric Laurent
· 16 years ago
5e7e8da
am b799616d: Merge change 6208 into donut
by Android (Google) Code Review
· 16 years ago
b2c6939
Implemented the metadata changed notification filters.
by Nicolas Catania
· 16 years ago
5964e73
Fix issue 1946033: dialer deadlocks and/or ANRs when using dialpad in-call
by Eric Laurent
· 16 years ago
b799616
Merge change 6208 into donut
by Android (Google) Code Review
· 16 years ago
9193e08
New Metadata API for the MediaPlayer.
by Nicolas Catania
· 16 years ago
f751c8c
am e9ac96f7: Merge change 6454 into donut
by Android (Google) Code Review
· 16 years ago
4050c93
Fix issue 1967295: Add a method to request reloading of audio settings by AudioService.
by Eric Laurent
· 16 years ago
20b03ea
Move ExifInterface to android.media package so we can reference it from MediaScanner.
by repo sync
· 16 years ago
fcc5be9
am 88e209dc: Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR
by Eric Laurent
· 16 years ago
88e209d
Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR
by Eric Laurent
· 16 years ago
03a9a34
Merge commit 'goog/master' into merge_master
by Mathias Agopian
· 16 years ago
6231e3a
am ef1f21b3: Merge change 6231 into donut
by Android (Google) Code Review
· 16 years ago
513d806
am 899725b0: Make sure ringtones are sorted correctly.
by Marco Nelissen
· 16 years ago
73bb511
Don't trim() in the mediascanner, as that would remove the special "sort first" character.
by Marco Nelissen
· 16 years ago
899725b
Make sure ringtones are sorted correctly.
by Marco Nelissen
· 16 years ago
dfe983b
Merge commit 'goog/master' into merge_master
by Mathias Agopian
· 16 years ago
8529fc3
am 2f8d58b7: Merge change 5420 into donut
by Android (Google) Code Review
· 16 years ago
2f8d58b
Merge change 5420 into donut
by Android (Google) Code Review
· 16 years ago
f47b8e9
Added two test cases to trace the failure in closing the hw decoder and the current playtime is greater than the duration.
by Yu Shan Emily Lau
· 16 years ago
548b992
am 2d9f3169: Merge change 5595 into donut
by Android (Google) Code Review
· 16 years ago
9788119
We might try to close the Vorbis file twice under certain
by Dave Sparks
· 16 years ago
f31868e
merge master in master_gl
by Mathias Agopian
· 16 years ago
2387208
am 3d7b8d1a: Merge change 5158 into donut
by Android (Google) Code Review
· 16 years ago
567c2e2
am 9efba9d2: Merge change 5176 into donut
by Android (Google) Code Review
· 16 years ago
20cb94e
Direct api to the native media player.
by Nicolas Catania
· 16 years ago
5e27115
Use a ref-counted callback interface for Camera.
by Dave Sparks
· 16 years ago
9efba9d
Merge change 5176 into donut
by Android (Google) Code Review
· 16 years ago
f16da13
Export the output to a text file and save to sdcard
by Yu Shan Emily Lau
· 16 years ago
cf01aa3
am 1bee98af: Merge change 5100 into donut
by Android (Google) Code Review
· 16 years ago
1bee98a
Merge change 5100 into donut
by Android (Google) Code Review
· 16 years ago
6922f19d
am 843f5eb3: Merge change 5054 into donut
by Android (Google) Code Review
· 16 years ago
b6d90ca
Fill in CDMA gaps and clean up ToneGenerator code
by David Krause
· 16 years ago
3274202
Rollback the number of loop in the memory stress test
by Yu Shan Emily Lau
· 16 years ago
949070d
am 11348cff: Merge change 4885 into donut
by Android (Google) Code Review
· 16 years ago
a746030
Merge the output file into one.
by Yu Shan Emily Lau
· 16 years ago
dcd810d
Renamed all android.hardware.IMedia* strings to android.media.IMedia*
by niko
· 16 years ago
69f066c
Merge commit 'goog/master' into merge_master
by Mathias Agopian
· 16 years ago
a877427
am 0e3d77af: Merge change 4324 into donut
by Android (Google) Code Review
· 16 years ago
d1f362f
AudioService: Fix routing problem recently introduced in setRouting().
by Mike Lockwood
· 16 years ago
cca860f
am 3d4b7065: Merge change 4047 into donut
by Android (Google) Code Review
· 16 years ago
5f80742
am d670b8c6: Merge change 3981 into donut
by Android (Google) Code Review
· 16 years ago
3d4b706
Merge change 4047 into donut
by Android (Google) Code Review
· 16 years ago
9bcf401
Fix issue #899198 MODE_RINGER_STREAMS_AFFECTED does not restore volumes correctly
by Eric Laurent
· 16 years ago
32f8277
Removed trailing whitespaces.
by Nicolas Catania
· 16 years ago
1ecb750
am 1d7d5db7: Merge change 3799 into donut
by Android (Google) Code Review
· 16 years ago
1d7d5db
Merge change 3799 into donut
by Android (Google) Code Review
· 16 years ago
afbc17e
Turned on the windows media related test cases as the binary already integrated.
by Yu Shan Emily Lau
· 16 years ago
9da6971
am faf41044: Merge change 3644 into donut
by Android (Google) Code Review
· 16 years ago
a2df605
Print a message to the log when a file can't be opened on the client side.
by Marco Nelissen
· 16 years ago
f5b746e
am b2df1699: Merge change 1548 into donut
by Android (Google) Code Review
· 16 years ago
b2df169
Merge change 1548 into donut
by Android (Google) Code Review
· 16 years ago
8c09399
am bdf90a08: Merge change 3462 into donut
by Android (Google) Code Review
· 16 years ago
32e9591
Capture the memory output before the playback and record start.
by Yu Shan Emily Lau
· 16 years ago
2bcda90
NJ-1409: (frameworks/base) Support new audio encoding types(AMR and AAC).
by Jianhong Jiang
· 16 years ago
a650aaa
fix build
by Mathias Agopian
· 16 years ago
7c49790
am 162c9d0e: Merge change 2805 into donut
by Android (Google) Code Review
· 16 years ago
162c9d0e
Merge change 2805 into donut
by Android (Google) Code Review
· 16 years ago
4599184
am 450ad31b: Merge change 2774 into donut
by Android (Google) Code Review
· 16 years ago
450ad31
Merge change 2774 into donut
by Android (Google) Code Review
· 16 years ago
5a3a77d
base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE
by San Mehat
· 16 years ago
3c8704b
Limit check on maxChannels for SoundPool. Bug 1838724
by Dave Sparks
· 16 years ago
3b4062e
get rid of utils.h
by Mathias Agopian
· 16 years ago
Next »