Age | Commit message (Collapse) | Author |
|
change their class to xineinclude, and set xineincludedir in Makefile.common.
CVS patchset: 8737
CVS date: 2007/03/22 17:37:17
|
|
support seems to still not work there.
CVS patchset: 8734
CVS date: 2007/03/20 01:40:34
|
|
CVS patchset: 8733
CVS date: 2007/03/20 01:34:08
|
|
and macosx plugins. Also pass the VISIBILITY_FLAG to the correct set of OBJCFLAGS variable (even if it's a moot point, OS X has no visibility support as it is). Patch by Martin Aumueller.
CVS patchset: 8729
CVS date: 2007/03/20 00:47:04
|
|
CVS patchset: 8728
CVS date: 2007/03/20 00:46:06
|
|
CVS as needs to be submitted.
CVS patchset: 8727
CVS date: 2007/03/20 00:35:29
|
|
based on Intel CPUs). Patch by Martin Aumueller.
CVS patchset: 8723
CVS date: 2007/03/19 23:48:58
|
|
Matthias Kretz.
CVS patchset: 8713
CVS date: 2007/03/19 16:42:32
|
|
CVS patchset: 8712
CVS date: 2007/03/18 14:47:19
|
|
support 24 bit output), reduce it accordingly.
CVS patchset: 8710
CVS date: 2007/03/17 20:59:36
|
|
CVS patchset: 8709
CVS date: 2007/03/17 20:57:59
|
|
simply malloc.
CVS patchset: 8708
CVS date: 2007/03/17 20:57:04
|
|
CVS patchset: 8707
CVS date: 2007/03/17 19:15:58
|
|
those, check only the status code. This fixes WikipediaWeekly podcasts for instance.
CVS patchset: 8706
CVS date: 2007/03/17 16:47:16
|
|
flag, removes three symbols from bitplane plugin.
CVS patchset: 8705
CVS date: 2007/03/17 16:26:39
|
|
CVS patchset: 8704
CVS date: 2007/03/17 16:22:38
|
|
both audio and video.
CVS patchset: 8703
CVS date: 2007/03/17 15:45:37
|
|
use -Wl,-z,defs if supported, pass libraries' CFLAGS variables only to the relevant demuxers, correctly pass AM_CFLAGS (VISIBILITY_FLAG) to the demuxers that also pass extra CFLAGS.
CVS patchset: 8702
CVS date: 2007/03/17 15:17:24
|
|
compare the keyword's length too.
CVS patchset: 8701
CVS date: 2007/03/17 11:29:43
|
|
CVS patchset: 8700
CVS date: 2007/03/17 09:17:19
|
|
demuxer/decoder init functions in the combined_wavpack.h header.
CVS patchset: 8699
CVS date: 2007/03/17 07:34:02
|
|
headers, and then include the best one that has been found on the system. Check for definition of SNDCTL_DSP_SETFRAGMENT in those headers. Check for the correct request parameter type for ioctl(), as also modern Linux uses unsigned long. Don't list all the big endian machines (as they aren't reliable to list anyway, some of them might work with both endians), use WORDS_BIGENDIAN instead.
CVS patchset: 8697
CVS date: 2007/03/17 06:59:31
|
|
stderr ___brk_addr and __ctype_b, look for them during ./configure stage. Also check for alternatives, and check for compiler's weak aliasing support only if it's actually going to be used.
CVS patchset: 8696
CVS date: 2007/03/17 06:11:30
|
|
does not provide a suitable extradata for FFmpeg.
CVS patchset: 8695
CVS date: 2007/03/17 00:28:41
|
|
Real Audio binary codecs can be used on x86-64 and Alpha too.
CVS patchset: 8693
CVS date: 2007/03/16 23:22:13
|
|
CVS patchset: 8692
CVS date: 2007/03/16 22:54:56
|
|
CVS patchset: 8691
CVS date: 2007/03/16 22:54:06
|
|
CVS patchset: 8690
CVS date: 2007/03/16 22:49:16
|
|
but as those are the oldest ones, check drvc.so for autodetection, only.
CVS patchset: 8689
CVS date: 2007/03/16 22:46:49
|
|
parameter to define a codecs path during configure stage, rather than probing at runtime.
CVS patchset: 8688
CVS date: 2007/03/16 22:32:13
|
|
CVS patchset: 8687
CVS date: 2007/03/16 22:28:48
|
|
CVS patchset: 8686
CVS date: 2007/03/16 22:28:25
|
|
PowerPC Real codecs.
CVS patchset: 8685
CVS date: 2007/03/16 22:26:54
|
|
distributions can reduce the code used in their packages, and limit the path where to load the drivers by default.
CVS patchset: 8684
CVS date: 2007/03/16 22:14:57
|
|
the alternative name is always the same with .6.0 at the end. Prefer the full name to the reduced one.
CVS patchset: 8683
CVS date: 2007/03/16 21:37:58
|
|
a) minimise the number of stat() calls happening;
b) support FreeBSD paths.
CVS patchset: 8682
CVS date: 2007/03/16 20:45:21
|
|
there, to their equivalent symbols. This could be improved by adding a configure-time check for this.
CVS patchset: 8681
CVS date: 2007/03/16 20:21:40
|
|
Alpha as that's the only architecture for which the binary codecs available on MPlayer site are needing them. Newer versions needs not these symbols, and for safety, I'd rather avoid messing with the global namespace.
CVS patchset: 8679
CVS date: 2007/03/16 20:02:33
|
|
dlopen() will not load a codec if it's not loadable in the current process (which means it won't load 64-bit codecs on 32-bit xine, or 32-bit codecs on 64-bit xine).
CVS patchset: 8678
CVS date: 2007/03/16 19:31:57
|
|
CVS patchset: 8677
CVS date: 2007/03/16 17:15:56
|
|
long rather than int). This patch is less invasive and portable.
CVS patchset: 8676
CVS date: 2007/03/16 17:13:57
|
|
FreeBSD ports, and makes no functional change of sort on Linux.
CVS patchset: 8675
CVS date: 2007/03/16 16:32:58
|
|
when using non-pkg-config based discovery of X11 libraries; also check for xext together with x11 with pkg-config. This reduces the list of libraries to add to _LIBADD for video output plugins, and should solve the problems with -lXext being linked in with X disabled.
CVS patchset: 8666
CVS date: 2007/03/16 00:01:31
|
|
CVS patchset: 8663
CVS date: 2007/03/12 16:27:21
|
|
reporting.
CVS patchset: 8662
CVS date: 2007/03/10 17:25:13
|
|
Albert Lee.
CVS patchset: 8660
CVS date: 2007/03/10 00:57:30
|
|
Albert Lee.
CVS patchset: 8659
CVS date: 2007/03/10 00:57:00
|
|
Svishchev, see bug #1667848.
CVS patchset: 8658
CVS date: 2007/03/10 00:55:14
|
|
CVS patchset: 8657
CVS date: 2007/03/10 00:48:59
|
|
- Fix heap overflow in DMO loader. (CVE-2007-1246) [bug #1676925]
Thanks to Kees Cook for reporting.
CVS patchset: 8656
CVS date: 2007/03/10 00:41:34
|