Log of /branches/release-1_3-branch/xvidcore/build/generic
Directory Listing
Revision
1961 -
Directory Listing
Modified
Thu Mar 10 15:27:57 2011 UTC (12 years, 3 months ago) by
Isibaar
increase version number to 1.3.1
Revision
1958 -
Directory Listing
Modified
Fri Feb 25 13:15:35 2011 UTC (12 years, 3 months ago) by
Isibaar
fixed syntax error for pthread check - thanks to Fabrian Greffrath
Revision
1944 -
Directory Listing
Modified
Tue Jan 11 11:39:13 2011 UTC (12 years, 4 months ago) by
Isibaar
don't hardcode "ar" tool (thanks to Bin Tian)
Revision
1942 -
Directory Listing
Modified
Thu Jan 6 14:12:29 2011 UTC (12 years, 5 months ago) by
Isibaar
patch for darwin 64-bit target (thanks to Bin Tian)
Revision
1925 -
Directory Listing
Modified
Mon Dec 27 16:39:33 2010 UTC (12 years, 5 months ago) by
This commit was manufactured by cvs2svn to create branch
'release-1_3-branch'.
Revision
1875 -
Directory Listing
Modified
Tue Jun 9 07:48:57 2009 UTC (14 years ago) by
Isibaar
Original Path:
trunk/xvidcore/build/generic
Use -maltivec only to compile the sources containting altivec code.
GCC may otherwise produce altivec code on non-altivec PPC (thanks to Frederik Wikstrom)
Revision
1733 -
Directory Listing
Modified
Fri Oct 13 07:38:09 2006 UTC (16 years, 7 months ago) by
Skal
Original Path:
trunk/xvidcore/build/generic
+ added a simple de-interlacing func (c + sse version),
declared as xvid_image_deinterlace() in image.h
Of course, one should prefer deinterlacing through some avisynth
plugin, but...
please update the dsp/dsw
Revision
1709 -
Directory Listing
Modified
Wed Jun 14 21:44:07 2006 UTC (16 years, 11 months ago) by
Skal
Original Path:
trunk/xvidcore/build/generic
added mmx/sse2 code for GMC (3-pts only).
new file: image/x86_asm/gmc_mmx.asm
At this point, new GMC code isn't enabled (gmc.c:586).
So: this commit should give binary-exact same input/output
than before.
dsp/dsw not updated.
Revision
1617 -
Directory Listing
Modified
Mon May 23 09:29:43 2005 UTC (18 years ago) by
Skal
Original Path:
trunk/xvidcore/build/generic
encoder.c: simplify_time() optimized by Euclid.
bitstream.c: write_video_packet_header() was buggy and
kind of obfuscated, as noticed by Sigdrak at free.fr.
from Edouard:
gcc4 warning removal.
- No executable shared objects installed
(Do not install the lib as executable. It's no use as the SO has no
main symbol anyway, and the static lib is not runnable anyway.)
- Statically link xvid_bench with libxvidcore.a
- New autoconf garbage removal
- Quotes in configure.in
Revision
880 -
Directory Listing
Modified
Thu Feb 20 23:40:48 2003 UTC (20 years, 3 months ago) by
edgomez
Original Path:
trunk/xvidcore/build/generic
Fix 'which' output dependency. If it is still not right, then we'll have to find another solution.
Revision
830 -
Directory Listing
Modified
Tue Feb 11 21:56:31 2003 UTC (20 years, 4 months ago) by
edgomez
Original Path:
trunk/xvidcore/build/generic
patch-13
More "unknown compiler" friendly portab.h file.
patch-14
The PPC port is now disabled because it is outdated.
patch-15
Added the configure bootstrap script.
patch-16
Changed linking option on PPC platforms (-flat_namespace)
patch-17
Added IA64 DCT source choice according to the compiler basename.
patch-18
Fixed xvid_encraw help message.
patch-19
Fixed libxvidcore.def, revamped Makefile output, fixed ia64 build, added ranlib detection.
patch-20
Removed BFrame outdated bframe/qpel decoding.
Revision
824 -
Directory Listing
Modified
Sun Feb 9 19:32:52 2003 UTC (20 years, 4 months ago) by
edgomez
Original Path:
trunk/xvidcore/build/generic
I made all these changes on my own working copy until i had
something really usable wihtout regressions for most users.
I think its place is now in CVS. Here is a ChangeLog summary
generated from my local patches.
base-0
Imported xvidcore 0.9.0 into arch repository
patch-1
Updated to current stable CVS_HEAD
patch-2
Changed build system for Unix OSes
patch-3
Fixes for the new build system in sources.
patch-4
Fixed options and added the --disable-assembly option
patch-5
Fixed a BSD checking in nasm output format.
patch-6
Fixed the "ar" "s" option for some platforms.
patch-7
Changed the way I add strings into variables.
patch-8
Fixed portab.h for _DEBUG target and GCC/ICC compilers.
patch-9
Added Altivec detection (Guillaume Morin)
patch-10
Fixed MacOSX build.
patch-11
Fixed WIN32/_MSC_VER confusion and updated MSVC libxvidcore.dsp project file.
patch-12
DivX4 compatibility layer has been turned into an option (default:disable).
ToDo:
- Fix IA64 assembly file selection.
- Do I disable PPC assembly code ? (according to Guillaume, it needs to be updated)
Revision
236 -
Directory Listing
Modified
Sun Jun 23 19:48:06 2002 UTC (20 years, 11 months ago) by
edgomez
Original Path:
trunk/xvidcore/build/generic
- transfer_8to16sub2_mmx activation
- Compile fixes (a missing image/font.h ???)
- Linux Makefile update to take care of last changes in feature
constants
Revision
207 -
Directory Listing
Modified
Fri Jun 14 13:06:33 2002 UTC (20 years, 11 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/build/generic
updated Makefile.djgpp, added DECLARE_ALIGNED_MATRIX to portab.h for unknown/other platform
Revision
191 -
Directory Listing
Modified
Sun Jun 9 12:18:23 2002 UTC (21 years ago) by
edgomez
Original Path:
trunk/xvidcore/build/generic
Added lot of new gcc features for 3.1 and added comments. We can set environment variables to preset CC and CFLAGS now