Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-02 | ForcePrimaryDevice(): return true if switching is possible or we're ↵ | phintuka | |
currently the primary device | |||
2010-06-02 | local mode: log a warning if xineliboutput is not the primary device | phintuka | |
2010-06-01 | Fixed missing { | phintuka | |
(Thanks to Dirk Brenken) | |||
2010-05-30 | Added follow video stream resolution to OSD size options | phintuka | |
(Thanks to Juergen Lock) | |||
2010-05-30 | hud_osd_command(OSD_Set_RLE): factorized calculating coordinates and scaling ↵ | phintuka | |
factor (Thanks to grueni75, patch #2978033) | |||
2010-05-30 | hud_osd_command(): added OSD_VideoWindow case | phintuka | |
2010-05-30 | Cosmetics | phintuka | |
2010-05-30 | Added sanity checks to check_for_scaling() | phintuka | |
2010-05-30 | Renamed extended and backported VO_CAP_... defines to VO_XCAP_... to avoid ↵ | phintuka | |
name collisions with xine-lib | |||
2010-05-30 | Do not try to parse content or substream header of raw audio streams | phintuka | |
2010-05-29 | Fixed comparing signed and unsigned values | phintuka | |
(Thanks to Winfried Koehler) | |||
2010-05-27 | Added config option for new audio visualization method: images | phintuka | |
(Thanks to Helmar Gerloni) | |||
2010-05-27 | Cosmetics | phintuka | |
2010-05-27 | Fixed TRACEF function name | phintuka | |
(Thanks to Helmar Gerloni) | |||
2010-05-26 | Added command-line options for opengl HUD OSD | phintuka | |
(Thanks to grueni75, patch #2978033) | |||
2010-05-26 | Added opengl HUD options to fe_display_open() interface | phintuka | |
(Thanks to grueni75, patch #2978033) | |||
2010-05-26 | Added opengl options for HUD OSD | phintuka | |
(Thanks to grueni75, patch #2978033) | |||
2010-05-26 | Added checks for XShape and OpenGL | phintuka | |
(Thanks to grueni75, patch #2978033) | |||
2010-05-25 | Link libavutil only to xine input plugin | phintuka | |
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-25 | Fixed bug #3006495: The xine plugins are unnecessarily linked with libjpeg | phintuka | |
(Thanks to Tobias Grimm) | |||
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-24 | Fixed comparing Floating point variables | phintuka | |
(Thanks to Winfried Koehler) | |||
2010-05-24 | Cosmetics: moved utility macros to beginning of the file | phintuka | |
2010-05-22 | Fixed comparing unsigned and signed vars | phintuka | |
(Thanks to Winfried Koehler) | |||
2010-05-22 | Added missing braces | phintuka | |
Fixed LOGOSD() when logging disabled (Thanks to Winfried Koehler) | |||
2010-05-22 | Added missing cases (OSD control commands). | phintuka | |
(Thanks to Winfried Koehler) | |||
2010-05-22 | Store capabilities in unsigned var | phintuka | |
2010-05-22 | prev_width, prev_height --> unsigned. | phintuka | |
Fixed comparing signed and unsigned vars. (Thanks to Winfried Koehler) | |||
2010-05-22 | Fixed warnings (missing default case) | phintuka | |
(Thanks to Winfried Koehler) | |||
2010-05-22 | Fixed warnings: | phintuka | |
- add a default case switch. - comparing signed and unsigned vars (Thanks to Winfried Koehler) | |||
2010-05-21 | Fixed LOGPMT/LOGPCR definitions when logging not enabled | phintuka | |
2010-05-21 | Fixed warnings: | phintuka | |
- missing default cases - incomplete initialization of long_options (Thanks to Winfried Koehler) | |||
2010-05-21 | Added default case to switch. | phintuka | |
Log unknown post parameter types. (Thanks to Winfried Koehler) | |||
2010-05-21 | Fixed partially uninitialized var | phintuka | |
(Thanks to Winfried Koehler) | |||
2010-05-21 | Avoid comparing signed and unsigned vars | phintuka | |
(Thanks to Winfried Koehler) | |||
2010-05-21 | Floating point variables cannot be reliable compared using '!<float>'. | phintuka | |
(Thanks to Winfried Koehler) | |||
2010-05-21 | Avoid comparing signed and unsigned vars | phintuka | |
(Thanks to Winfried Koehler) | |||
2010-05-21 | Use function pointer for full screen toggle | phintuka | |
2010-05-21 | Added missing default cases | phintuka | |
(Thanks to Winfried Koehler) | |||
2010-05-21 | int -> uint (avoid comparing signed and unsigned vars). | phintuka | |
(Thanks to Winfried Koehler) | |||
2010-05-20 | ts2es_init(): handle stream types detected from descriptor tags | phintuka | |
2010-05-20 | this->pts is used only in PES mode | phintuka | |
2010-05-20 | Flush ts demuxer caches when interrupted (demux_action_pending) | phintuka | |
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) | |||
2010-05-19 | Cosmetics (re-indent) | phintuka | |
2010-05-19 | PlayTsVideo(): check if data is from video stream (PCR pid uses PlayTsVideo()) | phintuka | |
2010-05-19 | Removed duplicate rule (disabled x11 -> ...) | phintuka | |