summaryrefslogtreecommitdiff
path: root/xine
AgeCommit message (Collapse)Author
2011-06-19Killed warningsphintuka
2011-06-19Fixed hiding subtitlesphintuka
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-13Fixed seeking when using BD menusphintuka
2011-06-13Adopted to recent API changesphintuka
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-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-24Handle end of still image marker packetsphintuka
2011-03-10Add support for new frame grabbing feature of xine-lib-1.2 with ↵durchflieger
df-xine-lib-extensions patch >= v21. Thanks to the new frame grab feature grabbing of color correct fully scaled RGB images is now supported for a wide range of output drivers like xv, vdpau and others replacing most of the grab implementation in xineliboutput. Support for the (older) vdpau-extensions-patch and xine-lib without extension patches is still retained.
2011-03-07Added uncompressed LUT8 overlay supportphintuka
2011-02-13Detect intercepted metronom with XVDR_* option support.phintuka
This prevents flooding log with "unknown option in set_option" messages
2011-02-13Added a method to detect intercepted metronomphintuka
2011-01-25Improved title name display in navigation modephintuka
(use disc library metadata if present)
2011-01-25stream_reset(): check for stream and demux pluginphintuka
2011-01-25Initialize player language setting before fetching meta dataphintuka
2011-01-25Try to get disc name from disc library metadataphintuka
2011-01-25Removed handle_libbluray_events() call from plugin open.phintuka
Events can't be handled before the stream is opened and initialized ...
2010-12-17Allow stopping playback while browsing in menus with still image backgroundsphintuka
2010-12-15Handle BD_EVENT_STILL_TIME.phintuka
Fixes menus with still image background.
2010-12-15Fixed segfault when current clip is undefined (0xffff)phintuka
2010-12-15Handle BD_EVENT_STILL (pause/resume playback)phintuka
2010-12-13Return error fron read() if libbluray has reported fatal errorphintuka
2010-12-13Fixed title duration in log message.phintuka
2010-12-13Fixed seek when title not opened.phintuka
(Fixes segfault in demuxer autodetection)
2010-12-13Handle BD_EVENT_SEEK: reset streamphintuka
Handle BD_EVENT_ENCRYPTED
2010-12-13Added handling of BD_EVENT_END_OF_TITLE. Flush demuxer + decoders at end of ↵phintuka
title.
2010-12-13Support changing titles in BluRay navigation modephintuka
2010-12-13Reset stream when starting playback of new playlistphintuka
2010-12-13Added mouse support for BluRay menusphintuka