summaryrefslogtreecommitdiff
path: root/src/libspucc
AgeCommit message (Expand)Author
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ò
2007-06-09Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.Darren Salt
2007-05-17Convert character constants to hex values for redability in UTF-8 terminals.Darren Salt
2007-04-08Mark various private arrays, structs & fn parameters as static and/or const.Darren Salt
2007-04-06Use xineplug_LTLIBRARIES wherever possible.Diego 'Flameeyes' Pettenò
2007-04-04Rename xine_decoder.c to xine_cc_decoder.c.Diego 'Flameeyes' Pettenò
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-02-20Make cc_schemes a static const array, rather than an exported one.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-17Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi...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-09-25move alphablend to coreMiguel Freitas
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
2004-05-05cleanup CC decoder config entries: move them to the class contextMichael Roitzsch
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
2003-12-14API version bounceSiggi Langauf
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-03fix font encoding of closed captions (needs to be latin1, instead of ASCII)Christian Vogler
2003-10-23I should have seen this coming...Michael Roitzsch
2003-09-18Generating codepages with more than 256 characters (max. 16-bit).František Dvořák
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-05-06This is some general Win32 cleanup and getting ready for DVD support.Tim Champagne
2003-05-03as announced on xine-devel:Michael Roitzsch
2003-03-26- font encoding cleanup patch by Frantisek DvorakMiguel Freitas
2003-03-08first step towards fixing the DVD menu highlighting problemsMichael Roitzsch
2002-12-26- cleanup internal interfaces for rewiringMiguel Freitas
2002-12-22Make xine-lib compile with the SunPro compilerRobin KAY
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-09- remove unneeded event listener thread, the real deadlock has already been f...Michael Roitzsch
2002-12-09fix CC-decoding related deadlocksChristian Vogler
2002-12-08wrong event unpackingMichael Roitzsch
2002-12-06bring the closed caption decoder backMichael Roitzsch
2002-11-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-05make all the plugin init functions staticMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-06-23Let cvs ignore a lot of files that are built.Dennis Björklund
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
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-27add closed caption buffer type, so the CC decoder is not discardedChristian Vogler
2002-04-27Add function to unregister configfile callback.Christian Vogler