summaryrefslogtreecommitdiff
path: root/xine
AgeCommit message (Collapse)Author
2009-11-27Updated for libbluray SVN rev 103phintuka
2009-11-19Fixed overflow when there are too many SPU tracksphintuka
2009-11-09Replaced TRACE with xine-lib lprintfphintuka
2009-11-09get_optional_data(): Added INPUT_OPTIONAL_DATA_DEMUXER.phintuka
This should fix mpeg_block demuxer segfault when starting xine ...
2009-11-09Fixed buildtime warning (asprintf)phintuka
2009-11-09Implemented xine input plugin block mode.phintuka
Note: this causes segfault in xine-lib mpeg_block demuxer when trying to auto-detect demuxer.
2009-11-09Split reads to aligned units.phintuka
(This should fix direct streaming from BluRay disc).
2009-11-09Added INPUT_CAP_AUDIOLANG and INPUT_CAP_SPULANGphintuka
2009-11-09get_optional_data(): added audio and SPU track languagesphintuka
2009-11-08Use navigation data to clip seeks to nearest random access pointphintuka
2009-11-08Parse mpls file for current titlephintuka
2009-11-06If track language is unknown, ask input plugin.phintuka
2009-11-06Increased NUM_AUDIO_TRACKS and NUM_SPU_TRACKS (max number of tracks) to 32.phintuka
2009-11-03Marked functions staticphintuka
2009-10-23Replaced BUF_SPU_HDMV value with the one in xine-lib HGphintuka
2009-10-23Accept bluray:/ mrlsphintuka
2009-10-23Fixed handling ~ (home directory) in keyfile pathphintuka
2009-10-23Added missing config keysphintuka
2009-10-22Cosmetics:phintuka
Use macros for logging. filename -> disc_root.
2009-10-22Added automatic main title selectionphintuka
2009-10-22Added input plugin.phintuka
Building input plugin is disabled by default.
2009-10-22Cosmeticsphintuka
2009-10-22Added uninstall targetphintuka
2009-10-22Initial importphintuka
2009-10-21xine-lib VC-1 patchesphintuka
2009-10-20Cosmeticsphintuka
ERROR -> TRACE in show_overlay()
2009-10-20Fixed memory leak in segbuf_decode_object() when segment data is invalidphintuka
2009-10-20END_OF_DISPLAY: Drop all cached objectsphintuka
2009-10-20Fixed timing of subtitles:phintuka
- Store presentation segments in decoder instance data. - Try to update overlays after every decoded object.
2009-10-20show_overlays -> update_overlaysphintuka
2009-10-20Moved show_overlays() after hide_overlays()phintuka
2009-10-20Splitted decode_presentation_segment()phintuka
2009-10-20Fixed memory leaks (RLE data)phintuka
2009-10-20Cosmetics: moved list handling code up. Removed deprecated code.phintuka
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-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-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-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