summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-25Merge: Added position to xine_queue_pes_packet()unlabeled-1.20.2phintuka
2009-12-29This commit was manufactured by cvs2svn to create branch 'unlabeled-1.20.2'.cvs2svn
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
2009-11-30Added chapter to mrlphintuka
bluray:/[mountpoint]/TITLE.CHAPTER
2009-11-29Added new audio stream typesphintuka
2009-11-28Require navigation dataphintuka
2009-11-28Added #define PKT_SIZE, TICKS_IN_MSphintuka
2009-11-28Store disc root in instance dataphintuka
2009-11-27Updated for libbluray SVN rev 103phintuka
2009-11-19Fixed overflow when there are too many SPU tracksphintuka
2009-11-17Added support for non-standard frame formats (VDPAU,...)phintuka
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804
2009-11-16Added media_root_dirphintuka
2009-11-15Added missing Display() to Set()phintuka
2009-11-12Added support for cropping in video driverphintuka
(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-12Intercept get_frame() instead of using intercept_frame()phintuka
(Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804
2009-11-11Reduce unnecessary OSD refreshes (Thanks to Marco Skambraks)phintuka
2009-11-09Replaced TRACE with xine-lib lprintfphintuka
2009-11-09get_optional_data(): Added INPUT_OPTIONAL_DATA_DEMUXER.phintuka
This should fix mpeg_block demuxer segfault when starting xine ...
2009-11-09Fixed buildtime warning (asprintf)phintuka
2009-11-09Implemented xine input plugin block mode.phintuka
Note: this causes segfault in xine-lib mpeg_block demuxer when trying to auto-detect demuxer.
2009-11-09Split reads to aligned units.phintuka
(This should fix direct streaming from BluRay disc).
2009-11-09Added INPUT_CAP_AUDIOLANG and INPUT_CAP_SPULANGphintuka
2009-11-09get_optional_data(): added audio and SPU track languagesphintuka
2009-11-08Use navigation data to clip seeks to nearest random access pointphintuka
2009-11-08Parse mpls file for current titlephintuka
2009-11-06If track language is unknown, ask input plugin.phintuka