Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-07 | Added options to select which plugins to build and install. | phintuka | |
Disabled SPU plugin for xine-lib 1.1.17+ by default (plugin is included in xine-lib 1.1.17) | |||
2010-01-06 | Join multiple chunks before passing to audio out | phintuka | |
(data is lost if PCM frames are splitted in the middle) | |||
2010-01-06 | Use local variable for buffer size | phintuka | |
2010-01-05 | Ignore unsupported BluRay SPU streams (interactive (0x91) and text (0x92)) | phintuka | |
2010-01-05 | Demux BluRay PCM audio | phintuka | |
2010-01-05 | Cosmetics | phintuka | |
2010-01-05 | Decode BluRay PCM header | phintuka | |
2010-01-05 | Added some debug logging | phintuka | |
2010-01-04 | Changed identity and increased priority | phintuka | |
2010-01-04 | Build externally | phintuka | |
2010-01-04 | Initial import: xine-lib lpcm decoder | phintuka | |
rev. 9854:65cfe7575e18 (Mon Nov 30 21:24:21 2009 +0000) | |||
2010-01-04 | Cosmetics | phintuka | |
2010-01-04 | fe_xine_init(): Use proper cleanup functions. | phintuka | |
fe_post_unwire(): Added check for this->stream. Fail if stream is not initialized. | |||
2010-01-03 | Fixed segfault in fe_xine_exit() when this->postplugins == NULL | phintuka | |
2010-01-03 | Added sanity checks: | phintuka | |
xine_stop() and xine_close() need stream do not try to unload post plugins if those haven't been initialized | |||
2010-01-03 | Relaxed intercept check | phintuka | |
2010-01-03 | Make audio_device and video_port const. | phintuka | |
Fixed memleak (video_port). | |||
2010-01-03 | Removed unneeded strdup() + free() | phintuka | |
2010-01-03 | Added an option to configure shutdown command and inactivity timer | phintuka | |
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 | |