Age | Commit message (Expand) | Author |
2007-03-10 | Use xineplug_LTLIBRARIES rather than lib_LTLIBRARIES so there's no need to re... | Diego 'Flameeyes' Pettenò |
2007-03-09 | Use OSS 3.0 API, and retain compatibility with older versions. Patch by Alber... | Diego 'Flameeyes' Pettenò |
2007-03-09 | Properly pass XV_CFLAGS where needed. Patch by Albert Lee. | Diego 'Flameeyes' Pettenò |
2007-03-09 | Fix X11 linkage for pgx modules. Patch by Albert Lee. | Diego 'Flameeyes' Pettenò |
2007-03-09 | Declare sysi86() function only if it's not declared already. Patch by Albert ... | Diego 'Flameeyes' Pettenò |
2007-03-09 | Test presence of alloca.h and include it if present; suggested by a patch fro... | Diego 'Flameeyes' Pettenò |
2007-03-04 | - commit documentation, and header changes for the relicensing of the | Bastien Nocera |
2007-03-03 | Fix a build error, introduced in the previous commit, which bites when building | Darren Salt |
2007-03-03 | Free the FreeType object when freeing the OSD object, should solve a possible... | Diego 'Flameeyes' Pettenò |
2007-03-03 | Instead of using a padding of arbitrary 32-bits by hand, use memset with the ... | Diego 'Flameeyes' Pettenò |
2007-03-03 | Reduce priority of aac demuxer, so that it doesn't crash when playing online ... | Diego 'Flameeyes' Pettenò |
2007-03-03 | Add two extra functions (inline as they are just a return statement) that che... | Diego 'Flameeyes' Pettenò |
2007-03-03 | Add a function to parse a generic ID3v2 tag, and make both demux_aac and demu... | Diego 'Flameeyes' Pettenò |
2007-03-03 | Instead of blindly ignoring the ID3v2 tags, try to parse them. The switch blo... | Diego 'Flameeyes' Pettenò |
2007-03-03 | Use LOG_MODULE in the log messages, so that during copy and paste I don't end... | Diego 'Flameeyes' Pettenò |
2007-03-02 | Simplify a lot the code for ID3v2 skip. | Diego 'Flameeyes' Pettenò |
2007-03-02 | Fixed content type detection for AAC (seekable) streams with ID3v2 tags prefi... | Diego 'Flameeyes' Pettenò |
2007-02-26 | Fix a possible crash in the eq2 plugin. | Darren Salt |
2007-02-25 | alsa patches from Julian Scheel and Matthias Kretz | Miguel Freitas |
2007-02-25 | Fix race condition in alsa audio out driver. | Miguel Freitas |
2007-02-25 | Remove unused variable. | Diego 'Flameeyes' Pettenò |
2007-02-25 | Remove unused code. | Diego 'Flameeyes' Pettenò |
2007-02-25 | Instead of __unused, use __attr_unused, to avoid possible collisions with oth... | Diego 'Flameeyes' Pettenò |
2007-02-25 | Cleanup unused variables. | Diego 'Flameeyes' Pettenò |
2007-02-25 | Remove a pointless else clause. | Diego 'Flameeyes' Pettenò |
2007-02-25 | Use a bitmask, and ensure that the values reported by wavpack for bits_per_sa... | Diego 'Flameeyes' Pettenò |
2007-02-25 | Instead of replicating it over and over, define __unused in attributes.h so t... | Diego 'Flameeyes' Pettenò |
2007-02-22 | This one should have been with the previous commit. | Diego 'Flameeyes' Pettenò |
2007-02-22 | Revert the const mark on xine_config_register_enum, as that breaks C++ fronte... | Diego 'Flameeyes' Pettenò |
2007-02-21 | Declare vcdinfo_get_seg_resolution function in vcdplayer.c where it is used, ... | Diego 'Flameeyes' Pettenò |
2007-02-21 | Make -Wl,-z,defs an opt-in ldflag, if available. The $(xineplug_ldflags) vari... | Diego 'Flameeyes' Pettenò |
2007-02-20 | Revert, got the wrong warning line. | Diego 'Flameeyes' Pettenò |
2007-02-20 | const++ | Diego 'Flameeyes' Pettenò |
2007-02-20 | Avoid casts as they are now unnecessary. | Diego 'Flameeyes' Pettenò |
2007-02-20 | Remove the cast as register_enum now accept consts. | Diego 'Flameeyes' Pettenò |
2007-02-20 | Make cc_schemes a static const array, rather than an exported one. | Diego 'Flameeyes' Pettenò |
2007-02-20 | Mark a fwe arrays static and avoid casts that are not needed. | Diego 'Flameeyes' Pettenò |
2007-02-20 | Make deinterlace_methods a static constant rather than an extern, as it's jus... | Diego 'Flameeyes' Pettenò |
2007-02-20 | Again changes so to accept the strict case (constants). | Diego 'Flameeyes' Pettenò |
2007-02-20 | const++ | Diego 'Flameeyes' Pettenò |
2007-02-20 | Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64"). | Diego 'Flameeyes' Pettenò |
2007-02-20 | Mark speaker arrangement array constant. | Diego 'Flameeyes' Pettenò |
2007-02-20 | Reduce warnings to one, that seems to be caused by GCC counting compatibility... | Diego 'Flameeyes' Pettenò |
2007-02-19 | Make the enum functions accept the strict parameter, const char* array rather... | Diego 'Flameeyes' Pettenò |
2007-02-19 | Fix the example to actually use an existing function. | Diego 'Flameeyes' Pettenò |
2007-02-19 | Fix building with LOG enabled. | Diego 'Flameeyes' Pettenò |
2007-02-19 | Fix warning about incompatible pointer type. | Diego 'Flameeyes' Pettenò |
2007-02-19 | Fix building with LOG enabled by changing an the Xlib constant XvPacked into ... | Diego 'Flameeyes' Pettenò |
2007-02-17 | fix ffmpeg includes for sparc, see | Reinhard Tartler |
2007-02-15 | Properly repaint the whole surface during expose events. Patch by Christoph P... | Diego 'Flameeyes' Pettenò |