summaryrefslogtreecommitdiff
path: root/src/libspudec
AgeCommit message (Expand)Author
2004-09-03* fixed LOG_DEBUG builds of spu.c (unresolved symbols)Michael Roitzsch
2004-08-19check for NAV updates earlier and thus more often;Michael Roitzsch
2004-08-19when looking for a PCI that matches the SPUs PTS, do not only check theMichael Roitzsch
2004-07-19we don't do any bounds checking when converting the SPU to a xine overlay,Michael Roitzsch
2004-07-14Moritz patch for matroska vobsub supportMiguel Freitas
2004-06-26remove statement with no effect (state->cmd_ptr is already set to next_seq)Michael Roitzsch
2004-06-21removing unused SPU_DVD_SUBTYPE_SUBP_CONTROL and the stream_filter stuffMichael Roitzsch
2004-04-10disable debugging printfMichael Roitzsch
2004-04-09porting the rudimentary NAV timestamp handling from DXR3 SPU decoder makesMichael Roitzsch
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2003-12-14API version bounceSiggi Langauf
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
2003-11-12better use saturation to convert an illegal button number to a legal oneMichael Roitzsch
2003-11-09if we are trying to activate a menu with an invalid button,Michael Roitzsch
2003-10-23I should have seen this coming...Michael Roitzsch
2003-10-12thank god noone defined LOG_BUTTONMichael Roitzsch
2003-08-15- rename to overlay_managerMichael Roitzsch
2003-08-05not really needed, but as I implemented button groups in dxr3, why not doingMichael Roitzsch
2003-05-20public header cleanup:Michael Roitzsch
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-05-03as announced on xine-devel:Michael Roitzsch
2003-05-02there seem to be broken vobs out there. please do not abort.Miguel Freitas
2003-04-30* when NOT using a standalone libdvdnav, we do NOT have to link the wholeMichael Roitzsch
2003-04-29Update from the libdvdnav project.James Courtier-Dutton
2003-04-01Fix race condition, where spudec_reset is called and then a button update arr...James Courtier-Dutton
2003-03-11Use path relative to "top_srcdir" to find headers, so that the build worksJuergen Keil
2003-03-08first step towards fixing the DVD menu highlighting problemsMichael Roitzsch
2003-03-06update nav_types.h to a modified version of nav_types.h from current libdvdreadMichael Roitzsch
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-20Michael's num_buttons patchSiggi Langauf
2003-02-17remove old FIXMEMichael Roitzsch
2003-02-12malloc.h is deprecated on FreeBSD and apparently unneeded on gnu/linuxHeiko Schaefer
2002-12-26- cleanup internal interfaces for rewiringMiguel Freitas
2002-12-21Fix memory leaksEwald Snel
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-11-26* remove what appears to be debug code messing up colors for some SPUsMichael Roitzsch
2002-11-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
2002-11-20the last patch moved the command parsing too far, forced_display is updatedMichael Roitzsch
2002-11-20this should fix the various overlay problems: we should not parse commands ofMichael Roitzsch
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-19Added some test code in, to help us with highlight problems with some DVDs.James Courtier-Dutton
2002-11-19spu and overlay cleanups, mostly cosmeticMiguel Freitas
2002-11-18the new metronom discontinuity handling allows for some cleanupMichael Roitzsch
2002-11-17cleanup: remove unused old event listener codeMichael Roitzsch
2002-11-15cleaning up spu types. now avi subtitles may be enabled again.Miguel Freitas
2002-11-01Add stricter checking.James Courtier-Dutton
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
2002-10-27less noiseMichael Roitzsch