Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
music file
|
|
(Thanks to Helmar Gerloni)
|
|
music file
|
|
cXinelibPLayer::Playing() as those two are always used together
|
|
Changed semantics:
- initial state is no errors (was not replaying)
- clear error state when replay is stopped (was -> not replaying)
-> Replaying() returns true when playback has not yet been started or playback has ended
|
|
|
|
if replay has been ended
|
|
|
|
(xine_xmalloc_aligned -> av_mallocz)
|
|
|
|
|
|
(Reported by Helmar Gerloni)
|
|
|
|
|
|
|
|
|
|
(it just does not work ...)
|
|
|
|
|
|
|
|
|
|
This should fix "double free or corruption" when switching from HD channel to SD channel.
(Reported by Goga777)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
xine_frontend.c
|
|
xine_frontend.c
|
|
|
|
- Check "this" pointer first
- Always close xine first
- Close HUD only when connected to X server
|
|
|
|
|
|
Use anonymous variable for time
|
|
|
|
|
|
|
|
|
|
No need to update title if open failed
|
|
|
|
|
|
|
|
|
|
|