Age | Commit message (Collapse) | Author |
|
CVS patchset: 5822
CVS date: 2003/12/02 12:41:28
|
|
CVS patchset: 5819
CVS date: 2003/11/29 18:07:25
|
|
CVS patchset: 5808
CVS date: 2003/11/27 18:04:55
|
|
* do not define CONFIG_ENCODERS any more, use a stripped down XINE_MPEG_ENCODER,
which will only compile an I-frame-only MPEG1 encoder (speeds up compile time)
* fix a lot of warnings in ffmpeg (a good deal of which have already been
submitted to the ffmpeg project by Mike)
* simplify some Makefiles
CVS patchset: 5667
CVS date: 2003/11/01 18:12:53
|
|
CVS patchset: 5615
CVS date: 2003/10/27 15:24:38
|
|
fix "make dist". Now tarball is complete.
don't expect people have doc formatting tools (check for sgmltools
and fig2dev).
rename the spaced name file in win32 (Tim, can you check if i didn't break
anything please ?).
CVS patchset: 5589
CVS date: 2003/10/25 00:49:11
|
|
CVS patchset: 5163
CVS date: 2003/07/13 19:04:28
|
|
CVS patchset: 5157
CVS date: 2003/07/13 14:42:54
|
|
this variable is used where necessary should fix MPEG encoding
CVS patchset: 5141
CVS date: 2003/07/11 16:36:21
|
|
motion_est.c being obsolete again (reduces compile time)
CVS patchset: 5089
CVS date: 2003/06/22 16:55:45
|
|
emulation facilities
CVS patchset: 5079
CVS date: 2003/06/21 03:58:57
|
|
RealAudio codecs; import VP3 decoder but leave de-activated; fixes for
SVQ3 bugs; more conditional compilation for encoders
CVS patchset: 5067
CVS date: 2003/06/19 00:47:19
|
|
CVS patchset: 4951
CVS date: 2003/05/26 21:50:24
|
|
* libavcodec/mpegvideo.c has been modified to work without the need to compile
libavcodec/motion_est.c to save compilation time (we don't need motion
estimation when encoding I-frames only anyway)
* the patch to libavcodec/i386/mpegvideo_mmx_template.c has been reverted,
because the encoder crashes with it
CVS patchset: 4930
CVS date: 2003/05/25 18:34:54
|
|
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: 4812
CVS date: 2003/05/10 00:06:01
|
|
CVS patchset: 4809
CVS date: 2003/05/09 23:54:05
|
|
from the Makefile
CVS patchset: 4803
CVS date: 2003/05/09 00:25:49
|
|
tested ok with usual files (wmv7, mpeg4, divx, svq1...)
CVS patchset: 4618
CVS date: 2003/04/16 00:18:35
|
|
know if i overlooked something.
as usual, preliminary QA: tested non debug builds and several codecs including
divx3/4/5, mpeg4, xvid, msmpeg4v3, svq1, wmv7, dv (video/audio), wma
i also enabled wmv8 by default since it worked fine with the streams i have. i'm not
sure about current state of that so we might enable it only for non-x86 users in
case of trouble.
CVS patchset: 4488
CVS date: 2003/03/26 14:43:46
|
|
CVS patchset: 4407
CVS date: 2003/03/14 12:23:21
|
|
CVS patchset: 4044
CVS date: 2003/01/29 18:30:40
|
|
CVS patchset: 4036
CVS date: 2003/01/29 11:10:50
|
|
CVS patchset: 3844
CVS date: 2003/01/09 12:23:39
|
|
- fixes wma bugs
- mace, huffyuv and mp3 decoders imported (but not enabled)
tested: wma (v1 and v2), mpeg4, msmpeg4 v1, v2 and v3, divx3, divx4, divx5, xvid and
dv decoders. everything looks fine.
CVS patchset: 3828
CVS date: 2003/01/08 13:18:42
|
|
CVS patchset: 3178
CVS date: 2002/11/04 00:31:49
|
|
CVS patchset: 3174
CVS date: 2002/11/03 23:03:30
|
|
CVS patchset: 3090
CVS date: 2002/10/29 16:29:16
|
|
- 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: 2714
CVS date: 2002/09/19 21:45:01
|
|
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
|
|
something must be broken at ffmpeg, also happens with mplayer)
- added priority sorted lists, now autoprobing should work again.
- fixed infinite loop in plugin loader.
obs: latest ffmpeg contains ppc optimizations, someone will have to enable these
though.
CVS patchset: 2676
CVS date: 2002/09/16 21:49:34
|
|
- apply Zdenek Kabelac patches to enable -fpic compiling (why this stuff isn't in
ffmpeg cvs?)
CVS patchset: 2402
CVS date: 2002/08/07 19:46:28
|
|
CVS patchset: 2281
CVS date: 2002/07/15 20:34:49
|
|
CVS patchset: 2277
CVS date: 2002/07/15 19:42:40
|
|
- skip decoding b-frames when late
CVS patchset: 2185
CVS date: 2002/07/01 13:32:38
|
|
CVS patchset: 2123
CVS date: 2002/06/22 00:20:12
|
|
diff_to_ffmpeg_cvs.txt updated.
tested only on x86, please report any problems, compilation errors, etc.
alpha architecture added but makefiles were not updated.
CVS patchset: 2058
CVS date: 2002/06/10 14:51:26
|
|
now, so check and report, thanks.
CVS patchset: 1629
CVS date: 2002/03/24 23:31:56
|
|
CVS patchset: 1559
CVS date: 2002/03/12 00:46:27
|
|
using the solaris 'ar' command, the xine-lib build process fails when these
non-existant archive libraries are unpacked.
Add a dummy module to each of the accelerated processor specific libraries
that is always added to the library to make sure static archive libraries
are always created.
CVS patchset: 1374
CVS date: 2002/01/08 15:14:06
|
|
CVS patchset: 1315
CVS date: 2001/12/27 21:06:08
|
|
CVS patchset: 637
CVS date: 2001/09/16 00:01:38
|
|
CVS patchset: 556
CVS date: 2001/09/03 09:03:02
|
|
CVS patchset: 531
CVS date: 2001/08/31 14:32:24
|
|
Enable standard GLOBAL_CFLAGS on a non-debug build.
CVS patchset: 420
CVS date: 2001/08/13 17:31:39
|
|
CVS patchset: 405
CVS date: 2001/08/10 17:37:50
|
|
CVS patchset: 400
CVS date: 2001/08/07 23:59:50
|
|
CVS patchset: 397
CVS date: 2001/08/07 14:15:04
|
|
motion jpeg decoding
CVS patchset: 395
CVS date: 2001/08/07 12:41:46
|