summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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)
2010-04-16Added config options to fine-tune channel switch speed:phintuka
* - If SCR (playback) is currently paused due to previous buffer underflow, * revert to normal if SCR-Treshold > SD-/HD-Treshold (configured in xine-config) * and Audio-Treshold > 0. (Thanks to Dirk Brenken)
2010-04-16Added a check and warning for too small stream audio fifo (Thanks to Dirk ↵phintuka
Brenken)
2010-04-05Added fill_extra_info() to fill buf->extra_info.phintuka
- added total time based on rate and length - fill extra_info only to first fragment of PES packet Use rate from stream info if available Store real rate (bytes/s) instead of rate/50
2010-04-04Fixed automatic main title selection when root path is not terminated with '/'phintuka
2010-03-31fe_grab(): fixed clipping height (sf bug #2979641)phintuka
2010-03-29Fixed building with jpeg <= 7phintuka
(Thanks to Dirk Brenken)
2010-03-28Fixed bug #2974620 : vdr-sxfe segfaults when executing GRABphintuka
2010-03-23Added TS support for EAC3 tracks.rofafor
2010-03-21metronom_exit():phintuka
use xvdr_metronom_unwire() reduced log level clear this->orig_metronom before calling orig_metronom->exit()
2010-03-21xvdr_metronom_dispose(): use xvdr_metronom_unwire()phintuka
2010-03-21wire()/unwire(): safety checks (stream, stream->metronom)phintuka
2010-03-21Fixed metronom_exit (segfault)phintuka
2010-03-21Improved PTS wrap handlingphintuka
2010-03-20Fixd lost BUF_FLAG_FRAME_END flags: Split large packets before appending ↵phintuka
data. This way there is always allocated buffer element and BUF_FLAG_FRAME_END is sent even if there is no queued data.
2010-03-20Improved SCR tuning: do not puse SCR if there are enough decoded video framesphintuka
(this should improve live view just after channel switch)
2010-03-20removed pes_start (duplicate ; use pusi instead)phintuka
2010-03-19ts_data_reset_audio(): added an option to keep one channelphintuka
2010-03-16Fixed a signess bug.rofafor
2010-03-16Fixed detecting backwards state in trick speed control message.phintuka
2010-03-15Template for void func(a,b,c,d,e)phintuka
2010-03-15Cosmeticsphintuka
2010-03-15Fixed TS_BUFFER_LOCKphintuka
2010-03-15Properly lock m_TsBuf accessphintuka
2010-03-15Initial importphintuka
2010-03-15PIP support (VDR side)phintuka
2010-03-14Fixed yaepghd compilation.rofafor
2010-03-14Set StreamID to UDP/RTP headersphintuka
2010-03-13Set video window inside OSD area.phintuka
Requires xine-lib 1.2 (and vdpau ?)