Age | Commit message (Collapse) | Author |
|
CVS patchset: 8630
CVS date: 2007/02/25 22:33:25
|
|
thanks Kirill Belokurov and Matthias Kretz
CVS patchset: 8629
CVS date: 2007/02/25 21:54:03
|
|
CVS patchset: 8628
CVS date: 2007/02/25 18:04:57
|
|
CVS patchset: 8627
CVS date: 2007/02/25 18:04:08
|
|
other libraries.
CVS patchset: 8626
CVS date: 2007/02/25 18:02:13
|
|
CVS patchset: 8625
CVS date: 2007/02/25 17:57:04
|
|
CVS patchset: 8624
CVS date: 2007/02/25 17:53:51
|
|
bits_per_sample and channels (that have sane limits) are inside the boundaries, this way we don't end up eating memory in the case of a malformed wavpack file. While we're at it, also try to compact the size of the wavpack structures.
CVS patchset: 8623
CVS date: 2007/02/25 17:52:16
|
|
that it can be used whenever necessary.
CVS patchset: 8622
CVS date: 2007/02/25 17:34:48
|
|
CVS patchset: 8621
CVS date: 2007/02/22 16:04:45
|
|
frontends (like Kaffeine). Thanks to Christoph Pfister for reporting. This change introduces a few warnings of incompatible pointers internally in configfile.c. These are non-fatal (in C) and they just tell the compiler to handle more stuff as const internally without changing the function interface.
CVS patchset: 8620
CVS date: 2007/02/22 15:49:16
|
|
but note that it's not exported by libvcd so it is unsafe to use.
CVS patchset: 8619
CVS date: 2007/02/21 23:17:14
|
|
variable can be injected in _LDFLAGS for the xine plugins, and already provides -avoid-version -module and -Wl,-z,defs if supported. Right now only wavpack plugin actually make use of this but that can be fixed as the Makefiles are edited.
CVS patchset: 8618
CVS date: 2007/02/21 23:07:45
|
|
CVS patchset: 8617
CVS date: 2007/02/20 01:13:08
|
|
CVS patchset: 8616
CVS date: 2007/02/20 01:04:07
|
|
CVS patchset: 8615
CVS date: 2007/02/20 01:02:47
|
|
CVS patchset: 8614
CVS date: 2007/02/20 00:58:51
|
|
CVS patchset: 8613
CVS date: 2007/02/20 00:56:36
|
|
CVS patchset: 8612
CVS date: 2007/02/20 00:51:39
|
|
just an array of strings.
CVS patchset: 8611
CVS date: 2007/02/20 00:47:55
|
|
CVS patchset: 8610
CVS date: 2007/02/20 00:43:06
|
|
CVS patchset: 8609
CVS date: 2007/02/20 00:36:08
|
|
CVS patchset: 8608
CVS date: 2007/02/20 00:34:55
|
|
CVS patchset: 8607
CVS date: 2007/02/20 00:04:50
|
|
compatibility wrong.
CVS patchset: 8606
CVS date: 2007/02/20 00:01:19
|
|
rather than char* array.
CVS patchset: 8605
CVS date: 2007/02/19 23:53:40
|
|
CVS patchset: 8603
CVS date: 2007/02/19 23:34:32
|
|
CVS patchset: 8602
CVS date: 2007/02/19 23:33:33
|
|
CVS patchset: 8600
CVS date: 2007/02/19 23:20:19
|
|
the proper XCB enum.
CVS patchset: 8599
CVS date: 2007/02/19 22:22:32
|
|
http://permalink.gmane.org/gmane.comp.video.xine.devel/16362 for details
CVS patchset: 8597
CVS date: 2007/02/17 22:39:26
|
|
Pfister.
CVS patchset: 8596
CVS date: 2007/02/15 18:26:55
|
|
packages for about ten days.
CVS patchset: 8595
CVS date: 2007/02/15 15:19:32
|
|
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
|
|
CVS patchset: 8588
CVS date: 2007/02/03 23:56:32
|
|
CVS patchset: 8587
CVS date: 2007/02/03 16:31:55
|
|
#1627321.
CVS patchset: 8586
CVS date: 2007/02/03 11:06:40
|
|
CVS patchset: 8584
CVS date: 2007/02/03 10:46:14
|
|
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
|
|
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
|
|
CVS patchset: 8581
CVS date: 2007/02/02 23:45:23
|
|
already is taking care of serialising calls.
CVS patchset: 8580
CVS date: 2007/02/02 23:43:01
|
|
xine not lock up if a pulseaudio connection can't be established.
CVS patchset: 8579
CVS date: 2007/02/02 23:36:57
|
|
CVS patchset: 8578
CVS date: 2007/01/29 14:39:59
|
|
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
|
|
CVS patchset: 8573
CVS date: 2007/01/28 18:38:32
|
|
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
|
|
no, linking twice to libdha.a is not an acceptable solution.
CVS patchset: 8571
CVS date: 2007/01/28 17:17:56
|
|
CVS patchset: 8570
CVS date: 2007/01/28 17:12:59
|
|
CVS patchset: 8568
CVS date: 2007/01/26 18:23:06
|