summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-24int -> ssize_tphintuka
(Thanks to Winfried Koehler)
2010-05-24Fixed comparing Floating point variablesphintuka
(Thanks to Winfried Koehler)
2010-05-24Cosmetics: moved utility macros to beginning of the filephintuka
2010-05-22Fixed comparing unsigned and signed varsphintuka
(Thanks to Winfried Koehler)
2010-05-22Added missing bracesphintuka
Fixed LOGOSD() when logging disabled (Thanks to Winfried Koehler)
2010-05-22Added missing cases (OSD control commands).phintuka
(Thanks to Winfried Koehler)
2010-05-22Store capabilities in unsigned varphintuka
2010-05-22prev_width, prev_height --> unsigned.phintuka
Fixed comparing signed and unsigned vars. (Thanks to Winfried Koehler)
2010-05-22Fixed warnings (missing default case)phintuka
(Thanks to Winfried Koehler)
2010-05-22Fixed warnings:phintuka
- add a default case switch. - comparing signed and unsigned vars (Thanks to Winfried Koehler)
2010-05-21Fixed LOGPMT/LOGPCR definitions when logging not enabledphintuka
2010-05-21Fixed warnings:phintuka
- missing default cases - incomplete initialization of long_options (Thanks to Winfried Koehler)
2010-05-21Added default case to switch.phintuka
Log unknown post parameter types. (Thanks to Winfried Koehler)
2010-05-21Fixed partially uninitialized varphintuka
(Thanks to Winfried Koehler)
2010-05-21Avoid comparing signed and unsigned varsphintuka
(Thanks to Winfried Koehler)
2010-05-21Floating point variables cannot be reliable compared using '!<float>'.phintuka
(Thanks to Winfried Koehler)
2010-05-21Avoid comparing signed and unsigned varsphintuka
(Thanks to Winfried Koehler)
2010-05-21Use function pointer for full screen togglephintuka
2010-05-21Added missing default casesphintuka
(Thanks to Winfried Koehler)
2010-05-21int -> uint (avoid comparing signed and unsigned vars).phintuka
(Thanks to Winfried Koehler)
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 ↵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-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
to > 0xff to avoid collisions with "real" PMT stream types
2010-05-15Added DTS and AAC descriptor tagsphintuka
2010-05-14Fixed warningsphintuka
2010-05-14Cosmetics: removed tabsphintuka
2010-05-14Enabled building of enhanced SPU plugin for xine-lib 1.1.17...1.1.18.1phintuka
2010-05-14Added support for objects larger than 64kb (large subtitle objects won't fit ↵phintuka
to single segment)
2010-05-12Fixed size of object id (uint16_t)phintuka
2010-05-12updates to 1.314:phintuka
- ensure that we make a channel switch at a scr buffer level of > 65, even if we didn't reach the audio treshold - more logging (Treshold plus free buffers and used buffers) (Thanks to Dirk Brenken)
2010-05-11Updated Ukrainian translation (Thanks to Yarema aka Knedlyk)phintuka
2010-05-10Added missing line feeds to log stringsphintuka
2010-04-23Ukrainian translation (Thanks to Yarema aka Knedlyk)phintuka
2010-04-23Removd fuzzy translationsphintuka
2010-04-23Ukrainian translation (Thanks to Yarema aka Knedlyk)phintuka
2010-04-16Eliminated compiler warnings (Thanks to Winfried Koehler)phintuka
2010-04-16Eliminated compiler warnings (missing default case) (Thanks to Winfried Koehler)phintuka
2010-04-16Removed unneeded / double function declarationsphintuka
(Thanks to Winfried Koehler)
2010-04-16SCR tuning: fixed calculating free buffers when using HD buffer ↵phintuka
(get_buf_element() uses only hd_buffer)