Age | Commit message (Expand) | Author |
2009-01-18 | Remove '#include "config.h"' from all public header files. | Darren Salt |
2009-01-17 | Avoid libtool running ldconfig (where not needed) at install time. | 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-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
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 |
2003-10-12 | thank god noone defined LOG_BUTTON | Michael Roitzsch |
2003-08-15 | - rename to overlay_manager | Michael Roitzsch |
2003-08-05 | not really needed, but as I implemented button groups in dxr3, why not doing | Michael Roitzsch |
2003-05-20 | public header cleanup: | Michael Roitzsch |
2003-05-14 | as announced on xine-devel, this is the big Makefile refactoring: | Michael Roitzsch |
2003-05-03 | as announced on xine-devel: | Michael Roitzsch |
2003-05-02 | there seem to be broken vobs out there. please do not abort. | Miguel Freitas |
2003-04-30 | * when NOT using a standalone libdvdnav, we do NOT have to link the whole | Michael Roitzsch |
2003-04-29 | Update from the libdvdnav project. | James Courtier-Dutton |
2003-04-01 | Fix race condition, where spudec_reset is called and then a button update arr... | James Courtier-Dutton |
2003-03-11 | Use path relative to "top_srcdir" to find headers, so that the build works | Juergen Keil |