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