Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-23 | rename xine_osd_command.h -> tools/osd_command.h | phintuka | |
2014-06-23 | renamed xine-independent OSD structs | phintuka | |
2013-01-15 | Support 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-18 | Fix audio track selection for media files without track map / language codes | phintuka | |
(http://sourceforge.net/projects/xineliboutput/forums/forum/540657/topic/3710295) | |||
2012-05-11 | Reverted part of 1.357 (pausing SCR instead of stream caused audio to be ↵ | phintuka | |
dropped while buffering) | |||
2012-03-27 | Added missing space to log message | phintuka | |
2012-03-27 | Fixed warning (xine-lib 1.2 compability) | phintuka | |
2012-03-23 | Use metronom set_option() to set trick speed and still modes | phintuka | |
2012-03-22 | Feed incoming PCR values to SCR | phintuka | |
2012-03-22 | adjustable_scr: added buffering support to avoid messing with xine's ↵ | phintuka | |
playback speed | |||
2012-03-10 | added frontend pointer to xine_input_event() | phintuka | |
2012-03-07 | Fixed warnings. Check recvfrom() return value and log error message when ↵ | phintuka | |
recvfrom() fails. | |||
2012-03-07 | xine-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-18 | Removed legacy code | phintuka | |
2011-12-10 | PTS must also be updated while rewinding. | rofafor | |
2011-12-10 | Fixed datastream acknowledge reported by Juergen Lock. | rofafor | |
2011-11-29 | Speakers entry in setup menu has no effect on remote frontends. | phintuka | |
Use config_xineliboutput to change the setting. | |||
2011-11-22 | Do not unwire metronom for radio streams | phintuka | |
2011-06-19 | Added some assert-like checks | phintuka | |
2011-06-19 | Require 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-19 | Use _x_action_pending() | phintuka | |
2011-06-19 | Removed return values from set_live_mode() and set_trisk_speed() | phintuka | |
2011-06-19 | Cosmetics. Removed unused defines. | phintuka | |
2011-06-19 | Added puts_vdr() and printf_vdr() | phintuka | |
2011-06-19 | Signal number of DVD titles to vdr. | phintuka | |
Factorized sending DVD title number/count to separate function. | |||
2011-06-19 | Removed copying string to redundant buffer. | phintuka | |
Changed background image detection to use "image:" instead of "image". | |||
2011-06-17 | Updated calculating buffer fill levels | phintuka | |
2011-06-17 | Removed incorrect cast | phintuka | |
2011-06-17 | Cosmetics (added slave_stream_t) | phintuka | |
2011-06-17 | Removed old compability mrls with : (xvdr:pipe://, ...) | phintuka | |
2011-06-13 | Support BluRay chapter/title seek | phintuka | |
2011-03-24 | Do not select RTP automatically. | phintuka | |
It causes problems with most wireless networks. | |||
2011-03-24 | reset_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-24 | Handle BluRay as DVD when selecting SPU channel. | phintuka | |
Fixes SPU channel selection from BluRay menus. | |||
2011-03-19 | Fixed typo | phintuka | |
2011-03-19 | Check OSD command type before trying to uncompress data | phintuka | |
2011-03-19 | Set default BluRay language | phintuka | |
2010-12-06 | Remote clients should only try to stream a background file from the VDR | phintuka | |
server if it is a "file:" MRL. (Thanks to Helmar Gerloni) | |||
2010-12-06 | Restart background video if it finishes before the current song. | phintuka | |
This makes sense for short animation loops. (Thanks to Helmar Gerloni) | |||
2010-11-16 | Added support for background image streams | phintuka | |
(display images or videos while playing music) (Thanks to Helmar Gerloni) | |||
2010-11-16 | Added close_slave_stream(): factorized common code from | phintuka | |
handle_control_playfile() and vdr_plugin_dispose() | |||
2010-11-16 | handle_control_playfile(): Moved forming of remote base mrl to separate chunk. | phintuka | |
mrlbase is needed also for bgimage. (Thanks to Helmar Gerloni) | |||
2010-09-12 | Eliminated strcpy. Strings passed to strcpy may not overlap. | phintuka | |
(Thanks to Michal Novotny, patch #3057840) | |||
2010-07-19 | Added FreeBSD compability (Thanks to Juergen Lock) | phintuka | |
2010-05-29 | Fixed comparing signed and unsigned values | phintuka | |
(Thanks to Winfried Koehler) | |||
2010-05-25 | Fixed comparing signed and unsigned values | phintuka | |
(Thanks to Winfried Koehler) | |||
2010-05-25 | Fixed log message type (LOGERR -> LOGMSG) | phintuka | |
2010-05-24 | Fixed arithmetic on untyped pointer | phintuka | |
(Thanks to Winfried Koehler) | |||
2010-05-24 | int -> ssize_t | phintuka | |
(Thanks to Winfried Koehler) | |||
2010-05-20 | Make 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) |