Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-19 | Do not update overlay if all elements are unchanged | phintuka | |
2009-10-19 | (Cosmetics:) Copy palette only if all objects have been found | phintuka | |
2009-10-18 | Cosmetics: moved struct declarations to beginning of file | phintuka | |
2009-10-16 | Added has_unscaled_overlay and has_driver_crop (Thanks to durchflieger) | phintuka | |
http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-10-16 | analyze_frame, crop_copy_yv12, crop_copy_yuy2, crop_nocopy: Use local ↵ | phintuka | |
variables for start_line and end_line (Thanks to durchflieger) http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-10-16 | Cosmetics (Thanks to durchflieger) | phintuka | |
http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-10-16 | float -> double (Thanks to durchflieger) | phintuka | |
http://vdrportal.de/board/thread.php?threadid=86804 | |||
2009-10-12 | Added StartFrontend-1.0 service (Thanks to durchflieger) | phintuka | |
http://vdrportal.de/board/thread.php?threadid=86804&threadview=0&hilight=&hilightuser=0&page=1 | |||
2009-10-08 | Added support for XINE_GUI_SEND_GRAB_FRAME (Thanks to durchflieger) | phintuka | |
http://vdrportal.de/board/thread.php?threadid=86804&threadview=0&hilight=&hilightuser=0&page=1 | |||
2009-10-08 | Pointer checks, logging updates and cosmetics | phintuka | |
2009-10-08 | int -> uint/uchar. Cosmetics. | phintuka | |
2009-10-08 | Eliminated static variable | phintuka | |
2009-10-08 | Fixed buffering problems caused by revision 1.279: | phintuka | |
New algorithm for live mode sync of xineliboutput providing much smoother buffer control. - By default use the original tuning code - Smooth SCR tuning can be enabled in config_xineliboutbut, key media.xvdr.smooth_scr_tuning | |||
2009-09-28 | Fixed sending complex OSDs (compressed size > 256k) | phintuka | |
2009-09-27 | Reset video size when stream changes. | phintuka | |
This should fix VDR OSD when playing DVD with some video resolutions. | |||
2009-09-25 | Removed trailing spaces | phintuka | |
2009-09-25 | Initial import | phintuka | |
2009-09-25 | Fixed typos | phintuka | |
2009-09-11 | Use larger video fifo for media player | phintuka | |
2009-09-10 | Added VC1 video | phintuka | |
2009-09-10 | Reset PMT buffer only when PMT pid changes. | phintuka | |
Fixes collecting PMT packets when PMT spans over multiple TS packets and PAT is muxed to middle of PMT packets. | |||
2009-09-09 | Set SO_KEEPALIVE socpet option for TCP sockets | phintuka | |
2009-09-09 | Fixed AC3 audio | phintuka | |
2009-09-09 | Simplify | phintuka | |
2009-09-09 | Added descriptors | phintuka | |
2009-09-05 | Fixed return type error. | rofafor | |
2009-09-05 | Fixed demux_ts_get_optional_data(DEMUX_OPTIONAL_DATA_SPULANG) : | phintuka | |
- Use stream index when language is not known. - Return DEMUX_OPTIONAL_UNSUPPORTED for non-existing channels. | |||
2009-09-05 | Fixed demux_ts_get_optional_data(DEMUX_OPTIONAL_DATA_AUDIOLANG) : | phintuka | |
- Condition if(this->audio_tracks[channel].lang) is always true. Use if(this->audio_tracks[channel].lang[0]) instead. - Use stream index instead of current audio track when language is not known. - Return DEMUX_OPTIONAL_UNSUPPORTED for non-existing channels. | |||
2009-09-05 | Added demuxing DTS audio with descriptor tag 0x86 | phintuka | |
2009-09-05 | Use track number as language code when audio/SPU track language is unknown | phintuka | |
2009-08-25 | Fixed selecting HDMV SPU track | phintuka | |
2009-08-25 | Aded HDMV SPU decoder plugin | phintuka | |
2009-08-25 | Initial import | phintuka | |
2009-08-25 | Demux HDMV/BluRay bitmap subtitles | phintuka | |
2009-08-25 | added spu_type parameter to demux_send_special_spu_buf() | phintuka | |
2009-08-25 | Fixed audio. HDMV uses PES stream 0xfd instead of 0xbd. | phintuka | |
2009-08-25 | Support for BluRay/HDMV 192-byte TS packets | phintuka | |
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 | |