summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-25PKT_SIZE --> this->pkt_size (in selected places)phintuka
2009-08-25Cosmetics. Splitted detect_ts() from open_plugin().phintuka
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-21Merged 1.80 1.79 1.78 1.77 1.72 1.59 1.44phintuka
2009-08-21Removed LOG_MODULENAMEphintuka
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-19This commit was manufactured by cvs2svn to create branch 'branch-1_0_x'.cvs2svn
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-14Merge from trunk: cosmeticsphintuka
1.82: Moved xine-lib version check to fe_xine_init() 1.80: Updated xine_is_finished return values 1.78: Eliminated static variable "verbose_xine_log" 1.69: Simplify: use xine_check_version 1.65: fb_dev --> video_port_name 1.64: Replace xvdr with MRL_ID define in strings 1.59: Move DFB frame buffer device selection to xine_fbfe_frontend.c
2009-08-14Merged revisions 1.69, 1.68, 1.67, 1.57phintuka
Added run-time option --hotkeys. Moved xine-lib version check to fe_xine_init()
2009-08-14Merged revision 1.45phintuka
Replace xvdr with MRL_ID define in strings
2009-08-14Merge from trunk:phintuka
Cosmetics Thread cancellation updates Signal handling updates