Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
0f11b51a57bc9062c4fe8af73747319cedabc5d6
/
media
/
libmediaplayerservice
/
nuplayer
d6074f0
Fix compile error in NuPlayerRenderer debug print
by Oscar Rydhé
· 13 years ago
e2d617f
Merge commit '2381f06f374ee0cb8bca0edf5388394432b00e6d' into HEAD
by The Android Open Source Project
· 13 years ago
9263035
Merge "NuPlayer: Use a software renderer when using software codecs"
by Marco Nelissen
· 13 years ago
3e518fd
Notify current video size if available
by Marco Nelissen
· 13 years ago
da38df5
NuPlayer: Use a software renderer when using software codecs
by Martin Storsjo
· 13 years ago
4b7069d
Add FLAG_CAN_SEEK_BACKWARD and FLAG_CAN_SEEK_FORWARD see flags
by Chong Zhang
· 13 years ago
dcb89b3
MediaPlayer: add listener for raw track data
by Chong Zhang
· 13 years ago
cbaffcf
Add MEDIA_STARTED/PAUSED/STOPPED events to media players
by Lajos Molnar
· 13 years ago
1545d35
am 9f0e0597: am 7266bc80: am ca7f1609: Merge "Prevent double disconnects in RTSPSource"
by Jean-Baptiste Queru
· 13 years ago
7266bc8
am ca7f1609: Merge "Prevent double disconnects in RTSPSource"
by Jean-Baptiste Queru
· 13 years ago
0ad03bc
Prevent double disconnects in RTSPSource
by Fredrik Rosin
· 14 years ago
14f7672
New HLS implementation supporting independent stream sources, audio-only streams
by Andreas Huber
· 14 years ago
5a75013
Handle the case where an asynchronous prepare was initiated and then
by Andreas Huber
· 13 years ago
b5f28d4
Handle the case where an asynchronous prepare was initiated and then
by Andreas Huber
· 13 years ago
ca6867f
Fix a typo that would cause us not to shutdown/flush the decoders in
by Andreas Huber
· 13 years ago
da9740e
Fix a typo that would cause us not to shutdown/flush the decoders in
by Andreas Huber
· 13 years ago
602f5bb
Guard against mLooper == NULL.
by Andreas Huber
· 13 years ago
a68e7b9
Guard against mLooper == NULL.
by Andreas Huber
· 13 years ago
2070254
Instead of returning an error, return an invalid duration (-1 ms)
by Andreas Huber
· 13 years ago
d85929f
Instead of returning an error, return an invalid duration (-1 ms)
by Andreas Huber
· 13 years ago
7069bdf
Fix seek in response to OnPrepared() for HLS content
by Andreas Huber
· 13 years ago
9975940
Fix seek in response to OnPrepared() for HLS content
by Andreas Huber
· 13 years ago
9dffd24
Squashed commit of the following:
by Andreas Huber
· 14 years ago
d5e5623
Squashed commit of the following:
by Andreas Huber
· 14 years ago
b1e7cd1
Refactoring: Rename SurfaceTextureClient to Surface
by Mathias Agopian
· 14 years ago
1a2952a
Refactoring: Rename SurfaceTextureClient to Surface
by Mathias Agopian
· 14 years ago
46d13e3
Enable pause/resume for RTSP streaming
by Roger Jönsson
· 14 years ago
fba60da
Enable pause/resume for RTSP streaming
by Roger Jönsson
· 14 years ago
cfc3083
RTSP buffering improvements
by Roger Jönsson
· 14 years ago
b50e83e
RTSP buffering improvements
by Roger Jönsson
· 14 years ago
0c3f0fa
HLS now properly publishes its "seekable" flags after connection
by Andreas Huber
· 14 years ago
0df36ec
HLS now properly publishes its "seekable" flags after connection
by Andreas Huber
· 14 years ago
7f475c3
RTSP now properly publishes its "seekable" flags after connection
by Andreas Huber
· 14 years ago
ec0c597
RTSP now properly publishes its "seekable" flags after connection
by Andreas Huber
· 14 years ago
57cea55
Support for a "preparation" state that can take care of lengthy
by Andreas Huber
· 14 years ago
9575c96
Support for a "preparation" state that can take care of lengthy
by Andreas Huber
· 14 years ago
81dd60e
Added HTTP support for SDP files.
by Oscar Rydhé
· 15 years ago
7a33b77
Added HTTP support for SDP files.
by Oscar Rydhé
· 15 years ago
5ab368a
Groundwork to support bidirectional, asynchronous communication
by Andreas Huber
· 14 years ago
b5f25f0
Groundwork to support bidirectional, asynchronous communication
by Andreas Huber
· 14 years ago
484566c
Rename ISurfaceTexture and SurfaceTexture
by Andy McFadden
· 14 years ago
8ba0102
Rename ISurfaceTexture and SurfaceTexture
by Andy McFadden
· 14 years ago
3057c69
Merge "setVideoSurfaceTexture is now synchronous and applied dynamically"
by Andreas Huber
· 14 years ago
1bf2c27
Merge "setVideoSurfaceTexture is now synchronous and applied dynamically"
by Andreas Huber
· 14 years ago
e9810fa
Respect sample aspect ratio in NuPlayer.
by Andreas Huber
· 14 years ago
516dacf
Respect sample aspect ratio in NuPlayer.
by Andreas Huber
· 14 years ago
1a447be
setVideoSurfaceTexture is now synchronous and applied dynamically
by Andreas Huber
· 14 years ago
57a339c
setVideoSurfaceTexture is now synchronous and applied dynamically
by Andreas Huber
· 14 years ago
457ec42
Fix nuplayer seek jankiness by properly flushing decoders before
by Andreas Huber
· 14 years ago
a1f8ab0
Fix nuplayer seek jankiness by properly flushing decoders before
by Andreas Huber
· 14 years ago
1bfcf04
am 7b7f17dc: am b7c8e918: Add support for HLS playlists of type \'event\'.
by Andreas Huber
· 14 years ago
2546219
am 7b7f17dc: am b7c8e918: Add support for HLS playlists of type \'event\'.
by Andreas Huber
· 14 years ago
b7c8e91
Add support for HLS playlists of type 'event'.
by Andreas Huber
· 14 years ago
a4c5bc0
Add support for HLS playlists of type 'event'.
by Andreas Huber
· 14 years ago
5834181
Fix a crash when the stop might be called due to some error before start in RTSPSource
by James Dong
· 14 years ago
f6f0f0e
Fix a crash when the stop might be called due to some error before start in RTSPSource
by James Dong
· 14 years ago
482989a
am 9568b4cd: am 376074ed: Fixed a native crash due to deref of a NULL pointer
by James Dong
· 14 years ago
be52460
am 9568b4cd: am 376074ed: Fixed a native crash due to deref of a NULL pointer
by James Dong
· 14 years ago
376074e
Fixed a native crash due to deref of a NULL pointer
by James Dong
· 14 years ago
9f235b5
Fixed a native crash due to deref of a NULL pointer
by James Dong
· 14 years ago
4f7cd0e
am dd1a87b3: am 9c6cb7a8: Merge "Fragmented mp4 extractor" into jb-mr1-dev
by Marco Nelissen
· 14 years ago
3fd1ce4
am dd1a87b3: am 9c6cb7a8: Merge "Fragmented mp4 extractor" into jb-mr1-dev
by Marco Nelissen
· 14 years ago
5699712
Fragmented mp4 extractor
by Marco Nelissen
· 14 years ago
1e9ee01
Fragmented mp4 extractor
by Marco Nelissen
· 14 years ago
d7a61ad
am 05e73de0: am 0d268a3c: Add setVideoScalingMode support to NuPlayer
by James Dong
· 14 years ago
812ee4e
am 05e73de0: am 0d268a3c: Add setVideoScalingMode support to NuPlayer
by James Dong
· 14 years ago
0d268a3
Add setVideoScalingMode support to NuPlayer
by James Dong
· 14 years ago
53a2d13
Add setVideoScalingMode support to NuPlayer
by James Dong
· 14 years ago
09359d4
am eca95af8: am fbe9d81f: Support for acting as a wifi display sink.
by Andreas Huber
· 14 years ago
ac6d49f
am eca95af8: am fbe9d81f: Support for acting as a wifi display sink.
by Andreas Huber
· 14 years ago
fbe9d81
Support for acting as a wifi display sink.
by Andreas Huber
· 14 years ago
8a61c22
Support for acting as a wifi display sink.
by Andreas Huber
· 14 years ago
23ed3d9
am 76fd1ea5: am 7323115c: Merge "Improvements to our MPEG2 Transport Stream parser" into jb-mr1-dev
by Andreas Huber
· 14 years ago
f5540a1
am 76fd1ea5: am 7323115c: Merge "Improvements to our MPEG2 Transport Stream parser" into jb-mr1-dev
by Andreas Huber
· 14 years ago
7323115
Merge "Improvements to our MPEG2 Transport Stream parser" into jb-mr1-dev
by Andreas Huber
· 14 years ago
ebb5047
Merge "Improvements to our MPEG2 Transport Stream parser" into jb-mr1-dev
by Andreas Huber
· 14 years ago
31b7c57
am 4adf4c6c: am 31238033: Merge "Move fragmented mp4 parser to libstagefright" into jb-mr1-dev
by Marco Nelissen
· 14 years ago
85c4ee8
am 4adf4c6c: am 31238033: Merge "Move fragmented mp4 parser to libstagefright" into jb-mr1-dev
by Marco Nelissen
· 14 years ago
3123803
Merge "Move fragmented mp4 parser to libstagefright" into jb-mr1-dev
by Marco Nelissen
· 14 years ago
d99d678
Merge "Move fragmented mp4 parser to libstagefright" into jb-mr1-dev
by Marco Nelissen
· 14 years ago
cb1f88c
Move fragmented mp4 parser to libstagefright
by Marco Nelissen
· 14 years ago
4ecce50
Move fragmented mp4 parser to libstagefright
by Marco Nelissen
· 14 years ago
87f2a55
Improvements to our MPEG2 Transport Stream parser
by Andreas Huber
· 14 years ago
5205152
Improvements to our MPEG2 Transport Stream parser
by Andreas Huber
· 14 years ago
2444800
am 8d0189dc: am 61356671: Merge "Add support for mpeg2 transport streams to the RTSP implementation." into jb-mr1-dev
by Andreas Huber
· 14 years ago
9a13e30
am 8d0189dc: am 61356671: Merge "Add support for mpeg2 transport streams to the RTSP implementation." into jb-mr1-dev
by Andreas Huber
· 14 years ago
cfaeeec
Add support for mpeg2 transport streams to the RTSP implementation.
by Andreas Huber
· 14 years ago
4969468
Add support for mpeg2 transport streams to the RTSP implementation.
by Andreas Huber
· 14 years ago
bf4c5d9
am 1f3d61f9: am bd828233: Use the correct data offset by remembering the offset of the enclosing \'moof\'
by Andreas Huber
· 14 years ago
bd82823
Use the correct data offset by remembering the offset of the enclosing 'moof'
by Andreas Huber
· 14 years ago
518cdbe
am 6f1ecc98: am 75767ab7: Merge "Signal end of stream if no more fragments are going to be available." into jb-mr1-dev
by Andreas Huber
· 14 years ago
c770855
Signal end of stream if no more fragments are going to be available.
by Andreas Huber
· 14 years ago
7a06b60
am 8f8bffd6: am faa88edb: Merge "Fix static sample table processing, add support for h.263 video." into jb-mr1-dev
by Andreas Huber
· 14 years ago
b978714
Fix static sample table processing, add support for h.263 video.
by Andreas Huber
· 14 years ago
1c84cb0
am ef8532b0: am e2229fba: Merge "Handle empty stsc box" into jb-mr1-dev
by Marco Nelissen
· 14 years ago
b7e75cf
Handle empty stsc box
by Marco Nelissen
· 14 years ago
1ebccf5
am c9b125a1: am a3b71fa5: Merge "experimental support for fragmented mp4 playback in nuplayer" into jb-mr1-dev
by Marco Nelissen
· 14 years ago
8406678
experimental support for fragmented mp4 playback in nuplayer
by Andreas Huber
· 15 years ago
27b6d22
Removed a CHECK_EQ that is not needed.
by James Dong
· 14 years ago
9fbe942
Merge remote-tracking branch 'goog/jb-dev-mako' into jb-mr1-dev
by Ed Heyl
· 14 years ago
Next »