summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-20const++Diego 'Flameeyes' Pettenò
CVS patchset: 8616 CVS date: 2007/02/20 01:04:07
2007-02-20Avoid casts as they are now unnecessary.Diego 'Flameeyes' Pettenò
CVS patchset: 8615 CVS date: 2007/02/20 01:02:47
2007-02-20Remove the cast as register_enum now accept consts.Diego 'Flameeyes' Pettenò
CVS patchset: 8614 CVS date: 2007/02/20 00:58:51
2007-02-20Make cc_schemes a static const array, rather than an exported one.Diego 'Flameeyes' Pettenò
CVS patchset: 8613 CVS date: 2007/02/20 00:56:36
2007-02-20Mark a fwe arrays static and avoid casts that are not needed.Diego 'Flameeyes' Pettenò
CVS patchset: 8612 CVS date: 2007/02/20 00:51:39
2007-02-20Make deinterlace_methods a static constant rather than an extern, as it's ↵Diego 'Flameeyes' Pettenò
just an array of strings. CVS patchset: 8611 CVS date: 2007/02/20 00:47:55
2007-02-20Again changes so to accept the strict case (constants).Diego 'Flameeyes' Pettenò
CVS patchset: 8610 CVS date: 2007/02/20 00:43:06
2007-02-20const++Diego 'Flameeyes' Pettenò
CVS patchset: 8609 CVS date: 2007/02/20 00:36:08
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
CVS patchset: 8608 CVS date: 2007/02/20 00:34:55
2007-02-20Mark speaker arrangement array constant.Diego 'Flameeyes' Pettenò
CVS patchset: 8607 CVS date: 2007/02/20 00:04:50
2007-02-20Reduce warnings to one, that seems to be caused by GCC counting ↵Diego 'Flameeyes' Pettenò
compatibility wrong. CVS patchset: 8606 CVS date: 2007/02/20 00:01:19
2007-02-19Make the enum functions accept the strict parameter, const char* array ↵Diego 'Flameeyes' Pettenò
rather than char* array. CVS patchset: 8605 CVS date: 2007/02/19 23:53:40
2007-02-19Fix the checks for flags to avoid displaying the quotes, by using the proper ↵Diego 'Flameeyes' Pettenò
M4 quotes. Also add as an extra check -Werror-implicit-function-declaration to avoid having implicit declarations in form of int foo(...) that can easily break on 64-bit arches if the function is supposed to return a pointer. CVS patchset: 8604 CVS date: 2007/02/19 23:50:56
2007-02-19Fix the example to actually use an existing function.Diego 'Flameeyes' Pettenò
CVS patchset: 8603 CVS date: 2007/02/19 23:34:32
2007-02-19Fix building with LOG enabled.Diego 'Flameeyes' Pettenò
CVS patchset: 8602 CVS date: 2007/02/19 23:33:33
2007-02-19Remove some functions that are no more defined.Diego 'Flameeyes' Pettenò
CVS patchset: 8601 CVS date: 2007/02/19 23:28:08
2007-02-19Fix warning about incompatible pointer type.Diego 'Flameeyes' Pettenò
CVS patchset: 8600 CVS date: 2007/02/19 23:20:19
2007-02-19Fix building with LOG enabled by changing an the Xlib constant XvPacked into ↵Diego 'Flameeyes' Pettenò
the proper XCB enum. CVS patchset: 8599 CVS date: 2007/02/19 22:22:32
2007-02-18Don't disable stack-alignment anymore, as discussed in private mail with ↵Reinhard Tartler
Miguel Freitas on 17 Feb CVS patchset: 8598 CVS date: 2007/02/18 08:46:43
2007-02-17fix ffmpeg includes for sparc, seeReinhard Tartler
http://permalink.gmane.org/gmane.comp.video.xine.devel/16362 for details CVS patchset: 8597 CVS date: 2007/02/17 22:39:26
2007-02-15Properly repaint the whole surface during expose events. Patch by Christoph ↵Diego 'Flameeyes' Pettenò
Pfister. CVS patchset: 8596 CVS date: 2007/02/15 18:26:55
2007-02-15Commit the XCB output plugins by Christoph Pfister after testing on Gentoo ↵Diego 'Flameeyes' Pettenò
packages for about ten days. CVS patchset: 8595 CVS date: 2007/02/15 15:19:32
2007-02-13Small additionPhilipp Hahn
CVS patchset: 8594 CVS date: 2007/02/13 08:29:04
2007-02-09Fix srcdir != builddir builds.Diego 'Flameeyes' Pettenò
CVS patchset: 8593 CVS date: 2007/02/09 04:39:32
2007-02-08Remove any possibility of strcpy/sprintf overflows wrt front ends requestingDarren Salt
language & subtitle strings (given a buffer of >= XINE_LANG_MAX bytes). Also fixes an off-by-one buffer termination in the TS code. (Note: compile-tested only.) CVS patchset: 8592 CVS date: 2007/02/08 02:40:22
2007-02-08Add a little documentation for XINE_LANG_MAX.Darren Salt
CVS patchset: 8591 CVS date: 2007/02/08 02:10:58
2007-02-06Regen.Diego 'Flameeyes' Pettenò
CVS patchset: 8590 CVS date: 2007/02/06 21:45:34
2007-02-04Generate a MIME type list for use in front ends' .desktop files etc.Darren Salt
The list contains one type per line. (A scripted method is used to allow for cross-compilation.) CVS patchset: 8589 CVS date: 2007/02/04 01:30:50
2007-02-03Broken MIME type.Darren Salt
CVS patchset: 8588 CVS date: 2007/02/03 23:56:32
2007-02-03A few const-correctness fixes.Darren Salt
CVS patchset: 8587 CVS date: 2007/02/03 16:31:55
2007-02-03Fix for libflac <1.1.3, thanks to Ville Skyttä for reporting, closes bug ↵Diego 'Flameeyes' Pettenò
#1627321. CVS patchset: 8586 CVS date: 2007/02/03 11:06:40
2007-02-03Add ChangeLog entry for last changes to PulseAudio.Diego 'Flameeyes' Pettenò
CVS patchset: 8585 CVS date: 2007/02/03 10:54:18
2007-02-03Remove a debug output.Diego 'Flameeyes' Pettenò
CVS patchset: 8584 CVS date: 2007/02/03 10:46:14
2007-02-03Remove the state callbacks, it's simpler to just wait a bit for the ↵Diego 'Flameeyes' Pettenò
connection, as that's just what is going on those given moments, and avoids stray signals along the way. CVS patchset: 8583 CVS date: 2007/02/03 10:45:02
2007-02-03Restructure the plugin a bit: create the mainloop and the context ↵Diego 'Flameeyes' Pettenò
immediately on class load, this way they will be shared by all PulseAudio outputs; connect to the context when opening the output device, rather than the first time you play the stream (this way avoids latency while playing multiple tracks). The result is only one connection is present for xine instance, even if multiple streams are called on it. CVS patchset: 8582 CVS date: 2007/02/03 10:41:09
2007-02-02Replace assert() calls with _x_assert().Diego 'Flameeyes' Pettenò
CVS patchset: 8581 CVS date: 2007/02/02 23:45:23
2007-02-02We don't need to lock anymore as we're using the threaded mainloop, that ↵Diego 'Flameeyes' Pettenò
already is taking care of serialising calls. CVS patchset: 8580 CVS date: 2007/02/02 23:43:01
2007-02-02Make use of threaded mainloop rather than calling it manually, this makes ↵Diego 'Flameeyes' Pettenò
xine not lock up if a pulseaudio connection can't be established. CVS patchset: 8579 CVS date: 2007/02/02 23:36:57
2007-01-29Release stream and playback in ao_fusionsound_exit().Claudio Ciccani
CVS patchset: 8578 CVS date: 2007/01/29 14:39:59
2007-01-28next release 1.1.5Miguel Freitas
CVS patchset: 8577 CVS date: 2007/01/28 23:48:29
2007-01-28Mention directories containing DVD-compliant structures.Darren Salt
CVS patchset: 8576 CVS date: 2007/01/28 23:35:45
2007-01-28 Fix audio/video sync problem with NTSC DVDs (introduced in 1.1.2).xine-1_1_4-release1.1.4Miguel Freitas
[bugs #1544349 and #1589644] CVS patchset: 8575 CVS date: 2007/01/28 22:53:15
2007-01-28fix integer/double mistake.Miguel Freitas
funny because the "more accurate" frame duration calculation actually broke a/v sync for ntsc dvds. tsc tsc ;-) fixes #1544349, #1589644 CVS patchset: 8574 CVS date: 2007/01/28 22:46:07
2007-01-28another ffmpeg sync to include h264 security fixesMiguel Freitas
CVS patchset: 8573 CVS date: 2007/01/28 18:38:32
2007-01-28some additional fixes in case "-Wl,-z,defs" gets enabled again.Miguel Freitas
btw, i don't dislike checking undefined symbols at buildtime, i think it is a good idea to catch common errors. but 5.5MB of useless bloat on vidix drivers is not worth it. CVS patchset: 8572 CVS date: 2007/01/28 17:35:01
2007-01-28disabled "-Wl,-z,defs": it breaks compilation for vidix drivers.Miguel Freitas
no, linking twice to libdha.a is not an acceptable solution. CVS patchset: 8571 CVS date: 2007/01/28 17:17:56
2007-01-28revert part of the PaX team's patch which broke tomsmocomp (segfault)Miguel Freitas
CVS patchset: 8570 CVS date: 2007/01/28 17:12:59
2007-01-27Proper using mkdir -p.František Dvořák
CVS patchset: 8569 CVS date: 2007/01/27 00:05:21
2007-01-26Fix warning with LOG enabled.Diego 'Flameeyes' Pettenò
CVS patchset: 8568 CVS date: 2007/01/26 18:23:06
2007-01-26Fix make dist.Diego 'Flameeyes' Pettenò
CVS patchset: 8567 CVS date: 2007/01/26 18:03:44