Age | Commit message (Expand) | Author |
2008-12-28 | Merge from 1.1. | Darren Salt |
2008-09-17 | Mingw+MSys: NLS support, --enable-stdcall-fixup | Carlo Bramini |
2008-11-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák |
2008-07-04 | Update code style. | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2007-12-22 | Move all the SubPicture decoders together in the spu_dec directory. Remove su... | Diego 'Flameeyes' Pettenò |
2007-12-19 | Rename spu.c and spu.h to spudec.c and spudec.h to avoid confusing the two so... | Diego 'Flameeyes' Pettenò |
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version for SPU decoders. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use default_*_class_dispose macro whenever the class dispose function only ca... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all misc plugins to the new identifier/description interface. Add _() ... | Diego 'Flameeyes' Pettenò |
2007-11-10 | Merge from 1.1. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Merge FSF address changes from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-05-12 | More configure/Makefile cleanups | Matt Messier |
2007-05-11 | Another round of Makefile.am cleanups | Matt Messier |
2007-05-08 | RIP: AC_OPTIMIZATIONS | Matt Messier |
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt |
2007-04-04 | Rename xine_decoder.c to xine_spu_decoder.c. | Diego 'Flameeyes' Pettenò |
2007-04-03 | Rationalise use of .hgignore, removes a bunch of files that only ignored auto... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Migrate all .cvsignore files to .hgignore. | Diego 'Flameeyes' Pettenò |
2007-03-22 | Fix crosscompile to use build and host definition from autoconf, rather than ... | Diego 'Flameeyes' Pettenò |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2005-09-25 | move alphablend to core | Miguel Freitas |
2005-09-24 | better yet | Miguel Freitas |
2005-09-24 | fix bogus message | Miguel Freitas |
2005-09-24 | - rename all clip_top, clip_left, clip_color... to hili_xxxx. that | Miguel Freitas |
2005-08-25 | *BUGFIX* | František Dvořák |
2004-12-20 | remove all local names beginning with double underscore, because C99 | Michael Roitzsch |
2004-09-03 | * fixed LOG_DEBUG builds of spu.c (unresolved symbols) | Michael Roitzsch |
2004-08-19 | check for NAV updates earlier and thus more often; | Michael Roitzsch |
2004-08-19 | when looking for a PCI that matches the SPUs PTS, do not only check the | Michael Roitzsch |
2004-07-19 | we don't do any bounds checking when converting the SPU to a xine overlay, | Michael Roitzsch |
2004-07-14 | Moritz patch for matroska vobsub support | Miguel Freitas |
2004-06-26 | remove statement with no effect (state->cmd_ptr is already set to next_seq) | Michael Roitzsch |
2004-06-21 | removing unused SPU_DVD_SUBTYPE_SUBP_CONTROL and the stream_filter stuff | Michael Roitzsch |
2004-04-10 | disable debugging printf | Michael Roitzsch |
2004-04-09 | porting the rudimentary NAV timestamp handling from DXR3 SPU decoder makes | Michael Roitzsch |
2004-03-03 | use the _x_abort() macro instead of abort, since it prints some debug info | Michael Roitzsch |
2003-12-14 | API version bounce | Siggi Langauf |
2003-12-07 | get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac... | Daniel Caujolle-Bert |
2003-12-05 | cleanup 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-12 | better use saturation to convert an illegal button number to a legal one | Michael Roitzsch |
2003-11-09 | if we are trying to activate a menu with an invalid button, | Michael Roitzsch |
2003-10-23 | I should have seen this coming... | Michael Roitzsch |