summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-03Add two extra functions (inline as they are just a return statement) that che...Diego 'Flameeyes' Pettenò
2007-03-03Add a function to parse a generic ID3v2 tag, and make both demux_aac and demu...Diego 'Flameeyes' Pettenò
2007-03-03Instead of blindly ignoring the ID3v2 tags, try to parse them. The switch blo...Diego 'Flameeyes' Pettenò
2007-03-03Use LOG_MODULE in the log messages, so that during copy and paste I don't end...Diego 'Flameeyes' Pettenò
2007-03-02Simplify a lot the code for ID3v2 skip.Diego 'Flameeyes' Pettenò
2007-03-02Fixed content type detection for AAC (seekable) streams with ID3v2 tags prefi...Diego 'Flameeyes' Pettenò
2007-02-26Fix a possible crash in the eq2 plugin.Darren Salt
2007-02-25alsa patches from Julian Scheel and Matthias KretzMiguel Freitas
2007-02-25Fix race condition in alsa audio out driver.Miguel Freitas
2007-02-25Remove unused variable.Diego 'Flameeyes' Pettenò
2007-02-25Remove unused code.Diego 'Flameeyes' Pettenò
2007-02-25Instead of __unused, use __attr_unused, to avoid possible collisions with oth...Diego 'Flameeyes' Pettenò
2007-02-25Cleanup unused variables.Diego 'Flameeyes' Pettenò
2007-02-25Remove a pointless else clause.Diego 'Flameeyes' Pettenò
2007-02-25Use a bitmask, and ensure that the values reported by wavpack for bits_per_sa...Diego 'Flameeyes' Pettenò
2007-02-25Instead of replicating it over and over, define __unused in attributes.h so t...Diego 'Flameeyes' Pettenò
2007-02-22This one should have been with the previous commit.Diego 'Flameeyes' Pettenò
2007-02-22Revert the const mark on xine_config_register_enum, as that breaks C++ fronte...Diego 'Flameeyes' Pettenò
2007-02-21Declare vcdinfo_get_seg_resolution function in vcdplayer.c where it is used, ...Diego 'Flameeyes' Pettenò
2007-02-21Make -Wl,-z,defs an opt-in ldflag, if available. The $(xineplug_ldflags) vari...Diego 'Flameeyes' Pettenò
2007-02-20Revert, got the wrong warning line.Diego 'Flameeyes' Pettenò
2007-02-20const++Diego 'Flameeyes' Pettenò
2007-02-20Avoid casts as they are now unnecessary.Diego 'Flameeyes' Pettenò
2007-02-20Remove the cast as register_enum now accept consts.Diego 'Flameeyes' Pettenò
2007-02-20Make cc_schemes a static const array, rather than an exported one.Diego 'Flameeyes' Pettenò
2007-02-20Mark a fwe arrays static and avoid casts that are not needed.Diego 'Flameeyes' Pettenò
2007-02-20Make deinterlace_methods a static constant rather than an extern, as it's jus...Diego 'Flameeyes' Pettenò
2007-02-20Again changes so to accept the strict case (constants).Diego 'Flameeyes' Pettenò
2007-02-20const++Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2007-02-20Mark speaker arrangement array constant.Diego 'Flameeyes' Pettenò
2007-02-20Reduce warnings to one, that seems to be caused by GCC counting compatibility...Diego 'Flameeyes' Pettenò
2007-02-19Make the enum functions accept the strict parameter, const char* array rather...Diego 'Flameeyes' Pettenò
2007-02-19Fix the checks for flags to avoid displaying the quotes, by using the proper ...Diego 'Flameeyes' Pettenò
2007-02-19Fix the example to actually use an existing function.Diego 'Flameeyes' Pettenò
2007-02-19Fix building with LOG enabled.Diego 'Flameeyes' Pettenò
2007-02-19Remove some functions that are no more defined.Diego 'Flameeyes' Pettenò
2007-02-19Fix warning about incompatible pointer type.Diego 'Flameeyes' Pettenò
2007-02-19Fix building with LOG enabled by changing an the Xlib constant XvPacked into ...Diego 'Flameeyes' Pettenò
2007-02-18Don't disable stack-alignment anymore, as discussed in private mail with Migu...Reinhard Tartler
2007-02-17fix ffmpeg includes for sparc, seeReinhard Tartler
2007-02-15Properly repaint the whole surface during expose events. Patch by Christoph P...Diego 'Flameeyes' Pettenò
2007-02-15Commit the XCB output plugins by Christoph Pfister after testing on Gentoo pa...Diego 'Flameeyes' Pettenò
2007-02-13Small additionPhilipp Hahn
2007-02-09Fix srcdir != builddir builds.Diego 'Flameeyes' Pettenò
2007-02-08Remove any possibility of strcpy/sprintf overflows wrt front ends requestingDarren Salt
2007-02-08Add a little documentation for XINE_LANG_MAX.Darren Salt
2007-02-06Regen.Diego 'Flameeyes' Pettenò
2007-02-04Generate a MIME type list for use in front ends' .desktop files etc.Darren Salt
2007-02-03Broken MIME type.Darren Salt