Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
080b934e6da4c1e09c91e236f5d0705edbd6cb0c
/
media
/
libmediaextractor
/
MediaExtractor.cpp
661e699
Remove libmediametrics dependency from libmediaextractor
by Dongwon Kang
· 7 years ago
d91dc5a
Remove libmedia and libstagefright dependency from extractors
by Dongwon Kang
· 8 years ago
04ce1be
Clean move of files to keep the git history
by Dongwon Kang
· 8 years ago
[Renamed from media/libstagefright/MediaExtractor.cpp]
d76a4a1
Fix HEIF support
by Marco Nelissen
· 8 years ago
7522617
Make extractors separate libraries
by Marco Nelissen
· 9 years ago
ba8128f
Remove direct dependency on libbinder from extractor impls
by Dongwon Kang
· 8 years ago
324ceef
Fix the tab alignment in MediaExtractor
by Dongwon Kang
· 8 years ago
161dc69
MediaPlayer: enable more logs for extractor failure.
by Wei Jia
· 8 years ago
d49dbd6
Allow MediaExtractor to create FileSource
by Andy Hung
· 9 years ago
afb43f7
Name changes to Media Metrics Keys
by Ray Essick
· 8 years ago
ba13b7b
connect APIs to mediaextractor getMetrics()
by Ray Essick
· 8 years ago
db12214
Media Metrics for NuPlayer, Codec, Extractor
by Ray Essick
· 8 years ago
4453f45
Remove DRMExtractor
by Marco Nelissen
· 8 years ago
5249a55
Clean up DRM handling
by Marco Nelissen
· 8 years ago
96626b7
Use property_get_bool where possible
by Marco Nelissen
· 8 years ago
92d57f9
Move 'sniff' functionality from DataSource to MediaExtractor
by Marco Nelissen
· 9 years ago
29b7dcf
Removing widevine classic
by Jeff Tinker
· 9 years ago
2c6f11a
Merge \\"MediaExtractor: move DRMExtractor to mediaserver process.\\" into nyc-mr1-dev am: 73e0dd5e12
by Wei Jia
· 9 years ago
73e0dd5
Merge "MediaExtractor: move DRMExtractor to mediaserver process." into nyc-mr1-dev
by Wei Jia
· 9 years ago
b23a8a8
Merge \\"MediaExtractor: add DrmInitialization in IDataSource.\\" into nyc-mr1-dev am: 489eb9bfaa
by Wei Jia
· 9 years ago
d758105
MediaExtractor: move DRMExtractor to mediaserver process.
by Wei Jia
· 9 years ago
2a5e49c
MediaExtractor: add DrmInitialization in IDataSource.
by Wei Jia
· 9 years ago
64a2870
Fix google-explicit-constructor warnings.
by Chih-Hung Hsieh
· 9 years ago
69d3d8a
Expand mediaextractor dumpsys
by Marco Nelissen
· 9 years ago
10551fc
IDataSource: add getFlags() to expose DataSource::flags().
by Wei Jia
· 9 years ago
3001a8a
Don't sniff or create WVM in extractor process
by Marco Nelissen
· 9 years ago
d5e5b15
Fix 64 bit build
by Marco Nelissen
· 10 years ago
b2487f0
Extractor service
by Marco Nelissen
· 10 years ago
faf4efc
Replace MidiFile player with a Midi extractor
by Marco Nelissen
· 10 years ago
ab89ac2
Remove FragmentedMP4Extractor
by Marco Nelissen
· 12 years ago
5699712
Fragmented mp4 extractor
by Marco Nelissen
· 13 years ago
1d02a82
Fix DRM timer start for Widevine.
by Fred Gylys-Colwell
· 13 years ago
e517709
Remove/Disable the AVI extractor.
by Andreas Huber
· 13 years ago
2a3d6e1
am 3f6a7d1e: am d70c64db: Revert the following patches because they may lead to power regression because SHA/MD5 module is stuck 1. Revert "Fix drm flag setting missed in false drm recognition fix." This reverts commit 9f704f6c46a171357e49c411c83458b9d4565f3b.
by James Dong
· 13 years ago
785ee06
Revert the following patches because they may lead to power regression because SHA/MD5 module is stuck
by James Dong
· 13 years ago
f2d86c8
am 406dd5d1: am aadbd80b: Fixed the false drm recognition.
by James Dong
· 13 years ago
d1fa3ca
Fixed the false drm recognition.
by James Dong
· 13 years ago
f7b5cdd
DO NOT MERGE: Remove the AVI extractor.
by Andreas Huber
· 13 years ago
14da736
Properly decode ADTS files with ID3 headers.
by Andreas Huber
· 14 years ago
3856b09
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
by Steve Block
· 14 years ago
2944eca
Support for an MPEG2 Program Stream extractor.
by Andreas Huber
· 14 years ago
0d0edfb
- Retrieve is_drm in MediaMetadataRetriever.
by Gloria Wang
· 14 years ago
f8374de
Support for divx files, i.e. mpeg 4 video + mpeg audio layer III in .avi files
by Andreas Huber
· 14 years ago
8ddeebb
Bug 3447027 Limit previews for DRM video
by Glenn Kasten
· 14 years ago
8c8f24d
Don't crash when parsing DRM MIME types
by Glenn Kasten
· 14 years ago
50c44c7
Add AAC extractor
by Gloria Wang
· 14 years ago
856990b
Bug 1804058 FLAC extractor
by Glenn Kasten
· 14 years ago
b371426
Add support for WV DRM
by Gloria Wang
· 15 years ago
6d30913
Fix for simulator build break
by Kristian Monsen
· 15 years ago
a9741a9
resolved conflicts for merge of 9084631d to gingerbread-plus-aosp
by Gloria Wang
· 15 years ago
dcd25ef
DRM framework support:
by Gloria Wang
· 15 years ago
70f521d
Disable 10secs forward/backward seeking for rtsp as seek is a very expensive operation there. Decouple the 10sec forward/backward button functionality from seekbar functionality.
by Andreas Huber
· 15 years ago
5a1c352
Allow sniffers to return a packet of opaque data that the corresponding extractor can take advantage of to not duplicate work already done sniffing. The mp3 extractor takes advantage of this now.
by Andreas Huber
· 15 years ago
cda17c6
Initial checkin of mpeg2 transport stream parser for stagefright.
by Andreas Huber
· 15 years ago
093437c
Support for media extraction from .mkv/.mka Matroska files in stagefright.
by Andreas Huber
· 15 years ago
ee7ff20
A new OggExtractor/VorbisDecoder combo to support approximate seeking.
by Andreas Huber
· 15 years ago
acdd9d0
Disable vorbis seek when streaming from localhost.
by Andreas Huber
· 15 years ago
3cf4e43
Support for Ogg Vorbis decoding in stagefright.
by Andreas Huber
· 15 years ago
5561ccf
Support the specification of additional HTTP headers in the creation of a DataSource.
by Andreas Huber
· 15 years ago
fc9ba09
Squashed commit of the following:
by Andreas Huber
· 15 years ago
bfa6b2d
Squashed commit of the following:
by Andreas Huber
· 16 years ago
0dba737
Adds a WAVExtractor for 16-bit signed PCM audio wave files.
by Andreas Huber
· 16 years ago
34769bc
New API to instantiate a MediaExtractor given a URI and optional MIME type.
by Andreas Huber
· 16 years ago
66326a5
Moving the individual extractor headers files to the private include directory.
by Andreas Huber
· 16 years ago
47bed1a
Make stagefright a little less verbose. Fix heap corruption for real.
by Andreas Huber
· 16 years ago
18291bc
Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API.
by Andreas Huber
· 16 years ago
f75978f
Added a .amr file extractor (for AMR-NB and AMR-WB content).
by Andreas Huber
· 16 years ago
693d271
Squashed commit of the following:
by Andreas Huber
· 16 years ago
20111aa
Squashed commit of the following:
by Andreas Huber
· 16 years ago