Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
89b5b85fcd98bc2330924e00b51126cd63a11f68
/
media
/
libdatasource
/
FileSource.cpp
d91c921
Avoid reading at negative offsets
by Marco Nelissen
· 5 years ago
9c6f790
Remove libdrmframework.so dependency from libdatasource.so
by Dongwon Kang
· 6 years ago
fa8be7d
Split datasource out of libstagefright
by Marco Nelissen
· 6 years ago
[Renamed (97%) from media/libstagefright/FileSource.cpp]
1e1bcaa
MediaPlayer2: Remove libdrmframework.so dependency.
by Dongwon Kang
· 7 years ago
92541a3
Remove unused code DataSource::getDrmInfo
by Dongwon Kang
· 7 years ago
d49dbd6
Allow MediaExtractor to create FileSource
by Andy Hung
· 9 years ago
69d3d8a
Expand mediaextractor dumpsys
by Marco Nelissen
· 9 years ago
63690d1
MP3Extractor: fix overflow on duration estimation
by Marco Nelissen
· 9 years ago
fbe7fcf
Close MediaDataSource on extractor/retriever release
by Marco Nelissen
· 9 years ago
5f80c6f
Merge "Handle error result from DrmManagerClient correctly" am: f0d7854e93 am: b84a4f9d23
by Marco Nelissen
· 9 years ago
d066bc8
Handle error result from DrmManagerClient correctly
by Patrik Lindgren
· 10 years ago
83b0fd9
Optionally print name for fd
by Marco Nelissen
· 10 years ago
0eaf820
libstagefright: fix overflow in FileSource::readAt.
by Wei Jia
· 10 years ago
ee4e1b1
stagefright: warnings be gone, some are now errors, use clang
by Lajos Molnar
· 10 years ago
4f82a25
Add log tag to FileSource
by Marco Nelissen
· 10 years ago
f4b7d94
Better error logging during meta data retrieval. Fixed the stagefright
by Andreas Huber
· 13 years ago
4ee31e2
Cache the file size in favour of extraneous seek requests.
by Andreas Huber
· 13 years ago
f1d5aa1
Move away from MediaDebug and use ADebug instead
by James Dong
· 13 years ago
9d2f386
Separate sniffing from session initialization
by James Dong
· 13 years ago
29357bc
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
3a13fad
Properly serialize access to FileSource::getSize by acquiring the mutex
by Andreas Huber
· 14 years ago
b5ce361
Fix for bug 3477330
by Gloria Wang
· 14 years ago
8f64134
Add more check before using the DRM manager client.
by Gloria Wang
· 14 years ago
889b340
- Do not use global DrmManagerClient
by Gloria Wang
· 14 years ago
674ebd0
Removed uncessary FILE structure pointer for I/O
by James Dong
· 14 years ago
c7fc37a
64-bit file size/offset support for media framework
by James Dong
· 14 years ago
b371426
Add support for WV DRM
by Gloria Wang
· 15 years ago
4e65729
FileSource may fail to open a file in which case subsequent code dereferences a NULL pointer. This fixes this recently introduced problem.
by Andreas Huber
· 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
3d8055a
Interestingly, a call to fseek with a NULL file handle now blocks forever...
by Andreas Huber
· 15 years ago
fc9ba09
Squashed commit of the following:
by Andreas Huber
· 15 years ago
d912f46
Note to self: Don't reverse the arguments to fseek(o)...
by Andreas Huber
· 15 years ago
03475f5
Update FileSource to also accept a file descriptor and a range.
by Andreas Huber
· 15 years ago
34769bc
New API to instantiate a MediaExtractor given a URI and optional MIME type.
by Andreas Huber
· 16 years ago
0c89199
assert => CHECK in stagefright.
by Andreas Huber
· 16 years ago
20111aa
Squashed commit of the following:
by Andreas Huber
· 16 years ago