summaryrefslogtreecommitdiff
path: root/xine_input_vdr.c
AgeCommit message (Expand)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
2012-07-18Fix audio track selection for media files without track map / language codesphintuka
2012-05-11Reverted part of 1.357 (pausing SCR instead of stream caused audio to be drop...phintuka
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 playback...phintuka
2012-03-10added frontend pointer to xine_input_event()phintuka
2012-03-07Fixed warnings. Check recvfrom() return value and log error message when recv...phintuka
2012-03-07xine-lib-1.2: use _x_action_raise() and _x_action_lower() instead of directly...phintuka
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
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 set_trick_sp...phintuka
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
2011-06-19Removed copying string to redundant buffer.phintuka
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
2011-03-24reset_scr_tuning(): do not change playback speed if playback is currently pau...phintuka
2011-03-24Handle BluRay as DVD when selecting SPU channel.phintuka
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
2010-12-06Restart background video if it finishes before the current song.phintuka
2010-11-16Added support for background image streamsphintuka
2010-11-16Added close_slave_stream(): factorized common code fromphintuka
2010-11-16handle_control_playfile(): Moved forming of remote base mrl to separate chunk.phintuka
2010-09-12Eliminated strcpy. Strings passed to strcpy may not overlap.phintuka
2010-07-19Added FreeBSD compability (Thanks to Juergen Lock)phintuka
2010-05-29Fixed comparing signed and unsigned valuesphintuka
2010-05-25Fixed comparing signed and unsigned valuesphintuka
2010-05-25Fixed log message type (LOGERR -> LOGMSG)phintuka
2010-05-24Fixed arithmetic on untyped pointerphintuka
2010-05-24int -> ssize_tphintuka
2010-05-20Make sure xine's internal copy of the mixer volume is initialized before usin...phintuka