summaryrefslogtreecommitdiff
path: root/src/libspudec
AgeCommit message (Collapse)Author
2002-01-06Hide menu overlays between menus.James Courtier-Dutton
CVS patchset: 1359 CVS date: 2002/01/06 19:48:16
2002-01-06Menu button events now filtered based on PTS comparison.James Courtier-Dutton
One must remember to put PTS values (different from VPTS) in SPU_SHOW events. CVS patchset: 1358 CVS date: 2002/01/06 19:18:27
2002-01-06Change to BUTTON EVENT api so that the button number is also passed.James Courtier-Dutton
CVS patchset: 1356 CVS date: 2002/01/06 18:27:47
2002-01-05NAV packets not provide input to SPU clut,trans and clip info all in libspudec.James Courtier-Dutton
Still need a communication between libspudec and dvdnav for button numbers. CVS patchset: 1342 CVS date: 2002/01/05 21:29:37
2002-01-05Fix NAV packet demux.James Courtier-Dutton
CVS patchset: 1340 CVS date: 2002/01/05 18:14:27
2002-01-05XV_DOUBLE_BUFFER support, missing header on libspudec makefileMiguel Freitas
CVS patchset: 1339 CVS date: 2002/01/05 13:49:30
2002-01-05Added PTS values in button events.James Courtier-Dutton
The PTS value will be used to match it with the correct SPU. CVS patchset: 1337 CVS date: 2002/01/05 10:31:31
2002-01-04Handle forced display better.James Courtier-Dutton
CVS patchset: 1336 CVS date: 2002/01/04 23:20:30
2002-01-04NAV packets now reach libspudec.James Courtier-Dutton
Nothing done with them yet. CVS patchset: 1331 CVS date: 2002/01/04 00:23:06
2002-01-03Starting to add NAV packet processing.James Courtier-Dutton
CVS patchset: 1330 CVS date: 2002/01/03 23:56:44
2001-12-12Removed test code.James Courtier-Dutton
SPU stream ids other than 0 should now work. CVS patchset: 1227 CVS date: 2001/12/12 15:05:37
2001-12-09fix vpts calculation inside "discontinuity window"Miguel Freitas
CVS patchset: 1190 CVS date: 2001/12/09 17:10:12
2001-12-01add avi subtitle decoder (based on mplayer code), minor cleanups, removed ↵Guenter Bartsch
register_empty function from configfile (undocumented and doesn't make sense) CVS patchset: 1153 CVS date: 2001/12/01 22:38:31
2001-11-30SPU CLUT from new dvdnav fixed.James Courtier-Dutton
CVS patchset: 1146 CVS date: 2001/11/30 20:35:48
2001-11-30More updates for menus.James Courtier-Dutton
CVS patchset: 1145 CVS date: 2001/11/30 19:31:55
2001-11-30Improve button highlights.James Courtier-Dutton
CVS patchset: 1144 CVS date: 2001/11/30 17:35:32
2001-11-30Fix a seg fault in hide_menu event.James Courtier-Dutton
CVS patchset: 1143 CVS date: 2001/11/30 16:19:58
2001-11-30Minor fixes.James Courtier-Dutton
CVS patchset: 1142 CVS date: 2001/11/30 15:39:55
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
First draft of compat.h (almost empty for now). CVS patchset: 1139 CVS date: 2001/11/30 00:53:50
2001-11-28* OSD (On Screen Display) for rendering text and graphics into overlaysMiguel Freitas
* reworked spu and overlay manager (multiple overlays supported) CVS patchset: 1126 CVS date: 2001/11/28 22:19:10
2001-11-26switching off spu debug outputGuenter Bartsch
CVS patchset: 1118 CVS date: 2001/11/26 20:02:33
2001-11-20avoid segfault if rle is nullMiguel Freitas
CVS patchset: 1085 CVS date: 2001/11/20 03:43:18
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
CVS patchset: 1064 CVS date: 2001/11/18 03:53:23
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
acceleration?). Merge xine-utils header files to a new one "xineutils.h". Update xine-lib C/headers to reflect those changes. dxr3 headers are no more installed ine $includdir, but $includdir/xine. CVS patchset: 1054 CVS date: 2001/11/17 14:26:36
2001-11-15improved audio/spu channel selection, let the user take control over both if ↵Guenter Bartsch
he/she wants to CVS patchset: 1047 CVS date: 2001/11/15 23:18:04
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out ↵Guenter Bartsch
buffer and thread CVS patchset: 1010 CVS date: 2001/11/10 13:48:02
2001-10-26A few more fixesJames Courtier-Dutton
CVS patchset: 890 CVS date: 2001/10/26 20:18:54
2001-10-26More malloc fixes. Only one more to find.James Courtier-Dutton
CVS patchset: 889 CVS date: 2001/10/26 15:49:15
2001-10-26Inserted a FIXME.James Courtier-Dutton
CVS patchset: 888 CVS date: 2001/10/26 15:10:54
2001-10-26Fixes some subtitle crashes.James Courtier-Dutton
Still more theoritical fixes need doing, but I cannot get libspudec to crash any more. CVS patchset: 887 CVS date: 2001/10/26 13:39:21
2001-10-26Added some debug commands, trying to track malloc segfaults.James Courtier-Dutton
CVS patchset: 886 CVS date: 2001/10/26 11:21:08
2001-10-25Fixed two crash cause with overlay pointer freeing.Daniel Caujolle-Bert
CVS patchset: 884 CVS date: 2001/10/25 10:05:43
2001-10-24fix segfaultMiguel Freitas
(freeing uninitialized rle data) CVS patchset: 880 CVS date: 2001/10/24 21:50:51
2001-10-24removing remainging recursive dynamic lib linkingGuenter Bartsch
CVS patchset: 875 CVS date: 2001/10/24 13:45:27
2001-10-23Changed debug printf to xprintf.James Courtier-Dutton
Added a comment in load_plugins. CVS patchset: 871 CVS date: 2001/10/23 21:51:11
2001-10-23Plug some memory leaks.James Courtier-Dutton
Hopefull that is all of them. CVS patchset: 864 CVS date: 2001/10/23 10:49:22
2001-10-23discover clut reenabledMiguel Freitas
CVS patchset: 863 CVS date: 2001/10/23 00:50:47
2001-10-22Fixed libxineutils linking.Daniel Caujolle-Bert
CVS patchset: 859 CVS date: 2001/10/22 21:34:54
2001-10-22Fixed Menu button colours.James Courtier-Dutton
CVS patchset: 856 CVS date: 2001/10/22 14:56:29
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
CVS patchset: 852 CVS date: 2001/10/22 00:52:09
2001-10-21Some minor changes.James Courtier-Dutton
DVDs only have 8 audio streams. CVS patchset: 849 CVS date: 2001/10/21 15:04:13
2001-10-21Implement support for auto display of Menus.James Courtier-Dutton
CVS patchset: 847 CVS date: 2001/10/21 12:09:06
2001-10-20Decide which stream to use in libspudec instead of video_decoder.cJames Courtier-Dutton
Add support for hiding menus. CVS patchset: 843 CVS date: 2001/10/20 20:13:08
2001-10-20A reorganisation of libspudec, so we can support OSD and have better menu ↵James Courtier-Dutton
support. Work still needs to be done on it and some xine-lib api changes. CVS patchset: 841 CVS date: 2001/10/20 17:51:58
2001-10-20big event cleanup: one single mechanism is now used for all communications ↵Guenter Bartsch
between gui, plugins and the xine engine; code cleanup CVS patchset: 837 CVS date: 2001/10/20 02:01:51
2001-10-18Slight re-ordering to make sure that input plugins can register event listenersRich J Wareham
CVS patchset: 830 CVS date: 2001/10/18 14:42:59
2001-10-09overlay clut colorspace conversionMiguel Freitas
CVS patchset: 783 CVS date: 2001/10/09 22:20:11
2001-10-05fix from Koo kyoseon to change subtitle colors together with spu channelMiguel Freitas
CVS patchset: 736 CVS date: 2001/10/05 11:10:00
2001-10-04hopefully fix problems detecting some subtitle colorsMiguel Freitas
(i forgot these breaks at the original code) CVS patchset: 734 CVS date: 2001/10/04 23:22:21
2001-09-27discover the colors used by the subtitlesMiguel Freitas
and assign a "readable" pallete to them CVS patchset: 701 CVS date: 2001/09/27 02:11:16