summaryrefslogtreecommitdiff
path: root/src/libspudec/spu_decoder_api.h
AgeCommit message (Expand)Author
2003-03-08first step towards fixing the DVD menu highlighting problemsMichael Roitzsch
2003-02-17remove old FIXMEMichael Roitzsch
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-19spu and overlay cleanups, mostly cosmeticMiguel Freitas
2002-10-26increased spu decoder API version numberMichael Roitzsch
2002-10-24Further changes to DVD code.James Courtier-Dutton
2002-10-21Enable DVD SPU subtitles.James Courtier-Dutton
2002-10-17move open_plugin function (used to create new plugin instances) from the plug...Michael Roitzsch
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-09-19Update configure.in for new libdvdnav version.James Courtier-Dutton
2002-09-18why void *, it is a pci_t *Michael Roitzsch
2002-09-18Try to get xine-lib to compile.James Courtier-Dutton
2002-09-18Updating the DVD menu code to use better nav_pci information.James Courtier-Dutton
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-05-01big cleanup on plugin dispose handling, small improvements on version handlin...Guenter Bartsch
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
2002-04-09patch to fix libsputext on seeks by Zoltán BöszörményiMiguel Freitas
2002-04-06Cleaning up libspudecJames Courtier-Dutton
2002-03-31Set all pts variabled to int64_t.James Courtier-Dutton
2002-01-06Change to BUTTON EVENT api so that the button number is also passed.James Courtier-Dutton
2002-01-05Added PTS values in button events.James Courtier-Dutton
2001-11-30Minor fixes.James Courtier-Dutton
2001-10-20A reorganisation of libspudec, so we can support OSD and have better menu sup...James Courtier-Dutton
2001-10-20big event cleanup: one single mechanism is now used for all communications be...Guenter Bartsch
2001-08-17Add xine_seek() and friends.Daniel Caujolle-Bert
2001-08-16Forgot to commit: spudec_t is never used.Eduard Hasenleithner
2001-08-13major rewrite of the subpicture mechanism in order to support menus.Eduard Hasenleithner
2001-07-19First implementation of priorities for the decoder plugins:Eduard Hasenleithner
2001-07-18Added the metronom also to the spu decoder struct in order to makeEduard Hasenleithner
2001-07-04spu support updated (unfinished) from Jamesuid32519