summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-13Added cPlaylist::Move()phintuka
2010-09-13Do not lose the key pressed while displaying "Queued to playlist" messagephintuka
2010-09-12Hide mouse cursor after 2 seconds mouse inactivityphintuka
2010-09-12Increased HUD_MAX_HEIGHT to 1200phintuka
2010-09-12Updated German translations.phintuka
2010-09-12Eliminated strcpy. Strings passed to strcpy may not overlap.phintuka
2010-09-12strcpy -> memmove. Strings passed to strcpy may not overlap.phintuka
2010-09-12strcpy -> memmove. Strings passed to strcpy may not overlap.phintuka
2010-08-29Updated frontend usage help.rofafor
2010-08-25Added support for entering text using lettersphintuka
2010-08-25Simplify. Cosmetics.phintuka
2010-08-25Added support for Alt and Ctrl key modifiers to X11 keyboard remote controllerphintuka
2010-08-19Added missing translation entries.rofafor
2010-08-08Added xine-lib 1.2 compabilityphintuka
2010-08-08demux plugin won't build with xine-lib 1.2, so disable it if xine-lib version...phintuka
2010-08-06Do not reset TS demuxer when (PES) padding packet is received.phintuka
2010-08-02Silenced compiler warningphintuka
2010-08-02Fixed main title search: duration is uint64_tphintuka
2010-08-02Silence compiler warningsphintuka
2010-08-02libbluray API updated: use bd_get_current_chapter()phintuka
2010-07-19Added FreeBSD compability (Thanks to Juergen Lock)phintuka
2010-07-19FreeBSD dlerror() returns const char * (Thanks to Juergen Lock)phintuka
2010-07-19Added FreeBSD compability (Thanks to Juergen Lock)phintuka
2010-07-19Added pat_changed_flag.phintuka
2010-07-18Fixed startup when not using HUD OSDphintuka
2010-07-18ts2es_flush(): clear PTS (frame is bypassing demuxer timestamp checks)phintuka
2010-07-18Do not flush demuxer when received unchanged PMT.phintuka
2010-07-18Do not flush demuxer when received PAT has not been changedphintuka
2010-07-17Cosmeticsphintuka
2010-07-17Added support for yaepg(hd) video window with HUD OSDphintuka
2010-07-17Updated HISTORYphintuka
2010-07-15hud_img_fill_memory(): fill shape mask when requestedphintuka
2010-07-15Minor optimizations to hud_img_fill_mem()phintuka
2010-07-15xrender_surf_blend(): return scaled coordinatesphintuka
2010-07-15Store OSD wideo window statephintuka
2010-07-15Store opengl config flagsphintuka
2010-07-15Request backing store for windows.phintuka
2010-07-09Link vdr-sxfe and vdr-fbfe with -lpthreadphintuka
2010-07-09Added missing CRLF to TRICKSPEED control message for new clients.phintuka
2010-07-09Updated for latest libbluray revisionphintuka
2010-06-15get_dir(): parse filename (support non-default mount points)phintuka
2010-06-15Splitted parse_mrl() from bluray_plugin_open()phintuka
2010-06-15Reset demuxer when seeking internally to chapter/titlephintuka
2010-06-15Splitted update_strem_info() from open_title()phintuka
2010-06-15Factorized get_current_chapter()phintuka
2010-06-15Store disc namephintuka
2010-06-14Removed extra slash from titlephintuka
2010-06-14open(): return error if no titles foundphintuka
2010-06-14Added get_dir()phintuka
2010-06-13Added seek to chaptersphintuka