summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-25Define EXPORTED when undefinedphintuka
2009-08-25Initial import. Stand-alone Makefile for Blu-Ray plugins.phintuka
2009-08-25Changed identity.phintuka
Dropped priority. Define BUF_SPU_HDMV.
2009-08-25Fixed compilaton outside of xine-lib source treephintuka
2009-08-25Initial import: demuxers/demux_ts.c from xine-lib HG , revision 9655phintuka
2009-08-25demux_xvdr_get_status(): free buffers if status != DEMUX_OKphintuka
2009-08-25Fixed HD stream freezes with too small audio buffer.phintuka
Updated buffer allocation strategy for HD streams: - audio uses audio fifo, HD buffer only when audio fifo is full - video uses HD buffer, video fifo only when HD buffer is full
2009-08-25Fill audio/SPU buffers up to full buffer size.phintuka
Fixed max. buffer size check (for video).
2009-08-25Fixed local mode polling for HD streamsphintuka
2009-08-25Simplify vdr_plugin_poll(). Cosmetics.phintuka
2009-08-24Increased HD buffer size to 5MB and made it configurable.phintuka
2009-08-19Added vdpau to help text video driversphintuka
2009-08-19Use user-configured OSD resolution for vdr-1.7.8+phintuka
2009-08-19Use frontend window size for OSDphintuka
2009-08-19Parse window size messagesphintuka
2009-08-19Fixed memory leakphintuka
2009-08-19Inform VDR side about window size changesphintuka
2009-08-19Signal window size to VDR at startupphintuka
2009-08-19Fixed fe_send_event() for events from frontend --> VDRphintuka
2009-08-19Added osd_width_auto, osd_height_autophintuka
2009-08-19Removed dead codephintuka
2009-08-19Schedule():phintuka
Use MPEG-TS PCR when available Simplify
2009-08-19Ordered ScrSource from worst to bestphintuka
2009-08-18Moved eScrSource to class.phintuka
Added PCR to CalcElapsedVTime()
2009-08-18Cosmeticsphintuka
2009-08-18Removed m_bIsFinishedphintuka
2009-08-18Removed IsFinished()phintuka
2009-08-18Call cThread::Active() instead of cXinelibThread::IsFinished()phintuka
2009-08-18Use cThread::Running() and cThread::Cancel()phintuka
2009-08-18Removed Stop(). Use cThread::Running() and cThread::Cancel().phintuka
2009-08-18Removed Stop(). Use cThread::Cancel() and cThread::Running().phintuka
2009-08-18Removed calls to cXinelibThread::Stop()phintuka
2009-08-18Removed invalid free()phintuka
Cosmetics
2009-08-18Added --terminal optionphintuka
2009-08-18Fixed buffer overflow.phintuka
Removed redundant strdup.
2009-08-18Reduced PAT loggingphintuka
2009-08-18get_buf_element(): Always leave free buffer to hd_buffer (for mpeg-ts demuxer)phintuka
2009-08-18Removed duplicate and deprecated code.phintuka
Simplified nosignal image queuing.
2009-08-18Fixed freezing with HD channels and mpeg-ts:phintuka
Added src_fifo option to ts2es_put(). This should enable use of larger buffer for HD video with mpeg-ts.
2009-08-18Cosmetics. Removed redundant strdup.phintuka
2009-08-16Added reconfigurable number of PES buffers for remote frontends via commandline.rofafor
2009-08-10Updated Italian translations (Thanks to Diego Pierotto)phintuka
2009-08-07Added OSD resolution enumsphintuka
2009-08-07Added setup menu option for OSD resolutionphintuka
2009-08-07Added setup options for OSD sizephintuka
2009-08-07Do not pass (first) incomplete PES packet to decoderphintuka
2009-08-06Enabled UDP/RTP for mpeg-tsphintuka
2009-08-06Clear(): reset possible cached header (PAT/PMT)phintuka
2009-08-05Fixed abort when compiled with recent gcc.phintuka
(gcc adds checks for sprintf target buffer size. Size was incorrectly guessed to be 0)
2009-08-05Reordered headers. Added ts.hphintuka