summaryrefslogtreecommitdiff
path: root/xine_input_vdr.c
AgeCommit message (Collapse)Author
2014-06-23rename xine_osd_command.h -> tools/osd_command.hphintuka
2014-06-23renamed xine-independent OSD structsphintuka
2013-01-15Support ARGB OSD with vdpau / opengl2 video drivers.phintuka
Untested with vdpau. Opengl2 driver needs some fixing. May require setting video size in OSD settings to match output window size. Also playing with hardware / software / scaling options may help ...
2012-07-18Fix audio track selection for media files without track map / language codesphintuka
(http://sourceforge.net/projects/xineliboutput/forums/forum/540657/topic/3710295)
2012-05-11Reverted part of 1.357 (pausing SCR instead of stream caused audio to be ↵phintuka
dropped while buffering)
2012-03-27Added missing space to log messagephintuka
2012-03-27Fixed warning (xine-lib 1.2 compability)phintuka
2012-03-23Use metronom set_option() to set trick speed and still modesphintuka
2012-03-22Feed incoming PCR values to SCRphintuka
2012-03-22adjustable_scr: added buffering support to avoid messing with xine's ↵phintuka
playback speed
2012-03-10added frontend pointer to xine_input_event()phintuka
2012-03-07Fixed warnings. Check recvfrom() return value and log error message when ↵phintuka
recvfrom() fails.
2012-03-07xine-lib-1.2: use _x_action_raise() and _x_action_lower() instead of ↵phintuka
directly modifying stream->demux_action_pending (Thanks to Roland Scheidegger)
2012-01-18Removed legacy codephintuka
2011-12-10PTS must also be updated while rewinding.rofafor
2011-12-10Fixed datastream acknowledge reported by Juergen Lock.rofafor
2011-11-29Speakers entry in setup menu has no effect on remote frontends.phintuka
Use config_xineliboutput to change the setting.
2011-11-22Do not unwire metronom for radio streamsphintuka
2011-06-19Added some assert-like checksphintuka
2011-06-19Require this->lock to be locked when calling set_live_mode() and ↵phintuka
set_trick_speed(). (-> allow larger chunks using those functions to be atomic) Added some missing locking
2011-06-19Use _x_action_pending()phintuka
2011-06-19Removed return values from set_live_mode() and set_trisk_speed()phintuka
2011-06-19Cosmetics. Removed unused defines.phintuka
2011-06-19Added puts_vdr() and printf_vdr()phintuka
2011-06-19Signal number of DVD titles to vdr.phintuka
Factorized sending DVD title number/count to separate function.
2011-06-19Removed copying string to redundant buffer.phintuka
Changed background image detection to use "image:" instead of "image".
2011-06-17Updated calculating buffer fill levelsphintuka
2011-06-17Removed incorrect castphintuka
2011-06-17Cosmetics (added slave_stream_t)phintuka
2011-06-17Removed old compability mrls with : (xvdr:pipe://, ...)phintuka
2011-06-13Support BluRay chapter/title seekphintuka
2011-03-24Do not select RTP automatically.phintuka
It causes problems with most wireless networks.
2011-03-24reset_scr_tuning(): do not change playback speed if playback is currently ↵phintuka
paused by the user. Fixes delayed pause when using UDP/RTP.
2011-03-24Handle BluRay as DVD when selecting SPU channel.phintuka
Fixes SPU channel selection from BluRay menus.
2011-03-19Fixed typophintuka
2011-03-19Check OSD command type before trying to uncompress dataphintuka
2011-03-19Set default BluRay languagephintuka
2010-12-06Remote clients should only try to stream a background file from the VDRphintuka
server if it is a "file:" MRL. (Thanks to Helmar Gerloni)
2010-12-06Restart background video if it finishes before the current song.phintuka
This makes sense for short animation loops. (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-09-12Eliminated strcpy. Strings passed to strcpy may not overlap.phintuka
(Thanks to Michal Novotny, patch #3057840)
2010-07-19Added FreeBSD compability (Thanks to Juergen Lock)phintuka
2010-05-29Fixed comparing signed and unsigned valuesphintuka
(Thanks to Winfried Koehler)
2010-05-25Fixed comparing signed and unsigned valuesphintuka
(Thanks to Winfried Koehler)
2010-05-25Fixed log message type (LOGERR -> LOGMSG)phintuka
2010-05-24Fixed arithmetic on untyped pointerphintuka
(Thanks to Winfried Koehler)
2010-05-24int -> ssize_tphintuka
(Thanks to Winfried Koehler)
2010-05-20Make sure xine's internal copy of the mixer volume is initialized before ↵phintuka
using XINE_PARAM_AUDIO_MUTE. This fixes mixer volume being reset at vdr-sxfe start when using software volume control. (Thanks to Juergen Lock)