summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-11-06Increased NUM_AUDIO_TRACKS and NUM_SPU_TRACKS (max number of tracks) to 32.phintuka
2009-11-03Marked functions staticphintuka
2009-10-31Cosmeticsphintuka
2009-10-31Made config_t::Is???() functions staticphintuka
2009-10-31Fixed sending window size to VDRphintuka
2009-10-31Fixed sxfe_run() return value when there are no pending X messagesphintuka
(Thanks to Marco Skambraks)
2009-10-28Removed old driver crop codephintuka
Cosmetics (Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804
2009-10-26Make Last() publicphintuka
2009-10-25Added GetPos(), GetLength() and GetMetaInfo() to cXinelibPlayerphintuka
2009-10-25Store Device in Playerphintuka
2009-10-25Cosmetcs. Function splits.phintuka
2009-10-25Added "Play BluRay disc" to media playerphintuka
2009-10-25Added setup options for selecting items in media player menuphintuka
2009-10-23Replaced BUF_SPU_HDMV value with the one in xine-lib HGphintuka
2009-10-23Accept bluray:/ mrlsphintuka
2009-10-23Fixed handling ~ (home directory) in keyfile pathphintuka
2009-10-23Added missing config keysphintuka
2009-10-22Cosmetics:phintuka
Use macros for logging. filename -> disc_root.
2009-10-22Added automatic main title selectionphintuka
2009-10-22Added input plugin.phintuka
Building input plugin is disabled by default.
2009-10-22Cosmeticsphintuka
2009-10-22Added uninstall targetphintuka
2009-10-22Initial importphintuka
2009-10-21xine-lib VC-1 patchesphintuka
2009-10-20Cosmeticsphintuka
ERROR -> TRACE in show_overlay()
2009-10-20Fixed memory leak in segbuf_decode_object() when segment data is invalidphintuka
2009-10-20END_OF_DISPLAY: Drop all cached objectsphintuka