Age | Commit message (Expand) | Author |
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 checks for flags to avoid displaying the quotes, by using the proper ... | 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 | Remove some functions that are no more defined. | 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-18 | Don't disable stack-alignment anymore, as discussed in private mail with Migu... | Reinhard Tartler |
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ò |
2007-02-15 | Commit the XCB output plugins by Christoph Pfister after testing on Gentoo pa... | Diego 'Flameeyes' Pettenò |
2007-02-13 | Small addition | Philipp Hahn |
2007-02-09 | Fix srcdir != builddir builds. | Diego 'Flameeyes' Pettenò |
2007-02-08 | Remove any possibility of strcpy/sprintf overflows wrt front ends requesting | Darren Salt |
2007-02-08 | Add a little documentation for XINE_LANG_MAX. | Darren Salt |
2007-02-06 | Regen. | Diego 'Flameeyes' Pettenò |
2007-02-04 | Generate a MIME type list for use in front ends' .desktop files etc. | Darren Salt |
2007-02-03 | Broken MIME type. | Darren Salt |
2007-02-03 | A few const-correctness fixes. | Darren Salt |
2007-02-03 | Fix for libflac <1.1.3, thanks to Ville Skyttä for reporting, closes bug #16... | Diego 'Flameeyes' Pettenò |
2007-02-03 | Add ChangeLog entry for last changes to PulseAudio. | Diego 'Flameeyes' Pettenò |
2007-02-03 | Remove a debug output. | Diego 'Flameeyes' Pettenò |
2007-02-03 | Remove the state callbacks, it's simpler to just wait a bit for the connectio... | Diego 'Flameeyes' Pettenò |
2007-02-03 | Restructure the plugin a bit: create the mainloop and the context immediately... | Diego 'Flameeyes' Pettenò |
2007-02-02 | Replace assert() calls with _x_assert(). | Diego 'Flameeyes' Pettenò |
2007-02-02 | We don't need to lock anymore as we're using the threaded mainloop, that alre... | Diego 'Flameeyes' Pettenò |
2007-02-02 | Make use of threaded mainloop rather than calling it manually, this makes xin... | Diego 'Flameeyes' Pettenò |
2007-01-29 | Release stream and playback in ao_fusionsound_exit(). | Claudio Ciccani |
2007-01-28 | next release 1.1.5 | Miguel Freitas |
2007-01-28 | Mention directories containing DVD-compliant structures. | Darren Salt |
2007-01-28 | Fix audio/video sync problem with NTSC DVDs (introduced in 1.1.2).xine-1_1_4-release1.1.4 | Miguel Freitas |
2007-01-28 | fix integer/double mistake. | Miguel Freitas |
2007-01-28 | another ffmpeg sync to include h264 security fixes | Miguel Freitas |
2007-01-28 | some additional fixes in case "-Wl,-z,defs" gets enabled again. | Miguel Freitas |
2007-01-28 | disabled "-Wl,-z,defs": it breaks compilation for vidix drivers. | Miguel Freitas |
2007-01-28 | revert part of the PaX team's patch which broke tomsmocomp (segfault) | Miguel Freitas |
2007-01-27 | Proper using mkdir -p. | František Dvořák |