summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-19Cosmetics. Removed unused defines.phintuka
2011-06-19Added puts_vdr() and printf_vdr()phintuka
2011-06-19Signal number of DVD titles to vdr.phintuka
Factorized sending DVD title number/count to separate function.
2011-06-19Removed copying string to redundant buffer.phintuka
Changed background image detection to use "image:" instead of "image".
2011-06-17Updated calculating buffer fill levelsphintuka
2011-06-17Removed incorrect castphintuka
2011-06-17Cosmetics (added slave_stream_t)phintuka
2011-06-17Removed old compability mrls with : (xvdr:pipe://, ...)phintuka
2011-06-15Fixed BluRay title display and selectionphintuka
2011-06-14Added line missing from 1.85phintuka
(closes #3316291)
2011-06-13Support BluRay chapter/title seekphintuka
2011-06-13Fixed closing BluRay player when opening the disc failsphintuka
2011-06-13Fixed seeking when using BD menusphintuka
2011-06-13Adopted to recent API changesphintuka
2011-06-11Updated translationsphintuka
2011-06-11Added BluRay playback type selection (main movie title / complete disc using ↵phintuka
disc menus)
2011-06-11Use cString instead of strdup()+free() (m_CurrentDir)phintuka
2011-06-11Cosmeticsphintuka
2011-06-11Added configure check for libblurayphintuka
2011-06-11Media player: added support for BluRay disc menusphintuka
2011-06-11Added presentation graphics overlay planephintuka
2011-06-11Generate XINE_EVENT_UI_NUM_BUTTONS events so that frontend knows when menu ↵phintuka
is active
2011-06-09Support clearing part of OSDphintuka
2011-05-31Use _x_set_fine_speed() instead of xine_set_param()phintuka
(fixes freezes while trying to acquire frontend lock)
2011-05-31Fixed menus with timed still image backgroundsphintuka
2011-05-31Added mutex to protect title_infophintuka
(get_optional_data() is called from another thread)
2011-05-31Check if current_clip is in valid range before using itphintuka
2011-05-31Use _x_action_pending() instead of accessing stream->demux_action_pending ↵phintuka
directly
2011-05-31Cosmeticsphintuka
2011-05-31Check for palette != NULL and rle data != NULLphintuka
2011-04-21Check if title_info is NULL before dereferencing itphintuka
2011-04-11Drop support for old grab feature of xine-lib 1.2 vdpau-extensions-patch ↵durchflieger
because patch is not maintained any more.
2011-04-11Do not lock last frame.durchflieger
In xine-lib 1.2 function 'get_last_frame' returns already a locked frame. This new behavior was introduced by a recent patch.
2011-04-11Added missing line feedsphintuka
2011-04-09Fixed include pathphintuka
2011-04-09Updated translation files.rofafor
2011-04-08Initialize library event queue before starting playbackphintuka
2011-04-08Initialize SPU channel to nonephintuka
2011-04-08Updated automatic audio/SPU channel selectionphintuka
2011-04-08Valid Audio/SPU channel is always >= 0phintuka
2011-04-08Use bd_get_playlist_info() hen playlist id is knownphintuka
2011-03-24Do not select RTP automatically.phintuka
It causes problems with most wireless networks.
2011-03-24reset_scr_tuning(): do not change playback speed if playback is currently ↵phintuka
paused by the user. Fixes delayed pause when using UDP/RTP.
2011-03-24Handle BluRay as DVD when selecting SPU channel.phintuka
Fixes SPU channel selection from BluRay menus.
2011-03-24Handle end of still image marker packetsphintuka
2011-03-20Added vdr-1.7.17 TrueColor OSD support.phintuka
Note: Only HUD OSD can display TrueColor OSD. TrueColor OSD is automatically enabled if all clients use HUD OSD. Note: There's no compression yet, remote users may need to disable TrueColor OSD in plugin setup menu...
2011-03-20Can't use GetBitmap() to count windows in TrueColor modephintuka
2011-03-20Added cXinelibDevice::SupportsTrueColorOSD()phintuka
2011-03-20Added config option for OSD color depthphintuka
2011-03-20Added SupportsTrueColorOSD() to frontendsphintuka