Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-09 | Composition descriptor state is only two bits | Petri Hintukainen | |
2011-07-09 | Cosmetics: reordered functions | Petri Hintukainen | |
2011-07-09 | Killed warnings | Petri Hintukainen | |
2011-07-09 | Fixed hiding subtitles: composition descriptor state has nothing to do with ↵ | Petri Hintukainen | |
hide/show. Hide overlay when there are no objects to display. | |||
2011-07-08 | Improved standard compilance: Drop cached data at epoch start or acquistion ↵ | Petri Hintukainen | |
point, not at end of display set | |||
2010-05-14 | Implemented decoding of objects larger than 64kb | Petri Hintukainen | |
2010-05-14 | object id is uint16_t | Petri Hintukainen | |
2010-05-14 | cosmetics (removed tabs, ...) | Petri Hintukainen | |
removed unused code added enum for segment type added missing lf's to log strings | |||
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-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-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 | |