Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-03 | Added hotkeys for (client) system shutdown | phintuka | |
2009-12-29 | Fixed MAX() | phintuka | |
2009-12-29 | get_optional_data(): Fixed segfault when data pointer is NULL | phintuka | |
(Thanks to Julian Scheel) | |||
2009-12-29 | Added system shutdown functionality | phintuka | |
2009-12-29 | fe_is_finished(): user-requested exit has higher priority than playback errors. | phintuka | |
(user-requested exit does not trigger re-connect) | |||
2009-12-29 | Cosmetics | phintuka | |
2009-12-29 | Added shutdown_init() fonction pointer and related data | phintuka | |
2009-12-28 | Fixed generating LIRC key release events (bug #2919256) | phintuka | |
(Thanks to Claudius Peschke) | |||
2009-12-28 | Added missing parameter error messages to SVDRP commands | phintuka | |
2009-12-28 | Added SVDRP command to start/stop local frontend | phintuka | |
(closes feature request #2424072) | |||
2009-12-27 | Fixed compile-time warning (x32) | phintuka | |
2009-12-27 | Use segbuf_segment_type() | phintuka | |
2009-12-27 | Use enum for segment types | phintuka | |
2009-12-27 | Removed unused segbuf_get_string() | phintuka | |
2009-12-27 | Merge from xine-lib hg: | phintuka | |
changeset: 9864:777040fe2170 user: Darren Salt <linux@youmustbejoking.demon.co.uk> date: Thu Dec 03 15:21:19 2009 +0000 summary: Use unsigned int, not uint. Fix up format strings where (uint)size_t was used. changeset: 9863:0b993968987f user: Carlo Bramini <carlo.bramix@libero.it> date: Thu Dec 03 13:03:56 2009 +0100 summary: Compile error in xine_hdmv_decoder.c on mingw+msys: ERROR is a reserved macro. | |||
2009-12-26 | Merged r 9854 from xine-lib HG | phintuka | |
2009-12-15 | Added stabilize_time option: | phintuka | |
Number of frames with equal bars before cropping value changes (Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-12-14 | Removed redundant init code | phintuka | |
2009-12-14 | New subtitle detection configuration parameters: lifetime and stabilize time. | phintuka | |
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-12-08 | Use start_line,end_line for active cropping. | phintuka | |
Store detected and stabilized values. (Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-12-08 | Only auto-detected croppping is resetted when frame format changes. | phintuka | |
Removed redundant format change check. | |||
2009-12-08 | Added missing cropping_active checks. | phintuka | |
Merged no-crop return paths in draw(). | |||
2009-12-08 | Moved subtitle detection to analyze branch. No need to check for subtitles ↵ | phintuka | |
unless frame has been analyzed. (Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-12-08 | Added mutex to make state changes atomic. | phintuka | |
Frame and OSD handling are running in different threads. (Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-12-07 | Added parameter for autodetect rate. (this should enable autodetection with ↵ | phintuka | |
non-standard frame formats like VDPAU) (Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-12-07 | Added parameter for soft start step | phintuka | |
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-12-06 | Eliminated prev_start_line and prev_end_line from plugin instance data | phintuka | |
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-12-06 | autocrop_draw(): use local variable for cropping_active | phintuka | |
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-11-30 | Fixed title selection. bd_select_title() expects clip id, not title number. | phintuka | |
2009-11-30 | Added stream meta infos | phintuka | |
2009-11-30 | Splitted open_title() from bluray_plugin_open() | phintuka | |
2009-11-30 | Added chapter to mrl | phintuka | |
bluray:/[mountpoint]/TITLE.CHAPTER | |||
2009-11-29 | Added new audio stream types | phintuka | |
2009-11-28 | Require navigation data | phintuka | |
2009-11-28 | Added #define PKT_SIZE, TICKS_IN_MS | phintuka | |
2009-11-28 | Store disc root in instance data | phintuka | |
2009-11-27 | Updated for libbluray SVN rev 103 | phintuka | |
2009-11-19 | Fixed overflow when there are too many SPU tracks | phintuka | |
2009-11-17 | Added support for non-standard frame formats (VDPAU,...) | phintuka | |
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-11-16 | Merged: | phintuka | |
revision 1.73 Added "Play BluRay disc" to media player revision 1.72 Added setup options for selecting items in media player menu | |||
2009-11-16 | Merged revision 1.24 | phintuka | |
Made config_t::Is???() functions static | |||
2009-11-16 | Merge: | phintuka | |
revision 1.87 Added media_root_dir revision 1.86 Added setup options for selecting items in media player menu | |||
2009-11-16 | Merged: | phintuka | |
revision 1.68 Added media_root_dir revision 1.67 Made config_t::Is???() functions static revision 1.66 Added "Play BluRay disc" to media player revision 1.65 Added setup options for selecting items in media player menu | |||
2009-11-16 | Added media_root_dir | phintuka | |
2009-11-15 | Merge: | phintuka | |
- Set 1 second timeot to datacontrol stream sync code - reduced logging | |||
2009-11-15 | Added missing Display() to Set() | phintuka | |
2009-11-12 | Added support for cropping in video driver | phintuka | |
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 Added an option to force video driver cropping instead of copying frames in the plugin | |||
2009-11-12 | Intercept get_frame() instead of using intercept_frame() | phintuka | |
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-11-11 | Reduce unnecessary OSD refreshes (Thanks to Marco Skambraks) | phintuka | |
2009-11-09 | Replaced TRACE with xine-lib lprintf | phintuka | |