summaryrefslogtreecommitdiff
path: root/src/dxr3/dxr3_decode_spu.c
AgeCommit message (Expand)Author
2011-10-03Prefix open_cloexec() and create_cloexec() with xine_, and add new xine_socke...Chris Rankin
2011-10-01Add CLOEXEC flag to DXR3 plugin's descriptors.Chris Rankin
2010-03-10Make buildable with current (external) libdvdnav & libdvdread.Darren Salt
2010-02-12DXR3 compatibility fix for newer versions of the em8300 driver.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-18Misc warnings fixes.Diego 'Flameeyes' Pettenò
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2005-11-28*BUGFIX*František Dvořák
2004-10-08fix a long-standing DXR3 DVD problem: forced subtitles were not handled corre...Michael Roitzsch
2004-08-19check for NAV updates earlier and thus more often;Michael Roitzsch
2004-07-20small DXR3 code cleanup:Michael Roitzsch
2004-07-11- Fix build with inline functions on GCC 3.4.0Bastien Nocera
2004-06-21removing unused SPU_DVD_SUBTYPE_SUBP_CONTROL and the stream_filter stuffMichael Roitzsch
2004-04-10improving config help stringsMichael Roitzsch
2004-03-31poor-man's version of handling NAV presentation timestampsMichael Roitzsch
2003-12-14API version bounceSiggi Langauf
2003-12-08no menu button does not need abort()ingMichael Roitzsch
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-26lprintf cleanup, pass I.Daniel Caujolle-Bert
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-08-05- adapt dxr3 code to new float aspects, use separate pan&scan flagging toMichael Roitzsch
2003-05-03as announced on xine-devel:Michael Roitzsch
2003-04-30* include nav_read.c for builds with included libdvdnavMichael Roitzsch
2003-03-08first step towards fixing the DVD menu highlighting problemsMichael Roitzsch
2003-03-07I mixed up #ifdef and #ifMichael Roitzsch
2003-02-25this is unneeded, got_spu_packet always returns a vptsMichael Roitzsch
2003-01-13non-dxr3-users should not see the dxr3 config tabMichael Roitzsch
2003-01-02make Carsten happy: remove pending SPUs on disposeMichael Roitzsch
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-11-21bring dxr3 spu decoder up to the latest interfaceMichael Roitzsch
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-15cleaning up spu types. now avi subtitles may be enabled again.Miguel Freitas
2002-10-26forgot to copy the nav packetMichael Roitzsch
2002-10-26handle all events in the queue, not just the first oneMichael Roitzsch
2002-10-26bump up version numbers to actually use dxr3 pluginsMichael Roitzsch
2002-10-26- dxr3 adapted to new API (compiles, but untested)Michael Roitzsch
2002-09-27fix deadlock in concurrent access (dvd spus vs. osd overlays) on spuMichael Roitzsch
2002-09-18adapt dxr3 to spu decoder API changeMichael Roitzsch
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-05dxr3 adapted to new api, should at least compile nowMichael Roitzsch
2002-08-28fix some button areasMichael Roitzsch