summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-19Do not update overlay if all elements are unchangedphintuka
2009-10-19(Cosmetics:) Copy palette only if all objects have been foundphintuka
2009-10-18Cosmetics: moved struct declarations to beginning of filephintuka
2009-10-16Added has_unscaled_overlay and has_driver_crop (Thanks to durchflieger)phintuka
http://vdrportal.de/board/thread.php?threadid=86804
2009-10-16analyze_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-16Cosmetics (Thanks to durchflieger)phintuka
http://vdrportal.de/board/thread.php?threadid=86804
2009-10-16float -> double (Thanks to durchflieger)phintuka
http://vdrportal.de/board/thread.php?threadid=86804
2009-10-12Added 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-08Added 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-08Pointer checks, logging updates and cosmeticsphintuka
2009-10-08int -> uint/uchar. Cosmetics.phintuka
2009-10-08Eliminated static variablephintuka
2009-10-08Fixed 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-28Fixed sending complex OSDs (compressed size > 256k)phintuka
2009-09-27Reset video size when stream changes.phintuka
This should fix VDR OSD when playing DVD with some video resolutions.
2009-09-25Removed trailing spacesphintuka
2009-09-25Initial importphintuka
2009-09-25Fixed typosphintuka
2009-09-11Use larger video fifo for media playerphintuka
2009-09-10Added VC1 videophintuka
2009-09-10Reset 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-09Set SO_KEEPALIVE socpet option for TCP socketsphintuka
2009-09-09Fixed AC3 audiophintuka
2009-09-09Simplifyphintuka
2009-09-09Added descriptorsphintuka
2009-09-05Fixed return type error.rofafor
2009-09-05Fixed 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-05Fixed 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-05Added demuxing DTS audio with descriptor tag 0x86phintuka
2009-09-05Use track number as language code when audio/SPU track language is unknownphintuka
2009-08-25Fixed selecting HDMV SPU trackphintuka
2009-08-25Aded HDMV SPU decoder pluginphintuka
2009-08-25Initial importphintuka
2009-08-25Demux HDMV/BluRay bitmap subtitlesphintuka
2009-08-25added spu_type parameter to demux_send_special_spu_buf()phintuka
2009-08-25Fixed audio. HDMV uses PES stream 0xfd instead of 0xbd.phintuka
2009-08-25Support for BluRay/HDMV 192-byte TS packetsphintuka
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