Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-19 | Flush mpeg-ts demuxer caches when entering mpeg-pes mode | phintuka | |
2010-02-19 | Cosmetics and minor buffer size check updates | phintuka | |
2010-02-16 | Drop broken PES packets | phintuka | |
2010-02-16 | Parse video DTS | phintuka | |
2010-02-15 | Attach PTS only to the first fragment of PES packet. | phintuka | |
Removed duplicate storage for PTS. | |||
2010-02-15 | check for ts_data in ts_data_reset_audio() | phintuka | |
2010-02-14 | Aded support for still mode and trick speed to get_option() | phintuka | |
2010-02-14 | Assed still mode | phintuka | |
2010-02-06 | Build PCM plugin by default only for xine-lib <= 1.1.17 | phintuka | |
2010-01-30 | Store PTS of last displayed video frame in xvdr_metronom | phintuka | |
2010-01-26 | Fixed frame duration for I-frames-only trick speed modes | phintuka | |
2010-01-26 | Initial import | phintuka | |
2010-01-22 | Added ts_data_reset_audio() | phintuka | |
2010-01-17 | Trickspeed pts handling | phintuka | |
2010-01-17 | Fixed off_t size in 32-bit systems | phintuka | |
2010-01-17 | Convert masks to bool | phintuka | |
2010-01-10 | Removed (broken?) PREVIEW/HEADER stuff | phintuka | |
2010-01-10 | parse_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-09 | Do not reset decoder_flags when setting BUF_FLAG_FRAME_END | phintuka | |
2010-01-07 | Added BluRay PCM plugin | phintuka | |
2010-01-07 | Changed default libbluray location | phintuka | |
Added -Wall | |||
2010-01-07 | Made libbluray dir and plugin selections configurable from make command line | phintuka | |
Added check for libbluray Added check for xine-lib 1.1.17 | |||
2010-01-07 | Moved targets section to new location | phintuka | |
2010-01-07 | Added 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-06 | Join multiple chunks before passing to audio out | phintuka | |
(data is lost if PCM frames are splitted in the middle) | |||
2010-01-06 | Use local variable for buffer size | phintuka | |
2010-01-05 | Ignore unsupported BluRay SPU streams (interactive (0x91) and text (0x92)) | phintuka | |
2010-01-05 | Demux BluRay PCM audio | phintuka | |
2010-01-05 | Cosmetics | phintuka | |
2010-01-05 | Decode BluRay PCM header | phintuka | |
2010-01-05 | Added some debug logging | phintuka | |
2010-01-04 | Changed identity and increased priority | phintuka | |
2010-01-04 | Build externally | phintuka | |
2010-01-04 | Initial import: xine-lib lpcm decoder | phintuka | |
rev. 9854:65cfe7575e18 (Mon Nov 30 21:24:21 2009 +0000) | |||
2009-12-29 | Fixed MAX() | phintuka | |
2009-12-29 | get_optional_data(): Fixed segfault when data pointer is NULL | phintuka | |
(Thanks to Julian Scheel) | |||
2009-12-27 | Fixed compile-time warning (x32) | phintuka | |
2009-12-27 | Use segbuf_segment_type() | phintuka | |
2009-12-27 | Use enum for segment types | phintuka | |
2009-12-27 | Removed unused segbuf_get_string() | phintuka | |
2009-12-27 | Merge 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-26 | Merged r 9854 from xine-lib HG | phintuka | |
2009-11-30 | Fixed title selection. bd_select_title() expects clip id, not title number. | phintuka | |
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 | |