summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-10-20Fixed timing of subtitles:phintuka
- Store presentation segments in decoder instance data. - Try to update overlays after every decoded object.
2009-10-20show_overlays -> update_overlaysphintuka
2009-10-20Moved show_overlays() after hide_overlays()phintuka
2009-10-20Splitted decode_presentation_segment()phintuka
2009-10-20Fixed memory leaks (RLE data)phintuka
2009-10-20Cosmetics: moved list handling code up. Removed deprecated code.phintuka
2009-10-19Do not update overlay if all elements are unchangedphintuka
2009-10-19(Cosmetics:) Copy palette only if all objects have been foundphintuka
2009-10-18Cosmetics: moved struct declarations to beginning of filephintuka
2009-10-16Added has_unscaled_overlay and has_driver_crop (Thanks to durchflieger)phintuka
http://vdrportal.de/board/thread.php?threadid=86804
2009-10-16analyze_frame, crop_copy_yv12, crop_copy_yuy2, crop_nocopy: Use local ↵phintuka
variables for start_line and end_line (Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804
2009-10-16Cosmetics (Thanks to durchflieger)phintuka
http://vdrportal.de/board/thread.php?threadid=86804
2009-10-16float -> double (Thanks to durchflieger)phintuka
http://vdrportal.de/board/thread.php?threadid=86804
2009-10-12Added StartFrontend-1.0 service (Thanks to durchflieger)phintuka
http://vdrportal.de/board/thread.php?threadid=86804&threadview=0&hilight=&hilightuser=0&page=1
2009-10-08Added support for XINE_GUI_SEND_GRAB_FRAME (Thanks to durchflieger)phintuka
http://vdrportal.de/board/thread.php?threadid=86804&threadview=0&hilight=&hilightuser=0&page=1
2009-10-08Pointer checks, logging updates and cosmeticsphintuka
2009-10-08int -> uint/uchar. Cosmetics.phintuka
2009-10-08Eliminated static variablephintuka