Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-30 | Added stream meta infos | phintuka | |
2009-11-30 | Splitted open_title() from bluray_plugin_open() | phintuka | |
2009-11-30 | Added chapter to mrl | phintuka | |
bluray:/[mountpoint]/TITLE.CHAPTER | |||
2009-11-29 | Added new audio stream types | phintuka | |
2009-11-28 | Require navigation data | phintuka | |
2009-11-28 | Added #define PKT_SIZE, TICKS_IN_MS | phintuka | |
2009-11-28 | Store disc root in instance data | phintuka | |
2009-11-27 | Updated for libbluray SVN rev 103 | phintuka | |
2009-11-19 | Fixed overflow when there are too many SPU tracks | phintuka | |
2009-11-09 | Replaced TRACE with xine-lib lprintf | phintuka | |
2009-11-09 | get_optional_data(): Added INPUT_OPTIONAL_DATA_DEMUXER. | phintuka | |
This should fix mpeg_block demuxer segfault when starting xine ... | |||
2009-11-09 | Fixed buildtime warning (asprintf) | phintuka | |
2009-11-09 | Implemented xine input plugin block mode. | phintuka | |
Note: this causes segfault in xine-lib mpeg_block demuxer when trying to auto-detect demuxer. | |||
2009-11-09 | Split reads to aligned units. | phintuka | |
(This should fix direct streaming from BluRay disc). | |||
2009-11-09 | Added INPUT_CAP_AUDIOLANG and INPUT_CAP_SPULANG | phintuka | |
2009-11-09 | get_optional_data(): added audio and SPU track languages | phintuka | |
2009-11-08 | Use navigation data to clip seeks to nearest random access point | phintuka | |
2009-11-08 | Parse mpls file for current title | phintuka | |
2009-11-06 | If track language is unknown, ask input plugin. | phintuka | |
2009-11-06 | Increased NUM_AUDIO_TRACKS and NUM_SPU_TRACKS (max number of tracks) to 32. | phintuka | |
2009-11-03 | Marked functions static | phintuka | |
2009-10-23 | Replaced BUF_SPU_HDMV value with the one in xine-lib HG | phintuka | |
2009-10-23 | Accept bluray:/ mrls | phintuka | |
2009-10-23 | Fixed handling ~ (home directory) in keyfile path | phintuka | |
2009-10-23 | Added missing config keys | phintuka | |
2009-10-22 | Cosmetics: | phintuka | |
Use macros for logging. filename -> disc_root. | |||
2009-10-22 | Added automatic main title selection | phintuka | |
2009-10-22 | Added input plugin. | phintuka | |
Building input plugin is disabled by default. | |||
2009-10-22 | Cosmetics | phintuka | |
2009-10-22 | Added uninstall target | phintuka | |
2009-10-22 | Initial import | phintuka | |
2009-10-21 | xine-lib VC-1 patches | phintuka | |
2009-10-20 | Cosmetics | phintuka | |
ERROR -> TRACE in show_overlay() | |||
2009-10-20 | Fixed memory leak in segbuf_decode_object() when segment data is invalid | phintuka | |
2009-10-20 | END_OF_DISPLAY: Drop all cached objects | phintuka | |
2009-10-20 | Fixed timing of subtitles: | phintuka | |
- Store presentation segments in decoder instance data. - Try to update overlays after every decoded object. | |||
2009-10-20 | show_overlays -> update_overlays | phintuka | |
2009-10-20 | Moved show_overlays() after hide_overlays() | phintuka | |
2009-10-20 | Splitted decode_presentation_segment() | phintuka | |
2009-10-20 | Fixed memory leaks (RLE data) | phintuka | |
2009-10-20 | Cosmetics: moved list handling code up. Removed deprecated code. | phintuka | |
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-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-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-08-25 | Fixed selecting HDMV SPU track | phintuka | |