Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
5783ee1c3db77b098d6528b3018b8ad9fc009251
/
media
/
libmedia
/
Android.mk
08f4e4f
Move media_profiles_V1_0.dtd to hardware/interfaces
by Pawin Vongmasa
· 9 years ago
fec50ce
Add media_profiles_V1_0.dtd
by Pawin Vongmasa
· 9 years ago
8253f44
Fix libmedia includes.
by Steven Moreland
· 9 years ago
0f0c9b5
Move MediaMetrics into its own library
by Ray Essick
· 9 years ago
04563aa
Move hybrid interface from libbinder to libhidl/transport.
by Pawin Vongmasa
· 10 years ago
ac7d412
Use tokens for IOmxNode.
by Pawin Vongmasa
· 10 years ago
9dbe9a5
MediaCas: add MediaCasService
by Chong Zhang
· 10 years ago
f62ea80
Use HIDL's memory in CodecBuffer and add wrapper classes for
by Pawin Vongmasa
· 10 years ago
a4a6d63
Enable CFI for some media components.
by Vishwath Mohan
· 10 years ago
08dab5a
Use libmedia_helper as shared lib.
by Jaekyun Seok
· 10 years ago
65abff1
Merge "initial mediasanalytics framework"
by Ray Essick
· 10 years ago
3938dc6
initial mediasanalytics framework
by Ray Essick
· 10 years ago
66c42ee
export sonivox headers for users of libmedia
by Marco Nelissen
· 10 years ago
d399e7e
BufferingSettings: define internal BufferingSettings API.
by Wei Jia
· 10 years ago
75571e4
Clean up mediadrm dependencies
by Marco Nelissen
· 10 years ago
538ec5e
Split libmedia into libmedia and libaudioclient
by Marco Nelissen
· 10 years ago
8ad9476
Move IMediaLogService to libmedialogservice
by Marco Nelissen
· 10 years ago
d437026
Merge "IOMX: consolidate buffer passing on IOMX"
by Chong Zhang
· 10 years ago
3fd200f
IOMX: consolidate buffer passing on IOMX
by Chong Zhang
· 10 years ago
c661ae6
Remove unneeded links with dynamic libraries
by Marco Nelissen
· 10 years ago
9fe9401
Split audio effects headers
by Mikhail Naganov
· 10 years ago
addf2cb
IOMX: consolidate createInputSurface APIs
by Chong Zhang
· 10 years ago
5f5ee11
LOCAL_CLANG := true is now the default
by Glenn Kasten
· 10 years ago
7e34bf5
MediaCodec refactoring part 1-a: buffers become separate class
by Wonsik Kim
· 10 years ago
6d332d2
stagefright: abstract GraphicBufferSource to interfaces
by Chong Zhang
· 10 years ago
f28256f
Make MidiDeviceInfo accessible to native code
by Mikhail Naganov
· 10 years ago
d7a756c
Merge "Convert to Android.bp" am: dd780c160d am: 1ee5667b7e am: 04fdc15790
by Dan Willemsen
· 10 years ago
442a2ee
Convert to Android.bp
by Dan Willemsen
· 10 years ago
ce4df5e
stagefright: move MedaDefs from libstagefright to libmedia
by Wonsik Kim
· 11 years ago
d5ce35a
Merge "limit mediaextractor memory" into nyc-dev am: 559b01b20a
by Marco Nelissen
· 10 years ago
c57fe21
limit mediaextractor memory
by Marco Nelissen
· 10 years ago
5cb96b8
Merge "Add memory heap checks for mediaserver and audioserver" into nyc-dev
by Andy Hung
· 10 years ago
07b745e
Add memory heap checks for mediaserver and audioserver
by Andy Hung
· 10 years ago
9794b93
Merge "Export headers from libbinder as part of libmedia" am: 9a7bca4
by Treehugger Robot
· 10 years ago
e7b096a
Export headers from libbinder as part of libmedia
by Christopher Wiley
· 10 years ago
26ae699
Fix typo
by Glenn Kasten
· 11 years ago
a69729d
Add mediadrm service
by Jeff Tinker
· 11 years ago
1900e77
Run codecs in a separate process
by Marco Nelissen
· 11 years ago
260e56c
Revert "Run codecs in a separate process"
by Marco Nelissen
· 11 years ago
4f12d94
Run codecs in a separate process
by Marco Nelissen
· 11 years ago
b2487f0
Extractor service
by Marco Nelissen
· 11 years ago
59b9420
Enable integer overflow sanitization in libmedia
by Chad Brubaker
· 11 years ago
9664e18
resolved conflicts for a17b1999 to stage-aosp-master
by Chad Brubaker
· 11 years ago
82352e7
Revert "Enable integer overflow detection in libmedia"
by Chad Brubaker
· 11 years ago
e9fa23f
resolved conflicts for 1f8749f2 to stage-aosp-master
by Chad Brubaker
· 11 years ago
0d9f5a1
Enable integer overflow detection in libmedia
by Chad Brubaker
· 11 years ago
f6b3e7d
Deprecations are warnings not errors
by Glenn Kasten
· 11 years ago
f1063e2
libmedia: fix all warning, make warnings errors, use clang
by Lajos Molnar
· 11 years ago
99f3160
Unhide the android.media.[Media]DataSource interface.
by Chris Watkins
· 12 years ago
231c3d1
media: add ResourceManagerService
by Ronghua Wu
· 12 years ago
3e68c08
am 88d74d20: Add missing AudioPolicy.cpp to Android.mk
by Brian Carlstrom
· 12 years ago
980b106
resolved conflicts for merge of 9391844d to master
by Marco Nelissen
· 12 years ago
88d74d2
Add missing AudioPolicy.cpp to Android.mk
by Brian Carlstrom
· 12 years ago
b7848f1
Remove MediaPlayerService::decode()
by Marco Nelissen
· 12 years ago
bc11e71
Use callbacks for Midi I/O
by Marco Nelissen
· 12 years ago
53dbe77
Move roundup from frameworks/av to system/media
by Glenn Kasten
· 12 years ago
7e7f3ce
am 991aa3a7: am bef17542: am 5c97c4e1: Merge "Remove hardcoded ICU & OpenSSL include paths."
by Narayan Kamath
· 12 years ago
991aa3a
am bef17542: am 5c97c4e1: Merge "Remove hardcoded ICU & OpenSSL include paths."
by Narayan Kamath
· 12 years ago
f84f7c5
Remove hardcoded ICU & OpenSSL include paths.
by Narayan Kamath
· 12 years ago
84d8cf4
Merge "Remove explicit instantiation of SingleStateQueue"
by Andy Hung
· 12 years ago
9b82924
Remove explicit instantiation of SingleStateQueue
by Andy Hung
· 12 years ago
08b9e2d
Use callbacks for Midi I/O
by Marco Nelissen
· 12 years ago
b279f5a
am c49d9cda: am 2dda40d6: Merge "audio policy: add support for custom mixes" into lmp-mr1-dev
by Eric Laurent
· 12 years ago
275e8e9
audio policy: add support for custom mixes
by Eric Laurent
· 12 years ago
1f2f4f2
libcutils no longer requires that its users configure ANDROID_SMP.
by Elliott Hughes
· 12 years ago
e1a2df5
Resolve conflict
by The Android Open Source Project
· 12 years ago
2be7786
Fix definining of ANDROID_SMP.
by Ian Rogers
· 12 years ago
d71233a
Merge "Use CharacterEncodingDetector in metadataretriever" into lmp-dev
by Marco Nelissen
· 12 years ago
34581f4
Use CharacterEncodingDetector in metadataretriever
by Marco Nelissen
· 12 years ago
a90cff5
[AU]Sync libmedia/Android.mk modification from KLP-Sprout
by Hochi Huang
· 12 years ago
60b1c0e
stagefright: rework media codec list and infos
by Lajos Molnar
· 12 years ago
01cab9c
resolved conflicts for merge of 373e21cc to master
by Elliott Hughes
· 12 years ago
51bc261
Switch frameworks/av/media/libmedia to the new icu.
by Elliott Hughes
· 12 years ago
b52c152
audio policy: add routing update client interface
by Eric Laurent
· 12 years ago
e27e2d9
Fix includes to no longer pull in Skia includes directories.
by Derek Sollenberger
· 13 years ago
ee37590
Simplify and remove old comment
by Glenn Kasten
· 13 years ago
3e8027a
Move StateQueueInstantiations to libinstantssq
by Glenn Kasten
· 13 years ago
1b86fe0
FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to media code
by Andreas Huber
· 13 years ago
544ad2b
Better character set encoding detection
by Marco Nelissen
· 13 years ago
a07a1c2
Instantiate SingleStateQueue<AudioTimestamp>
by Glenn Kasten
· 13 years ago
1f7d356
libutils clean-up
by Mathias Agopian
· 13 years ago
da0dc0a
Add liblog
by Ying Wang
· 13 years ago
c0d5f1f
Implement async event callout from drm plugin to Java app
by Jeff Tinker
· 13 years ago
441a78d
Implementing MediaDrm APIs
by Jeff Tinker
· 14 years ago
5c4cc0d
Add template class SingleStateQueue
by Glenn Kasten
· 14 years ago
6f1c191
Add media.log service based on NBLog
by Glenn Kasten
· 14 years ago
a8190fc
Split off the current control block to separate file
by Glenn Kasten
· 14 years ago
c415902
Remove obsolete references to libmedia_native
by Glenn Kasten
· 14 years ago
fd48021
am e7c992c6: am 5abc91d6: Merge "Fix libmedia and libstagefright to get expat header files from the approved location."
by Elliott Hughes
· 14 years ago
e8057dd
Fix libmedia and libstagefright to get expat header files from the approved location.
by Elliott Hughes
· 14 years ago
e104596
Implement remote display service stubs.
by Jeff Brown
· 14 years ago
1b19c9d
Preliminary support for HDCP as a binder service for wifi display support.
by Andreas Huber
· 14 years ago
1514727
Merge "Provisional support for secure decryption of media streams."
by Andreas Huber
· 15 years ago
ed3e3e0
Provisional support for secure decryption of media streams.
by Andreas Huber
· 15 years ago
131c36e
Merge "reorganize SoundPool and JetPlayer code."
by Eric Laurent
· 15 years ago
2e66a78
reorganize SoundPool and JetPlayer code.
by Eric Laurent
· 15 years ago
3ee2694
Remove JNI in LOCAL_C_INCLUDE from non-JNI related Android.mk files.
by James Dong
· 15 years ago
78b5e82
Revert "Split libmedia into libmedia and libmedia_native"
by Glenn Kasten
· 15 years ago
c524ffd
Split libmedia into libmedia and libmedia_native
by Glenn Kasten
· 15 years ago
b12153e
Add libmedia_native
by Glenn Kasten
· 15 years ago
Next »