Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
(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
|
|
|
|
|
|
|
|
|
|
|
|
- removes lot of type-casting
- now input plugin structure is defined only in single file (xine_input_vdr.h)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed typo from previous commit.
|
|
|
|
|
|
|
|
|
|
|
|
|