summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-24Cosmeticsphintuka
2010-09-24Minor optimization to Alt/Ctrl key handlingphintuka
2010-09-24Moved XKeysymToString() call to locked section ↵phintuka
(XLockDisplay()...XUnlockDisplay())
2010-09-24Fixed handling of XKeyEvents when XKeysymToString() returns NULLphintuka
(Thanks to Winfried Köhler)
2010-09-20Splitted update_title_info() from open_title()phintuka
2010-09-20Silenced compiler warningsphintuka
2010-09-20Fixed setting current title number: libbluray uses 0..N-1, xine 1..Nphintuka
2010-09-20Check return value of bd_get_Title_info()phintuka
2010-09-20Changed PCM and SPU plugins xine-lib version checks to use real release numbersphintuka
2010-09-16Force the creation of the xine plugins dir on plugins installphintuka
(Thanks to Xavier Bachelot)
2010-09-16Removed PKG_CONFIG_PATH overridephintuka
(Thanks to Xavier Bachelot)
2010-09-15"Sort" --> "Mark" in playlist menuphintuka
2010-09-15Added an option to re-order playlists manuallyphintuka
(Thanks to Marco Skambraks)
2010-09-13Added cPlaylist::Move()phintuka
(Thanks to Marco Skambraks)
2010-09-13Do not lose the key pressed while displaying "Queued to playlist" messagephintuka
(Thanks to Marco Skambraks)
2010-09-12Hide mouse cursor after 2 seconds mouse inactivityphintuka
(Thanks to Gerald Dachs)
2010-09-12Increased HUD_MAX_HEIGHT to 1200phintuka
2010-09-12Updated German translations.phintuka
Thanks to Halim Sahin.
2010-09-12Eliminated strcpy. Strings passed to strcpy may not overlap.phintuka
(Thanks to Michal Novotny, patch #3057840)
2010-09-12strcpy -> memmove. Strings passed to strcpy may not overlap.phintuka
(Thanks to Michal Novotny, patch #3057840)
2010-09-12strcpy -> memmove. Strings passed to strcpy may not overlap.phintuka
(Thanks to Michal Novotny, patch #3057840)
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 ↵phintuka
version >= 1.1.90
2010-08-06Do not reset TS demuxer when (PES) padding packet is received.phintuka
Should fix demuxing problems with MPEG-TS over UDP/RTP. (Bug #3034073, Thanks to Mikko Matilainen)
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
Fixed program nimber (int -> uint16_t)
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
Demuxer will be resetted if PMT has been changed. (This should fix some timestamp problems)
2010-07-18Do not flush demuxer when received PAT has not been changedphintuka
(This should fix some timestamp problems)
2010-07-17Cosmeticsphintuka
2010-07-17Added support for yaepg(hd) video window with HUD OSDphintuka
(patch #3013050, thanks to grueni75)
2010-07-17Updated HISTORYphintuka
2010-07-15hud_img_fill_memory(): fill shape mask when requestedphintuka
(patch #3013050, thanks to grueni75)
2010-07-15Minor optimizations to hud_img_fill_mem()phintuka
2010-07-15xrender_surf_blend(): return scaled coordinatesphintuka
(patch #3013050, thanks to grueni75)
2010-07-15Store OSD wideo window statephintuka
(patch #3013050, thanks to grueni75)
2010-07-15Store opengl config flagsphintuka
(patch #3013050, thanks to grueni75)
2010-07-15Request backing store for windows.phintuka
(patch #3013050, thanks to grueni75)