Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-25 | PKT_SIZE --> this->pkt_size (in selected places) | phintuka | |
2009-08-25 | Cosmetics. Splitted detect_ts() from open_plugin(). | phintuka | |
2009-08-25 | Define EXPORTED when undefined | phintuka | |
2009-08-25 | Initial import. Stand-alone Makefile for Blu-Ray plugins. | phintuka | |
2009-08-25 | Changed identity. | phintuka | |
Dropped priority. Define BUF_SPU_HDMV. | |||
2009-08-25 | Fixed compilaton outside of xine-lib source tree | phintuka | |
2009-08-25 | Initial import: demuxers/demux_ts.c from xine-lib HG , revision 9655 | phintuka | |
2009-08-25 | demux_xvdr_get_status(): free buffers if status != DEMUX_OK | phintuka | |
2009-08-25 | Fixed 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-25 | Fill audio/SPU buffers up to full buffer size. | phintuka | |
Fixed max. buffer size check (for video). | |||
2009-08-25 | Fixed local mode polling for HD streams | phintuka | |
2009-08-25 | Simplify vdr_plugin_poll(). Cosmetics. | phintuka | |
2009-08-24 | Increased HD buffer size to 5MB and made it configurable. | phintuka | |
2009-08-21 | Merged 1.80 1.79 1.78 1.77 1.72 1.59 1.44 | phintuka | |
2009-08-21 | Removed LOG_MODULENAME | phintuka | |
2009-08-19 | Added vdpau to help text video drivers | phintuka | |
2009-08-19 | Use user-configured OSD resolution for vdr-1.7.8+ | phintuka | |
2009-08-19 | Use frontend window size for OSD | phintuka | |
2009-08-19 | Parse window size messages | phintuka | |
2009-08-19 | Fixed memory leak | phintuka | |
2009-08-19 | Inform VDR side about window size changes | phintuka | |
2009-08-19 | Signal window size to VDR at startup | phintuka | |
2009-08-19 | Fixed fe_send_event() for events from frontend --> VDR | phintuka | |
2009-08-19 | Added osd_width_auto, osd_height_auto | phintuka | |
2009-08-19 | Removed dead code | phintuka | |
2009-08-19 | Schedule(): | phintuka | |
Use MPEG-TS PCR when available Simplify | |||
2009-08-19 | This commit was manufactured by cvs2svn to create branch 'branch-1_0_x'. | cvs2svn | |
2009-08-19 | Ordered ScrSource from worst to best | phintuka | |
2009-08-18 | Moved eScrSource to class. | phintuka | |
Added PCR to CalcElapsedVTime() | |||
2009-08-18 | Cosmetics | phintuka | |
2009-08-18 | Removed m_bIsFinished | phintuka | |
2009-08-18 | Removed IsFinished() | phintuka | |
2009-08-18 | Call cThread::Active() instead of cXinelibThread::IsFinished() | phintuka | |
2009-08-18 | Use cThread::Running() and cThread::Cancel() | phintuka | |
2009-08-18 | Removed Stop(). Use cThread::Running() and cThread::Cancel(). | phintuka | |
2009-08-18 | Removed Stop(). Use cThread::Cancel() and cThread::Running(). | phintuka | |
2009-08-18 | Removed calls to cXinelibThread::Stop() | phintuka | |
2009-08-18 | Removed invalid free() | phintuka | |
Cosmetics | |||
2009-08-18 | Added --terminal option | phintuka | |
2009-08-18 | Fixed buffer overflow. | phintuka | |
Removed redundant strdup. | |||
2009-08-18 | Reduced PAT logging | phintuka | |
2009-08-18 | get_buf_element(): Always leave free buffer to hd_buffer (for mpeg-ts demuxer) | phintuka | |
2009-08-18 | Removed duplicate and deprecated code. | phintuka | |
Simplified nosignal image queuing. | |||
2009-08-18 | Fixed 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-18 | Cosmetics. Removed redundant strdup. | phintuka | |
2009-08-16 | Added reconfigurable number of PES buffers for remote frontends via commandline. | rofafor | |
2009-08-14 | Merge from trunk: cosmetics | phintuka | |
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-14 | Merged revisions 1.69, 1.68, 1.67, 1.57 | phintuka | |
Added run-time option --hotkeys. Moved xine-lib version check to fe_xine_init() | |||
2009-08-14 | Merged revision 1.45 | phintuka | |
Replace xvdr with MRL_ID define in strings | |||
2009-08-14 | Merge from trunk: | phintuka | |
Cosmetics Thread cancellation updates Signal handling updates |