Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-04 | Changelog header for the next release. | Darren Salt | |
2009-12-03 | Use unsigned int, not uint. Fix up format strings where (uint)size_t was used. | Darren Salt | |
2009-12-03 | Compile error in xine_hdmv_decoder.c on mingw+msys: ERROR is a reserved macro. | Carlo Bramini | |
TRACE and ERROR are now prefixed with XINE_HDMV_. | |||
2009-12-03 | Linkage error on minggw+msys when building demux_mpeg: libintl_printf is ↵ | Carlo Bramini | |
undefined. | |||
2009-12-02 | PNG optimisation. | Darren Salt | |
2009-12-01 | Release date... | Darren Salt | |
2009-12-01 | Added tag 1.1.17 for changeset ff764395a361 | Darren Salt | |
2009-12-01 | 1.1.17.1.1.17 | Darren Salt | |
2009-12-01 | Fork failure messages shouldn't be debug-only. | Darren Salt | |
2009-12-01 | Authors update. | Darren Salt | |
2009-12-01 | Adjust version tagging. | Darren Salt | |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt | |
2009-11-30 | Demux BluRay DTS and TrueHD audio streams | Petri Hintukainen | |
2009-11-28 | Fixed PMT parsing when PMT does not fit in single TS packet and PAT is in ↵ | Petri Hintukainen | |
the middle of PMT packets. Parsing PAT resets PMT buffer. If PMT does not fit to single TS packet and PAT packet is scheduled in middle of PMT packets, PMT is never parsed and TS demuxer falls to PID auto detection mode. This moves PMT buffer reset to the case where PMT PID changes and all PIDs are reset. [As far as I can see, worst regression can be invalid PMT sections when stream changes, new PMT pid equals to old one and demuxer is not reset(?), but this should be OK as PMT checksums are always checked.] | |||
2009-11-28 | Honour max. number of SPU tracks | Petri Hintukainen | |
2009-11-19 | Increase max number of audio and SPU tracks | Petri Hintukainen | |
2009-11-19 | Demux VC-1 video (stream type 0xea) | Petri Hintukainen | |
2009-11-08 | Fix playback of HTTP URLs with escaped characters (terminate the string). | Julian Scheel | |
2009-11-17 | VC1 support fixes | Petri Hintukainen | |
There are two tricks to make VC1 decoding work: 1) VC1 sequence and entry point headers must be present in context->extradata. 2) video width and height must be known when opening decoder. Some container formats store required extra data, but mpeg-ts does not. 1) is fixed by scanning the stream for headers and discarding all data until proper headers are found. 2) is fixed by re-opening decoder with width and height information from first open. | |||
2009-11-03 | Fixed buffer overflow. Removed scratch buffer from demux_mpeg_block_s. | Petri Hintukainen | |
2009-11-04 | Merge. | Darren Salt | |
2009-11-03 | Fixed timing of subtitles. | Petri Hintukainen | |
Splitted decode_presentation_segment() - Store presentation segments in decoder instance data. - Try to update overlays after every decoded object. | |||
2009-11-03 | show_overlays() → update_overlays() | Petri Hintukainen | |
2009-11-03 | Fixed memory leaks (RLE data) | Petri Hintukainen | |
2009-11-03 | Do not update overlay if all elements are unchanged | Petri Hintukainen | |
2009-11-03 | Copy palette only if all objects have been found; ERROR→TRACE in ↵ | Petri Hintukainen | |
show_overlay(). | |||
2009-11-03 | Moved struct declarations & list handling to beginning of the file. Cosmetics. | Petri Hintukainen | |
2009-11-01 | Use replacement rather than a *roff macro for xine-list-* (man page). | Darren Salt | |
This is intended to fix a lintian warning. | |||
2009-11-01 | Remove unknown macro ".l". | Darren Salt | |
This fixes two lintian warnings. | |||
2009-10-25 | Clarify MRL encoding requirements. | Darren Salt | |
2009-10-21 | Fixed a bug which prevented "dvb://" working with the default configuration. | Darren Salt | |
2009-10-15 | Make the XML lexer and parser re-entrant | Matt Kraai | |
2009-10-15 | Quick hack to prevent segfaulting at end-of-stream when this->context == NULL. | Darren Salt | |
2009-10-13 | profiler: use uint64_t & replace arrays with a struct | Carlo Bramini | |
MSVC complained about a memset to a const object and all "long long" variables that are GNU only. I fixed it by grouping the fields into a structure and now even GCC is more happy. | |||
2009-10-13 | #include guards and __attribute__ fixups | Carlo Bramini | |
2009-10-10 | Changelog entry for BluRay/HDMV support. | Darren Salt | |
2009-08-31 | Connect up the BluRay subtitles decoder. | Darren Salt | |
--HG-- rename : src/libspudvb/Makefile.am => src/libspuhdmv/Makefile.am | |||
2009-08-31 | BluRay subtitles decoder plugin | Petri Hintukainen | |
2009-08-31 | Fixed selecting HDMV SPU track | Petri Hintukainen | |
2009-08-31 | Demux HDMV/BluRay bitmap subtitles | Petri Hintukainen | |
2009-08-31 | added spu_type parameter to demux_send_special_spu_buf() | Petri Hintukainen | |
2009-08-31 | Fixed audio. HDMV uses PES stream 0xfd instead of 0xbd. | Petri Hintukainen | |
2009-08-31 | Support for BluRay/HDMV 192-byte TS packets | Petri Hintukainen | |
2009-08-31 | PKT_SIZE --> this->pkt_size (in selected places) | Petri Hintukainen | |
2009-08-31 | Cosmetics. Splitted detect_ts() from open_plugin(). | Petri Hintukainen | |
2009-08-31 | Add BluRay subtitle type. | Darren Salt | |
2009-10-10 | Extended Matroska demuxer | Nicos Gollan | |
This adds the following functionality: * Read segment title and uses that for display in a UI There is an issue when the file does not specify a segment title. It will then fall back to a generic "(No title)", since I could not find a way to retrieve the file name the player shows. * More implementation files Added: - demux_matroska.h - demux_matroska_chapters.h This breaks the OO-ish C visibility a bit, since there need to be public (i.e. non-static) interfaces between the units. * Chapter Handling I did a rough initial implementation of Matroska's "editions" system. The demuxer will parse all editions from the header, and for each edition the top level of chapters. This is not quite the full spec as Matroska intends, but it should work fine as long as there is only a single edition and all editions/chapters only reference only one (the first and only) segment in the stream, and are supposed to apply to all tracks therein. When the stream has chapters, the demuxer will now handle skip events from the player to jump between chapters. | |||
2009-10-10 | Don't use deprecated JACK API | Matěj Laitl | |
xine-lib jack audio output plugin still uses deprecated jack_client_new() function. This function has been superseded by jack_client_open(). New API has an advantage that jackd is allowed to alter name of the client in case of ambiguity. | |||
2009-10-10 | Fix parsing of ID3 tag content lengths. | Darren Salt | |
2009-10-10 | MOD reported zero-length workaround (avoids divide-by-0). | Darren Salt | |