summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-07Added 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-06Join multiple chunks before passing to audio outphintuka
(data is lost if PCM frames are splitted in the middle)
2010-01-06Use local variable for buffer sizephintuka
2010-01-05Ignore unsupported BluRay SPU streams (interactive (0x91) and text (0x92))phintuka
2010-01-05Demux BluRay PCM audiophintuka
2010-01-05Cosmeticsphintuka
2010-01-05Decode BluRay PCM headerphintuka
2010-01-05Added some debug loggingphintuka
2010-01-04Changed identity and increased priorityphintuka
2010-01-04Build externallyphintuka
2010-01-04Initial import: xine-lib lpcm decoderphintuka
rev. 9854:65cfe7575e18 (Mon Nov 30 21:24:21 2009 +0000)
2010-01-04Cosmeticsphintuka
2010-01-04fe_xine_init(): Use proper cleanup functions.phintuka
fe_post_unwire(): Added check for this->stream. Fail if stream is not initialized.
2010-01-03Fixed segfault in fe_xine_exit() when this->postplugins == NULLphintuka
2010-01-03Added 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-03Relaxed intercept checkphintuka
2010-01-03Make audio_device and video_port const.phintuka
Fixed memleak (video_port).
2010-01-03Removed unneeded strdup() + free()phintuka
2010-01-03Added an option to configure shutdown command and inactivity timerphintuka
2010-01-03Added hotkeys for (client) system shutdownphintuka
2009-12-29Fixed MAX()phintuka
2009-12-29get_optional_data(): Fixed segfault when data pointer is NULLphintuka
(Thanks to Julian Scheel)
2009-12-29Added system shutdown functionalityphintuka
2009-12-29fe_is_finished(): user-requested exit has higher priority than playback errors.phintuka
(user-requested exit does not trigger re-connect)
2009-12-29Cosmeticsphintuka
2009-12-29Added shutdown_init() fonction pointer and related dataphintuka
2009-12-28Fixed generating LIRC key release events (bug #2919256)phintuka
(Thanks to Claudius Peschke)
2009-12-28Added missing parameter error messages to SVDRP commandsphintuka
2009-12-28Added SVDRP command to start/stop local frontendphintuka
(closes feature request #2424072)
2009-12-27Fixed compile-time warning (x32)phintuka
2009-12-27Use segbuf_segment_type()phintuka
2009-12-27Use enum for segment typesphintuka
2009-12-27Removed unused segbuf_get_string()phintuka
2009-12-27Merge 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-26Merged r 9854 from xine-lib HGphintuka
2009-12-15Added 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-14Removed redundant init codephintuka
2009-12-14New subtitle detection configuration parameters: lifetime and stabilize time.phintuka
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804
2009-12-08Use 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-08Only auto-detected croppping is resetted when frame format changes.phintuka
Removed redundant format change check.
2009-12-08Added missing cropping_active checks.phintuka
Merged no-crop return paths in draw().
2009-12-08Moved 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-08Added 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-07Added 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-07Added parameter for soft start stepphintuka
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804
2009-12-06Eliminated prev_start_line and prev_end_line from plugin instance dataphintuka
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804
2009-12-06autocrop_draw(): use local variable for cropping_activephintuka
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804
2009-11-30Fixed title selection. bd_select_title() expects clip id, not title number.phintuka
2009-11-30Added stream meta infosphintuka
2009-11-30Splitted open_title() from bluray_plugin_open()phintuka