summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-30Renamed extended and backported VO_CAP_... defines to VO_XCAP_... to avoid na...phintuka
2010-05-30Do not try to parse content or substream header of raw audio streamsphintuka
2010-05-29Fixed comparing signed and unsigned valuesphintuka
2010-05-27Added config option for new audio visualization method: imagesphintuka
2010-05-27Cosmeticsphintuka
2010-05-27Fixed TRACEF function namephintuka
2010-05-26Added command-line options for opengl HUD OSDphintuka
2010-05-26Added opengl HUD options to fe_display_open() interfacephintuka
2010-05-26Added opengl options for HUD OSDphintuka
2010-05-26Added checks for XShape and OpenGLphintuka
2010-05-25Link libavutil only to xine input pluginphintuka
2010-05-25Fixed comparing signed and unsigned valuesphintuka
2010-05-25Fixed log message type (LOGERR -> LOGMSG)phintuka
2010-05-25Fixed bug #3006495: The xine plugins are unnecessarily linked with libjpegphintuka
2010-05-24Fixed arithmetic on untyped pointerphintuka
2010-05-24int -> ssize_tphintuka
2010-05-24Fixed comparing Floating point variablesphintuka
2010-05-24Cosmetics: moved utility macros to beginning of the filephintuka
2010-05-22Fixed comparing unsigned and signed varsphintuka
2010-05-22Added missing bracesphintuka
2010-05-22Added missing cases (OSD control commands).phintuka
2010-05-22Store capabilities in unsigned varphintuka
2010-05-22prev_width, prev_height --> unsigned.phintuka
2010-05-22Fixed warnings (missing default case)phintuka
2010-05-22Fixed warnings:phintuka
2010-05-21Fixed LOGPMT/LOGPCR definitions when logging not enabledphintuka
2010-05-21Fixed warnings:phintuka
2010-05-21Added default case to switch.phintuka
2010-05-21Fixed partially uninitialized varphintuka
2010-05-21Avoid comparing signed and unsigned varsphintuka
2010-05-21Floating point variables cannot be reliable compared using '!<float>'.phintuka
2010-05-21Avoid comparing signed and unsigned varsphintuka
2010-05-21Use function pointer for full screen togglephintuka
2010-05-21Added missing default casesphintuka
2010-05-21int -> uint (avoid comparing signed and unsigned vars).phintuka
2010-05-20ts2es_init(): handle stream types detected from descriptor tagsphintuka
2010-05-20this->pts is used only in PES modephintuka
2010-05-20Flush ts demuxer caches when interrupted (demux_action_pending)phintuka
2010-05-20Make sure xine's internal copy of the mixer volume is initialized before usin...phintuka
2010-05-19Cosmetics (re-indent)phintuka
2010-05-19PlayTsVideo(): check if data is from video stream (PCR pid uses PlayTsVideo())phintuka
2010-05-19Removed duplicate rule (disabled x11 -> ...)phintuka
2010-05-18Store trick speed state for new clientsphintuka
2010-05-16Killed warning (added default:)phintuka
2010-05-16Cosmeticsphintuka
2010-05-16check_for_scaling(): check if output dimensions are sanephintuka
2010-05-16Detect AAC and DTS in PES private streamsphintuka
2010-05-16Tag private streams with DVB subtitling descriptor with STREAM_DVBSUBphintuka
2010-05-16Changed internally used pseudo stream types (STREAM_AUDIO_???, STREAM_DVBSUB)phintuka
2010-05-15Added DTS and AAC descriptor tagsphintuka