summaryrefslogtreecommitdiff
path: root/src/libspudec
AgeCommit message (Collapse)Author
2002-07-23don't always check these assertions, becauseMichael Roitzsch
- libdvdread already checks them - at least one (really broken) dvd I have here doesn't like them CVS patchset: 2342 CVS date: 2002/07/23 10:03:23
2002-07-20don't be too rude with bad dvds:Michael Roitzsch
don't abort on broken spu control sequences, skip them instead CVS patchset: 2328 CVS date: 2002/07/20 16:28:14
2002-07-19fix some menu highlights not disappearing on menu leaveMichael Roitzsch
CVS patchset: 2320 CVS date: 2002/07/19 17:16:39
2002-07-06whoops, spelling errorMichael Roitzsch
CVS patchset: 2222 CVS date: 2002/07/06 16:38:30
2002-07-06Button areas in the nav packets are in screen coordinated.Michael Roitzsch
Overlay clipping areas are in overlay coordinates. Therefore, up to now, the menu highlight positions were only correct, when the menu subpicture started at (0,0) on screen. Although this seems to be common, it is not necessarily true and I have dvds here, for which it is not. The fix is easy: Correctly convert the button areas to clipping areas by subtracting the subpictures display offset. CVS patchset: 2221 CVS date: 2002/07/06 16:36:43
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
CVS patchset: 2214 CVS date: 2002/07/05 17:31:59
2002-06-23Let cvs ignore a lot of files that are built.Dennis Björklund
CVS patchset: 2138 CVS date: 2002/06/23 16:18:44
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
Internationalize all config related stuff. Fix not registered mrl ending in roq/film demuxer. Add bindtextdomain() calls in load_plugins (for audio/video out plugins). CVS patchset: 2066 CVS date: 2002/06/12 12:22:25
2002-05-25patch from Michael Roitzsch:Siggi Langauf
increased interface version numbers, to reflect the xine_t change CVS patchset: 1939 CVS date: 2002/05/25 19:19:16
2002-05-01big cleanup on plugin dispose handling, small improvements on version ↵Guenter Bartsch
handling for decoder plugins CVS patchset: 1824 CVS date: 2002/05/01 19:42:56
2002-04-25Add some debug.James Courtier-Dutton
CVS patchset: 1775 CVS date: 2002/04/25 12:55:47
2002-04-24Some more adjustments to make dvd menus work better.James Courtier-Dutton
CVS patchset: 1774 CVS date: 2002/04/24 20:26:06
2002-04-24Some further improvements to dvd menu buttons.James Courtier-Dutton
CVS patchset: 1773 CVS date: 2002/04/24 13:42:17
2002-04-23Add support for forced buttons due to nav pci fosl control.James Courtier-Dutton
CVS patchset: 1771 CVS date: 2002/04/23 23:46:23
2002-04-23Minor bug fix.James Courtier-Dutton
Apparently transparent SPUs are still needed, in case buttons go on them. CVS patchset: 1770 CVS date: 2002/04/23 22:42:17
2002-04-23Small improvement to menu highlights.James Courtier-Dutton
Once a menu has been activated, it will not move until the next menu appears. CVS patchset: 1769 CVS date: 2002/04/23 21:48:06
2002-04-23Moving more highlight handling to libspudec.James Courtier-Dutton
Remove some highlight code from xine-dvdnav. CVS patchset: 1768 CVS date: 2002/04/23 20:27:31
2002-04-23Increment audio/video/spu decoder and input plugin API version numberEwald Snel
- update dxr3 and xvid plugins to new interface (add dispose() functions) CVS patchset: 1766 CVS date: 2002/04/23 15:45:19
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
- add dispose() function to all decoder plugin structures CVS patchset: 1763 CVS date: 2002/04/23 13:30:42
2002-04-20Fix for unresolved symbols in pluginsEwald Snel
CVS patchset: 1745 CVS date: 2002/04/20 14:02:45
2002-04-09patch to fix libsputext on seeks by Zoltán BöszörményiMiguel Freitas
CVS patchset: 1703 CVS date: 2002/04/09 13:53:52
2002-04-09Introducing steps towards a menu api in video_overlay.cJames Courtier-Dutton
First step here is make libspudec use different calls to video_overlay than osd, so changes can be made to menu handling without effecting osd too much. CVS patchset: 1702 CVS date: 2002/04/09 13:20:43
2002-04-06Cleaning up libspudecJames Courtier-Dutton
CVS patchset: 1687 CVS date: 2002/04/06 15:40:19
2002-03-31Set all pts variabled to int64_t.James Courtier-Dutton
CVS patchset: 1651 CVS date: 2002/03/31 20:38:40
2002-03-25Re-organised libspudec to hopefully make it more readable.James Courtier-Dutton
CVS patchset: 1632 CVS date: 2002/03/25 13:57:25
2002-03-24Get rid of GLOBAL_CFLAGS, use CFLAGS instead. Note: maybe things are brokenDaniel Caujolle-Bert
now, so check and report, thanks. CVS patchset: 1629 CVS date: 2002/03/24 23:31:56
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ↵Guenter Bartsch
updated at this point). demux_qt can handle compressed audio, but is still unfinished. Yes, this _is_ the big metronom update, metronom now depends on disc_off information in discontinuities. CVS patchset: 1554 CVS date: 2002/03/11 12:31:24
2002-02-25xine now compiles ok with the dxr3 em8300 ver 0.12.0 ,but dxr3 does not ↵James Courtier-Dutton
actually work yet. CVS patchset: 1519 CVS date: 2002/02/25 23:44:05
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
- pts are 64 bit now - scr and video_out-loop run all the time - video_out cleanups - metronom cleanups - buffer type BUF_CONTROL_DISCONTINUITY is used internally now, input plugins should no longer send this one - support for individual frame durations - using nano-/usleep instead of itimer (simpler code, maybe this will help freebsd) CVS patchset: 1487 CVS date: 2002/02/09 07:13:22
2002-01-15Beginning of overlay highlights correction work.James Courtier-Dutton
XV colours look good, XShm colours do not. CVS patchset: 1411 CVS date: 2002/01/15 20:22:43
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