Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2009-11-09 | get_optional_data(): Added INPUT_OPTIONAL_DATA_DEMUXER. | phintuka | |
This should fix mpeg_block demuxer segfault when starting xine ... | |||
2009-11-09 | Fixed buildtime warning (asprintf) | phintuka | |
2009-11-09 | Implemented xine input plugin block mode. | phintuka | |
Note: this causes segfault in xine-lib mpeg_block demuxer when trying to auto-detect demuxer. | |||
2009-11-09 | Split reads to aligned units. | phintuka | |
(This should fix direct streaming from BluRay disc). | |||
2009-11-09 | Added INPUT_CAP_AUDIOLANG and INPUT_CAP_SPULANG | phintuka | |
2009-11-09 | get_optional_data(): added audio and SPU track languages | phintuka | |
2009-11-08 | Use navigation data to clip seeks to nearest random access point | phintuka | |
2009-11-08 | Parse mpls file for current title | phintuka | |
2009-11-06 | If track language is unknown, ask input plugin. | phintuka | |
2009-11-06 | Increased NUM_AUDIO_TRACKS and NUM_SPU_TRACKS (max number of tracks) to 32. | phintuka | |
2009-11-03 | Marked functions static | phintuka | |
2009-10-31 | Cosmetics | phintuka | |
2009-10-31 | Made config_t::Is???() functions static | phintuka | |
2009-10-31 | Fixed sending window size to VDR | phintuka | |
2009-10-31 | Fixed sxfe_run() return value when there are no pending X messages | phintuka | |
(Thanks to Marco Skambraks) | |||
2009-10-28 | Removed old driver crop code | phintuka | |
Cosmetics (Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-10-26 | Make Last() public | phintuka | |
2009-10-25 | Added GetPos(), GetLength() and GetMetaInfo() to cXinelibPlayer | phintuka | |
2009-10-25 | Store Device in Player | phintuka | |
2009-10-25 | Cosmetcs. Function splits. | phintuka | |
2009-10-25 | Added "Play BluRay disc" to media player | phintuka | |
2009-10-25 | Added setup options for selecting items in media player menu | phintuka | |
2009-10-23 | Replaced BUF_SPU_HDMV value with the one in xine-lib HG | phintuka | |
2009-10-23 | Accept bluray:/ mrls | phintuka | |
2009-10-23 | Fixed handling ~ (home directory) in keyfile path | phintuka | |
2009-10-23 | Added missing config keys | phintuka | |
2009-10-22 | Cosmetics: | phintuka | |
Use macros for logging. filename -> disc_root. | |||
2009-10-22 | Added automatic main title selection | phintuka | |
2009-10-22 | Added input plugin. | phintuka | |
Building input plugin is disabled by default. | |||
2009-10-22 | Cosmetics | phintuka | |
2009-10-22 | Added uninstall target | phintuka | |
2009-10-22 | Initial import | phintuka | |
2009-10-21 | xine-lib VC-1 patches | phintuka | |
2009-10-20 | Cosmetics | phintuka | |
ERROR -> TRACE in show_overlay() | |||
2009-10-20 | Fixed memory leak in segbuf_decode_object() when segment data is invalid | phintuka | |
2009-10-20 | END_OF_DISPLAY: Drop all cached objects | phintuka | |
2009-10-20 | Fixed timing of subtitles: | phintuka | |
- Store presentation segments in decoder instance data. - Try to update overlays after every decoded object. | |||
2009-10-20 | show_overlays -> update_overlays | phintuka | |
2009-10-20 | Moved show_overlays() after hide_overlays() | phintuka | |
2009-10-20 | Splitted decode_presentation_segment() | phintuka | |