summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-24Some more 1.2 compability changes for demux_tsphintuka
2010-11-24Added support for xine-lib 1.2 demux APIphintuka
2010-11-24Added HDMV to descriptionphintuka
2010-11-24Added "bd:/" mrlphintuka
2010-11-23Changed build lines variables order to build properly withphintuka
-Wl,--as-needed. It is important that the dependencies/libs come after the objects and LDFLAGS before the objects. (Thanks to Christian Ruppert)
2010-11-23Removed -g from vdr-fbfe/vdr-sxfe build rules (it is already part of CFLAGS ↵phintuka
and should be possible to override). (Thanks to Christian Ruppert)
2010-11-23Added CFLAGS to vdr-sxfe/vdr-fbfe build rulesphintuka
(Thanks to Christian Ruppert)
2010-11-23Added LDFLAGS to the build rulesphintuka
(Thanks to Christian Ruppert)
2010-11-23configure: added an option to disable i18n supportphintuka
(Thanks to Christian Ruppert)
2010-11-23Added $(DESTDIR) to LOCALEDIRphintuka
(Thanks to Christian Ruppert)
2010-11-23Added missing line feedphintuka
2010-11-22Fixed double free() when local frontend initialization failsphintuka
2010-11-19Updated finnish translation.rofafor
2010-11-17Updated translationsphintuka
2010-11-17Cosmeticsphintuka
2010-11-17Cosmeticsphintuka
2010-11-17Allow using console keyboard ("KBD" remote) to type letters directly (vdr ↵phintuka
KBDKEY() ...)
2010-11-17Added setup menu item for Audio.Visualization.ImageOptsphintuka
(Thanks to Helmar Gerloni)
2010-11-17Parse "Audio.Visualization.ImageOpts" from configphintuka
(Thanks to Helmar Gerloni)
2010-11-17Added default for audio_vis_image_opts: ↵phintuka
"file:/usr/share/xine/visuals/default.avi" (Thanks to Helmar Gerloni)
2010-11-17Fixed log messagephintuka
(Thanks to Helmar Gerloni)
2010-11-16Added support for background image streamsphintuka
(display images or videos while playing music) (Thanks to Helmar Gerloni)
2010-11-16Added close_slave_stream(): factorized common code fromphintuka
handle_control_playfile() and vdr_plugin_dispose()
2010-11-16handle_control_playfile(): Moved forming of remote base mrl to separate chunk.phintuka
mrlbase is needed also for bgimage. (Thanks to Helmar Gerloni)
2010-11-01Fixed typophintuka
(Thanks to Paul Menzel)
2010-10-24Added support for user inputphintuka
2010-10-24Added player settings for default language, parental control, player region ↵phintuka
code and player country code
2010-10-23Added handler for libbluray eventsphintuka
2010-10-19Finished the --cc and --cxx switch functionality.phintuka
(Thanks to Christian Ruppert)
2010-10-19Removed unneeded -ldbus-1phintuka
(Thanks to Christian Ruppert)
2010-10-19Unconditionally add -shared linker flagphintuka
(Thanks to Christian Ruppert)
2010-10-19Fixed MAKEDEP: use $(CXX), not hardcoded g++phintuka
(Thanks to Christian Ruppert)
2010-10-19Respect CFLAGS and LDFLAGS when building mpg2c.phintuka
(Thanks to Christian Ruppert)
2010-10-13Cosmeticsphintuka
2010-10-13Added overlay support for menu graphicsphintuka
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)