Alexandre Perraud
d0fb7dd240
UI : Remove old lock icon
11 years ago
Alexandre Perraud
902dc000b9
UI : Remove old dots icon
11 years ago
Alexandre Perraud
83e372a710
UI : Remove old crop icon
11 years ago
Alexandre Perraud
8cf30598cb
UI : Remove old audiotrack orange icon
11 years ago
Alexandre Perraud
977069f52f
UI : Remove old audiotrack icon
11 years ago
Alexandre Perraud
1e9d89ab2c
UI : Modify video player tips
11 years ago
Alexandre Perraud
bc33a860a6
UI : remove unused v7 sortby icon
11 years ago
Alexandre Perraud
75ee82ac3f
UI : remove unused v7 search icon
11 years ago
Alexandre Perraud
dded5f2679
UI : remove unused v7 revert icon
11 years ago
Alexandre Perraud
cb5915505a
UI : remove unused v7 refresh icon
11 years ago
Alexandre Perraud
0fe28409f1
UI : remove unused v7 preferences icon
11 years ago
Alexandre Perraud
cb14b8c977
UI : remove unused v7 equalizer icon
11 years ago
Alexandre Perraud
e93cace04e
UI : remove unused v7 info icon
11 years ago
Alexandre Perraud
5253b51c32
UI : remove unused v7 goto icon
11 years ago
Alexandre Perraud
92e1212c4a
UI : Remove specific menu for API v7
11 years ago
Thomas Guillem
21350bde82
configureSurface: fix deadlock if surface is configured before wait
11 years ago
Thomas Guillem
8cc4d74f69
HWDecoderUtil: per default, only try HW decoders after HoneyComb
11 years ago
Thomas Guillem
80f7b8ae3f
Always Open stream from VideoPlayerActivity
And fallback to AudioService if there is no video.
Opening Video from AudioService can't work with the new android_window vout
module because the module need VideoPlayerActivity to be created at open.
Indeed this activity won't be created if the event MediaPlayerVout is not
received, and this event won't be sent if android_window is not opened.
11 years ago
Thomas Guillem
490bfee75a
fix regression due to MediaWrapperListPlayer
AudioService and VideoPlayerActivity shared the same MediaList, so do the same
with MediaWrapperListPlayer.
It's ugly and temporary waiting for PlaybackService.
11 years ago
Geoffrey Métais
fd66a1dd4d
Fix checksubs for files without extension
11 years ago
Geoffrey Métais
5d763338a4
Change the way we store subs extensions
11 years ago
Geoffrey Métais
36070b3742
Hide History section for now
11 years ago
Geoffrey Métais
7098f4be2d
Fix copyright
11 years ago
Geoffrey Métais
64ac6d81fb
Refactor separators for Audio
- '#' separator instead of 'U' for Unknown albums
- no check for addSeparators boolean, it's not used anymore
11 years ago
Thomas Guillem
a72da472bb
Update HASH
11 years ago
Thomas Guillem
bbe9d2bc76
AudioService: fix possible crash if media is stopped just after open
11 years ago
Thomas Guillem
fd28aa067d
Util: getMediaSubtitle: return "" for all except AUDIO
11 years ago
Edward Wang
7f54cb934e
Use callback for pauses instead of postDelayed
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
11 years ago
Geoffrey Métais
e219c5aae3
Fix opening of empty audio player
11 years ago
Thomas Guillem
9ced3dd48b
Media: fix typo: isParsed() returned always false
11 years ago
Geoffrey Métais
103474ea50
Restore good selected state for all player buttons
11 years ago
Thomas Guillem
b9a4641712
libVLC: try to load iomx libs only after gingerbread
11 years ago
Geoffrey Métais
ff54fb1d58
Restore selected state on play/pause press
11 years ago
Geoffrey Métais
08cd5b6811
Fix time scale for tracks delays
11 years ago
Thomas Guillem
5517f2e686
MediaWrapper: add TYPE_DIR
11 years ago
Thomas Guillem
f9153c71ff
AudioService: unused import
11 years ago
Thomas Guillem
5d57c389bf
MediaWrapper: don't fetch meta/tracks if not parsed
11 years ago
Thomas Guillem
f4f7123b5e
libvlc: fix media leak in legacy code
11 years ago
Thomas Guillem
d001e15ab2
libvlc: remove TrackInfo and readTracksInfo*
11 years ago
Thomas Guillem
0f584258dd
VideoGridFragment: use Media class
11 years ago
Thomas Guillem
cb6829cd81
MediaInfo: use Media class
11 years ago
Thomas Guillem
bae6280f08
MediaWrapper: use Media class
11 years ago
Thomas Guillem
49d6841a7d
libvlc: add MediaBrowser
Utility class to browse via a Media or a MRL.
An MRL can be a directory, a path to an archive, a path to a network share, or a
service discovery.
11 years ago
Thomas Guillem
1abb6713e1
libvlc: add Media, MediaList, MediaDiscoverer
These classes are quite similar with their native libvlc equivalent.
11 years ago
Thomas Guillem
3b78beb7d0
libvlc: add VLCObject
Base class for all future VLC objects: Media, MediaList, MediaDiscoverer, and
MediaPlayer in the future.
11 years ago
Thomas Guillem
5189008062
update TEST_HASH
11 years ago
Jean-Baptiste Kempf
110e1b8cb0
fix build with ebml
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
11 years ago
Geoffrey Métais
3b29f03347
Audio and Spu sync options
11 years ago
Geoffrey Métais
8571c9b56a
Audio and Spu delay methods in LibVLC
11 years ago
Geoffrey Métais
44211d5b07
Style-compliant settings icon
11 years ago