summaryrefslogtreecommitdiff
path: root/xine/BluRay
AgeCommit message (Collapse)Author
2010-02-14This commit was manufactured by cvs2svn to create branch 'branch-1_o_x'.branch-1_o_xcvs2svn
2010-02-06Build PCM plugin by default only for xine-lib <= 1.1.17phintuka
2010-01-17Fixed off_t size in 32-bit systemsphintuka
2010-01-10Removed (broken?) PREVIEW/HEADER stuffphintuka
2010-01-10parse_pmt: Inform audio decoder about each audio track type in right order.phintuka
(fixes missing audio tracks when there are multiple tracks of different type, and those won't appear in order in ts file)
2010-01-09Do not reset decoder_flags when setting BUF_FLAG_FRAME_ENDphintuka
2010-01-07Added BluRay PCM pluginphintuka
2010-01-07Changed default libbluray locationphintuka
Added -Wall
2010-01-07Made libbluray dir and plugin selections configurable from make command linephintuka
Added check for libbluray Added check for xine-lib 1.1.17
2010-01-07Moved targets section to new locationphintuka
2010-01-07Added options to select which plugins to build and install.phintuka
Disabled SPU plugin for xine-lib 1.1.17+ by default (plugin is included in xine-lib 1.1.17)
2010-01-06Join multiple chunks before passing to audio outphintuka
(data is lost if PCM frames are splitted in the middle)
2010-01-06Use local variable for buffer sizephintuka
2010-01-05Ignore unsupported BluRay SPU streams (interactive (0x91) and text (0x92))phintuka
2010-01-05Demux BluRay PCM audiophintuka
2010-01-05Cosmeticsphintuka
2010-01-05Decode BluRay PCM headerphintuka
2010-01-05Added some debug loggingphintuka
2010-01-04Changed identity and increased priorityphintuka
2010-01-04Build externallyphintuka
2010-01-04Initial import: xine-lib lpcm decoderphintuka
rev. 9854:65cfe7575e18 (Mon Nov 30 21:24:21 2009 +0000)
2009-12-29Fixed MAX()phintuka
2009-12-29get_optional_data(): Fixed segfault when data pointer is NULLphintuka
(Thanks to Julian Scheel)
2009-12-27Fixed compile-time warning (x32)phintuka
2009-12-27Use segbuf_segment_type()phintuka
2009-12-27Use enum for segment typesphintuka
2009-12-27Removed unused segbuf_get_string()phintuka
2009-12-27Merge from xine-lib hg:phintuka
changeset: 9864:777040fe2170 user: Darren Salt <linux@youmustbejoking.demon.co.uk> date: Thu Dec 03 15:21:19 2009 +0000 summary: Use unsigned int, not uint. Fix up format strings where (uint)size_t was used. changeset: 9863:0b993968987f user: Carlo Bramini <carlo.bramix@libero.it> date: Thu Dec 03 13:03:56 2009 +0100 summary: Compile error in xine_hdmv_decoder.c on mingw+msys: ERROR is a reserved macro.
2009-12-26Merged r 9854 from xine-lib HGphintuka
2009-11-30Fixed title selection. bd_select_title() expects clip id, not title number.phintuka
2009-11-30Added stream meta infosphintuka
2009-11-30Splitted open_title() from bluray_plugin_open()phintuka
2009-11-30Added chapter to mrlphintuka
bluray:/[mountpoint]/TITLE.CHAPTER
2009-11-29Added new audio stream typesphintuka
2009-11-28Require navigation dataphintuka
2009-11-28Added #define PKT_SIZE, TICKS_IN_MSphintuka
2009-11-28Store disc root in instance dataphintuka
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