summaryrefslogtreecommitdiff
path: root/xine
AgeCommit message (Collapse)Author
2010-06-13Added seek to chaptersphintuka
2010-06-13Added INPUT_CAP_CHAPTERSphintuka
2010-06-13Support changing titlesphintuka
2010-06-13Added seek_time() and get_current_time()phintuka
2010-06-13read_block(I): added extra_info->total_timephintuka
2010-06-13Use bd_get_titles() and bd_get_title_info()phintuka
2010-06-13Moved bitrate calculation to open_title()phintuka
2010-06-13Use bd_get_title_size()phintuka
2010-06-13Updated required libbluray revphintuka
2010-06-13Added angle change supportphintuka
2010-06-11Updated for libbluray r448phintuka
2010-06-11Use pkg-config for libbluray (requires r326 or later)phintuka
2010-06-01Fixed missing {phintuka
(Thanks to Dirk Brenken)
2010-05-30Added sanity checks to check_for_scaling()phintuka
2010-05-30Renamed extended and backported VO_CAP_... defines to VO_XCAP_... to avoid ↵phintuka
name collisions with xine-lib
2010-05-30Do not try to parse content or substream header of raw audio streamsphintuka
2010-05-22Added missing bracesphintuka
Fixed LOGOSD() when logging disabled (Thanks to Winfried Koehler)
2010-05-22Added missing cases (OSD control commands).phintuka
(Thanks to Winfried Koehler)
2010-05-21Added default case to switch.phintuka
Log unknown post parameter types. (Thanks to Winfried Koehler)
2010-05-21Avoid comparing signed and unsigned varsphintuka
(Thanks to Winfried Koehler)
2010-05-20ts2es_init(): handle stream types detected from descriptor tagsphintuka
2010-05-20this->pts is used only in PES modephintuka
2010-05-20Flush ts demuxer caches when interrupted (demux_action_pending)phintuka
2010-05-16Killed warning (added default:)phintuka
2010-05-16Cosmeticsphintuka
2010-05-16check_for_scaling(): check if output dimensions are sanephintuka
2010-05-14Fixed warningsphintuka
2010-05-14Cosmetics: removed tabsphintuka
2010-05-14Enabled building of enhanced SPU plugin for xine-lib 1.1.17...1.1.18.1phintuka
2010-05-14Added support for objects larger than 64kb (large subtitle objects won't fit ↵phintuka
to single segment)
2010-05-12Fixed size of object id (uint16_t)phintuka
2010-05-10Added missing line feeds to log stringsphintuka
2010-04-05Added fill_extra_info() to fill buf->extra_info.phintuka
- added total time based on rate and length - fill extra_info only to first fragment of PES packet Use rate from stream info if available Store real rate (bytes/s) instead of rate/50
2010-04-04Fixed automatic main title selection when root path is not terminated with '/'phintuka
2010-03-21metronom_exit():phintuka
use xvdr_metronom_unwire() reduced log level clear this->orig_metronom before calling orig_metronom->exit()
2010-03-21xvdr_metronom_dispose(): use xvdr_metronom_unwire()phintuka
2010-03-21wire()/unwire(): safety checks (stream, stream->metronom)phintuka
2010-03-21Fixed metronom_exit (segfault)phintuka
2010-03-21Improved PTS wrap handlingphintuka
2010-03-20Fixd lost BUF_FLAG_FRAME_END flags: Split large packets before appending ↵phintuka
data. This way there is always allocated buffer element and BUF_FLAG_FRAME_END is sent even if there is no queued data.
2010-03-20removed pes_start (duplicate ; use pusi instead)phintuka
2010-03-19ts_data_reset_audio(): added an option to keep one channelphintuka
2010-03-13Set video window inside OSD area.phintuka
Requires xine-lib 1.2 (and vdpau ?)
2010-03-13check_for_scaling(): Moved stream check to right branch (reported by Petri ↵phintuka
Helin) Increased log level for invalid VDR OSD extent
2010-02-22Added some sanity checksphintuka
2010-02-20Fixed re-centering unscaled OSDphintuka
2010-02-20Store window size in osd_manager dataphintuka
2010-02-20Simplifyphintuka
2010-02-19Added functions to attach/tetach from streamphintuka
2010-02-19Do not send discontinuity messages in still image / backward trick speed modes.phintuka
PTS will be ignored in metronom wrapper.