Age | Commit message (Collapse) | Author |
|
Some plugins may have been missed due to them not being built here.
|
|
--HG--
rename : src/libtheora/xine_decoder.c => src/libxinevdec/xine_theora_decoder.c
|
|
flag, removes three symbols from bitplane plugin.
CVS patchset: 8705
CVS date: 2007/03/17 16:26:39
|
|
CVS patchset: 8256
CVS date: 2006/09/14 13:35:38
|
|
(through backports), to avoid exporting unneeded internal symbols, making plugins' loading faster and use of internal copies of libraries more solid. It should automatically fall back to the old way in GCCs that does not support -fvisibility=hidden, but has to be tested carefully. No issues were found in the months of testing in Gentoo, but this requires special attention anyway.
CVS patchset: 8101
CVS date: 2006/07/10 22:08:12
|
|
(video_out/alphablend* need to be removed yet)
gcc-2.95 support: SMB, external compiled with different gcc VCD
fixed GDK_PIXBUF build
CVS patchset: 7983
CVS date: 2006/05/01 21:35:30
|
|
ImageMagick on non-standard prefix).
CVS patchset: 7980
CVS date: 2006/04/22 09:41:10
|
|
CVS patchset: 7862
CVS date: 2006/02/02 20:39:32
|
|
of image dummy demuxer which now sends proper end-of-frame flags
CVS patchset: 7381
CVS date: 2005/02/03 23:18:33
|
|
CVS patchset: 6602
CVS date: 2004/05/28 22:33:24
|
|
CVS patchset: 6256
CVS date: 2004/03/14 21:27:03
|
|
CVS patchset: 6241
CVS date: 2004/03/10 22:54:52
|
|
CVS patchset: 6108
CVS date: 2004/02/02 22:22:51
|
|
extracted some common targets and variables into a common Makefile
which is then included
CVS patchset: 4844
CVS date: 2003/05/14 16:21:44
|
|
CVS patchset: 4472
CVS date: 2003/03/23 17:12:26
|
|
CVS patchset: 4054
CVS date: 2003/01/31 02:22:21
|
|
makefile variable.
- Cleaned up Makefile.am (wine, goom, libxinevdec)
- Cleaned up compiler warnings (libfaad)
- Cleaned up header includes (libfaad, libdha)
CVS patchset: 4053
CVS date: 2003/01/31 01:20:24
|
|
CVS patchset: 3971
CVS date: 2003/01/19 19:42:00
|
|
somewhat coherent)
CVS patchset: 3710
CVS date: 2002/12/28 18:27:14
|
|
CVS patchset: 3589
CVS date: 2002/12/19 21:40:02
|
|
- use bswap macros
- no frame size padding
- report broken frames
- rename cram_decode_frame to msvc_decode_frame
CVS patchset: 3583
CVS date: 2002/12/18 19:48:50
|
|
CVS patchset: 3541
CVS date: 2002/12/15 16:15:25
|
|
CVS patchset: 3438
CVS date: 2002/12/06 12:09:03
|
|
from Makefile.am; the source files will be removed in due time
SVQ1 decoder: You have served your purpose well and we, the xine
developers and users, salute you. And we know that your important work
will be carried on by the capable codebase of ffmpeg's libavcodec.
CVS patchset: 3425
CVS date: 2002/12/04 05:59:23
|
|
will build all dependent parts (e.g. libxine.la). The directory must still
be prepared by running autogen.sh.
CVS patchset: 3331
CVS date: 2002/11/22 05:25:14
|
|
to get a minimal dynamic linker symbol table
CVS patchset: 3073
CVS date: 2002/10/28 13:30:58
|
|
CVS patchset: 2980
CVS date: 2002/10/24 09:42:21
|
|
- OpenGL header GL/gl.h is checked to see if its exists with wrong
header name (GL/GL.h). Test failed despite the file required by
src/video_out/video_out_opengl.c was GL/gl.h
- Ascii-Art library version incorrect. Required version is 1.4
(contains aalib-config)
m4/aa.m4:
- Changed aalib version to 1.4
src/audio_out/Makefile.am:
src/demuxers/Makefile.am:
src/dxr3/Makefile.am:
src/input/Makefile.am:
src/input/libdvdnav/Makefile.am:
src/input/libdvdread/Makefile.am:
src/libffmpeg/libavcodec/Makefile.am:
src/libffmpeg/libavcodec/i386/Makefile.am:
src/libffmpeg/libavcodec/mlib/Makefile.am:
src/libmad/Makefile.am:
src/libmpeg2/Makefile.am:
src/libvorbis/Makefile.am:
src/libw32dll/Makefile.am:
src/libw32dll/wine/Makefile.am:
src/libxineadec/Makefile.am:
src/libxvid/Makefile.am:
src/video_out/Makefile.am:
src/video_out/libdha/Makefile.am:
src/video_out/vidix/Makefile.am:
src/xine-engine/Makefile.am:
src/xine-utils/Makefile.am:
- Removed @CFLAGS@ from all AM_CFLAGS. @CFLAGS@ are added in Makefile.in.
Adding it here was redundant. Thanks to Mike and others for pointing this
out.
CVS patchset: 2805
CVS date: 2002/10/09 05:13:38
|
|
CVS patchset: 2737
CVS date: 2002/09/22 04:27:00
|
|
Replaced configure.in with configure.ac
Remove acconfig.h (Unnecessary with autoconf 2.52 or above)
Updated configure.ac to remove deprecated macros, upgraded
AC_DEFINE to include comments, merged in acconfig.h.
Combined libxine and libxineutils into one library. libxineutils
is created but not installed. Its statically linked into libxine.
Advanced libxine version from 0.2.0 to 1.0.0
Removed references for skins.
Plugins now installed to <libdir>/xine/plugins/$XINE_MAJOR.$XINE_MORE.
$XINE_SUB
Xine-config updated for new location of plugins
Sorted file lists in Makefile.am to make them more readable.
TODO: remove skins references from xine-config
CVS patchset: 2705
CVS date: 2002/09/19 06:01:18
|
|
CVS patchset: 2599
CVS date: 2002/09/04 02:52:16
|
|
CVS patchset: 2571
CVS date: 2002/09/01 01:50:39
|
|
CVS patchset: 2552
CVS date: 2002/08/29 06:09:06
|
|
CVS patchset: 2438
CVS date: 2002/08/12 00:16:54
|
|
CVS patchset: 2270
CVS date: 2002/07/15 00:56:12
|
|
CVS patchset: 2262
CVS date: 2002/07/14 01:31:57
|
|
CVS patchset: 2123
CVS date: 2002/06/22 00:20:12
|
|
CVS patchset: 2107
CVS date: 2002/06/20 17:46:58
|
|
CVS patchset: 1955
CVS date: 2002/05/27 21:17:57
|
|
- Cinepak decoder moved into this directory
- New Creative YUV (CYUV) decoder by Mike Melanson
- New Microsoft Video-1 (msvc) decoder by Ewald Snel
CVS patchset: 1813
CVS date: 2002/04/30 08:28:09
|