Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
d5cd5ffe3ada6b71818d9957bd7ca68b10e54268
/
media
/
libmediaextractor
/
DataSourceBase.cpp
b486b52
Remove system library classes from DataSourceBase
by Dongwon Kang
· 7 years ago
2a243f0
Remove RefBase from plugin-side DataSource
by Marco Nelissen
· 7 years ago
[Renamed (77%) from media/libmediaextractor/DataSource.cpp]
5146742
Remove IDataSource dependency from DataSource.
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/DataSource.cpp]
6076128
Move UXX_AT families to libstagefright_foundation
by Dongwon Kang
· 8 years ago
b51ca28
stagefright: add HEIF support
by Chong Zhang
· 8 years ago
d49dbd6
Allow MediaExtractor to create FileSource
by Andy Hung
· 9 years ago
ed1abbf
Merge "Fix static analyzer warnings" am: 9064b2d12a am: 9924503dfe am: 41194d937c
by Caroline Tice
· 8 years ago
65c954e
Fix static analyzer warnings
by Caroline Tice
· 8 years ago
ac6b30a
Remove unused includes
by Marco Nelissen
· 8 years ago
92d57f9
Move 'sniff' functionality from DataSource to MediaExtractor
by Marco Nelissen
· 8 years ago
29b7dcf
Removing widevine classic
by Jeff Tinker
· 9 years ago
3001a8a
Don't sniff or create WVM in extractor process
by Marco Nelissen
· 9 years ago
316c3d9
NuCachedSource2: fix possible erroneous early free
by Wonsik Kim
· 10 years ago
da7e453
stagefright: add a 2kb cache for CallbackDataSource.
by Chris Watkins
· 10 years ago
99f3160
Unhide the android.media.[Media]DataSource interface.
by Chris Watkins
· 10 years ago
faf4efc
Replace MidiFile player with a Midi extractor
by Marco Nelissen
· 10 years ago
360d6d0
GenericSource: support disconnect before NuCachedSource2 is created
by Robert Shih
· 11 years ago
217bde8
fix crash when makeHTTPConnection fails with null pointer
by Chong Zhang
· 11 years ago
d354d8d
move cache prefill to GenericSource's message handler
by Chong Zhang
· 11 years ago
7b3cd1f
make NuPlayer's http connection mechanism behave
by Chong Zhang
· 11 years ago
3de157d
some fixes for crash when extractor creation fails
by Chong Zhang
· 11 years ago
4bbfff2
Support "data:" URIs again in mediaplayer...
by Andreas Huber
· 11 years ago
81e6844
Remove no longer needed http proxy handling code, it's obsolete now
by Andreas Huber
· 11 years ago
1b86fe0
FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to media code
by Andreas Huber
· 11 years ago
377fce6
Only initialize sniffers once, don't hold mutex while sniffing
by Marco Nelissen
· 11 years ago
ec77122
Add support for common encryption
by Marco Nelissen
· 12 years ago
ab89ac2
Remove FragmentedMP4Extractor
by Marco Nelissen
· 12 years ago
05f625c
Add support for fragmented mp4 to MPEG4Extractor
by Marco Nelissen
· 12 years ago
5699712
Fragmented mp4 extractor
by Marco Nelissen
· 13 years ago
bea455c
libstagefright: dynamically load libstagefright_chromium_http
by Colin Cross
· 13 years ago
e517709
Remove/Disable the AVI extractor.
by Andreas Huber
· 13 years ago
1608735
Support widevine:// URLs in NuMediaExtractor / java MediaExtractor.
by Andreas Huber
· 13 years ago
918c765
Change NuMediaExtractor's API to support different kinds of data sources.
by Andreas Huber
· 13 years ago
9d2f386
Separate sniffing from session initialization
by James Dong
· 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
901e78d
am a5038d16: am a693a4b5: Merge "Fix ANRs due to Widevine DRM plugin sniff taking too long." into ics-mr1
by Jeff Tinker
· 13 years ago
894f3ca
Merge "Fix ANRs due to Widevine DRM plugin sniff taking too long." into ics-mr1
by Jeff Tinker
· 13 years ago
8e49b60
Fix ANRs due to Widevine DRM plugin sniff taking too long.
by Jeff Tinker
· 13 years ago
f7b5cdd
DO NOT MERGE: Remove the AVI extractor.
by Andreas Huber
· 13 years ago
6c83e3b
Allow data uris to be data sources
by Narayan Kamath
· 13 years ago
2944eca
Support for an MPEG2 Program Stream extractor.
by Andreas Huber
· 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
6511c97
Stagefright DataSources now expose the underlying content mime type.
by Andreas Huber
· 14 years ago
1156dc9
An HTTP datasource for stagefright using the chromium code.
by Andreas Huber
· 14 years ago
8cb0c41
Experimental support for https transfers in stagefright.
by Andreas Huber
· 14 years ago
50c44c7
Add AAC extractor
by Gloria Wang
· 14 years ago
856990b
Bug 1804058 FLAC extractor
by Glenn Kasten
· 14 years ago
c7fc37a
64-bit file size/offset support for media framework
by James Dong
· 14 years ago
a890829
- register DRM sniffer only when drmserver is up
by Gloria Wang
· 15 years ago
deeb961
A temporary fix for "Waiting for service drm.drmManager".
by Gloria Wang
· 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
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
79f77ef
Restore feature parity with the old HTTPDataSource as far as support for extra headers (cookies?) and socket-timeout are concerned.
by Andreas Huber
· 15 years ago
0a5baa9
Switch stagefright's approach to prefetching to the new model. The java MediaPlayer is now notified about rebuffering start/end via info messages.
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
3cf4e43
Support for Ogg Vorbis decoding in stagefright.
by Andreas Huber
· 15 years ago
d8c7685
Increase the size of the pages used in CachingDataSource (total amount of memory used remains the same) to compensate for reduced locality of audio/video data requests. Also fixes a mistaken trailing "\r\n" in the range header and better error handling on http connection.
by Andreas Huber
· 15 years ago
e94bd14
HTTPStream and HTTPDataSource now support cancellation of the connection process, AwesomePlayer takes advantage of this in cases where ::reset() or ::suspend() is called while in the preparation phase to bail out early. Also fixes in issue where the audio codec was not properly stopped if no audio player object ever took ownership.
by Andreas Huber
· 15 years ago
79b19b3
Reduce buffer sizes related to HTTP media data transfer in order to reduce the probability of a connection timeout/reset due to long periods of time between socket activity.
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
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
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