summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-19Splitted update_title_name() from update_title_info().phintuka
Send XINE_EVENT_UI_SET_TITLE event after all metadata has been updated.
2011-06-19Set correct title number/count when using disc menusphintuka
2011-06-19Added stream_reset() when jumping to another title with LEFT/RIGHT keysphintuka
2011-06-19Generate XINE_EVENT_SPU_BUTTON events when mouse cursor enters/leaves a buttonphintuka
2011-06-19Added config option for skip behaviour (chapter/title)phintuka
2011-06-19Removed run-time warningphintuka
audio decoder does not support BUF_CONTROL_FLUSH_DECODER
2011-06-19Use input->seek_time() when available. MAkes seeking in BluRays more accurate.phintuka
2011-06-19Check if optional data is NULL before using itphintuka
2011-06-19Added some assert-like checksphintuka
2011-06-19Require this->lock to be locked when calling set_live_mode() and ↵phintuka
set_trick_speed(). (-> allow larger chunks using those functions to be atomic) Added some missing locking
2011-06-19Use _x_action_pending()phintuka
2011-06-19Removed return values from set_live_mode() and set_trisk_speed()phintuka
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