[svn] / branches / dev-api-3 / xvidcore / src / utils Repository:
ViewVC logotype

Log of /branches/dev-api-3/xvidcore/src/utils

View Directory Listing Directory Listing


Sticky Revision:

Revision 769 - Directory Listing
Modified Sat Jan 11 14:59:24 2003 UTC (21 years, 2 months ago) by chl
Major update: Support for GME/GMC with 2 warppoints

Revision 762 - Directory Listing
Modified Sun Jan 5 03:31:26 2003 UTC (21 years, 2 months ago) by suxen_drol
emms/femms moved to cpuid.asm

Revision 760 - Directory Listing
Modified Sat Jan 4 06:14:33 2003 UTC (21 years, 2 months ago) by suxen_drol
global.h macro cleanup
cpu_detection cleanup, XVID_CPU_ASM added
sse2 stuff enabled, femms now utilized

Revision 757 - Directory Listing
Modified Fri Jan 3 12:45:30 2003 UTC (21 years, 2 months ago) by syskin
goes together with MC update

Revision 730 - Directory Listing
Modified Thu Dec 19 00:42:54 2002 UTC (21 years, 3 months ago) by Isibaar
athlon optimized asm code - thanks to Jaan Kalda

Revision 721 - Directory Listing
Modified Sat Dec 14 09:39:42 2002 UTC (21 years, 3 months ago) by suxen_drol
mingw/dprintf cleanup, portab.h updated from release-0.9.0

Revision 701 - Directory Listing
Modified Mon Dec 9 10:47:05 2002 UTC (21 years, 3 months ago) by suxen_drol
rrv i-vop encoding

Revision 698 - Directory Listing
Modified Sun Dec 8 06:43:34 2002 UTC (21 years, 3 months ago) by suxen_drol
gcc -Wall cleanup

Revision 691 - Directory Listing
Modified Sun Dec 8 05:30:26 2002 UTC (21 years, 3 months ago) by suxen_drol
transfer 16x16 & 32x32 inline

Revision 646 - Directory Listing
Modified Tue Nov 12 16:05:27 2002 UTC (21 years, 4 months ago) by Isibaar
Remember: TOOSMALL_LIMIT of 1 introduces artifacts at quant = 1

Revision 638 - Directory Listing
Modified Sat Nov 9 13:23:51 2002 UTC (21 years, 4 months ago) by syskin
TOOSMALL_LIMIT = 1

Revision 619 - Directory Listing
Modified Sat Nov 2 15:52:31 2002 UTC (21 years, 4 months ago) by chl
Basic support for translation-only GMC support (compatible to Divx5)
use general flag XVID_GMC to switch it on, the rest is done automatically.
!!! Combination with B-frames is completely untested !!!

Revision 579 - Directory Listing
Modified Sat Oct 5 21:37:44 2002 UTC (21 years, 5 months ago) by Isibaar
qpel support code

Revision 544 - Directory Listing
Modified Thu Sep 26 04:52:16 2002 UTC (21 years, 5 months ago) by h
field-dct decision bias (thanks to Michael Niedermayer for the idea!)

Revision 538 - Directory Listing
Modified Wed Sep 25 16:54:32 2002 UTC (21 years, 5 months ago) by h
interlacing mmx

Revision 530 - Directory Listing
Modified Mon Sep 23 20:36:02 2002 UTC (21 years, 5 months ago) by chl
sysKin Motion Estimation and minor changes to support it.
I hope it doesn't break too much...

Revision 392 - Directory Listing
Modified Wed Sep 4 18:44:41 2002 UTC (21 years, 6 months ago) by
This commit was manufactured by cvs2svn to create branch 'dev-api-3'.

Revision 390 - Directory Listing
Modified Wed Sep 4 06:24:37 2002 UTC (21 years, 6 months ago) by h
Original Path: trunk/xvidcore/src/utils
interlacing bug fix - to comply with spec, no field blocks at boundary

Revision 384 - Directory Listing
Modified Mon Aug 19 19:19:40 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/utils
x_pos, y_pos are not needed in MBTransQuantInterBVOP()

Revision 375 - Directory Listing
Modified Sat Aug 17 16:22:58 2002 UTC (21 years, 7 months ago) by Isibaar
Original Path: trunk/xvidcore/src/utils
updated coeff thresholding to Radek's decision criteria

Revision 368 - Directory Listing
Modified Fri Aug 9 19:58:42 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/utils
Added several MB-functions which do the same as MBTransQuantInter/Intra now,
but split into several routines. MBTransQuantInter2/Intra2 do the same as
-Inter/Intra but using the split up routines, MBTransQuantBVOP skips unneeded
decoding operations for B-VOPs.

Revision 347 - Directory Listing
Modified Sun Jul 28 13:06:46 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/utils
Modified SKIP mb behaviour for Pframes when Bframes are active: Check if
intermediate B-block can be skipped, too. Check for SKIP is now done
in encode_pframe(), not in MBCoding().

Revision 310 - Directory Listing
Modified Thu Jul 18 13:45:14 2002 UTC (21 years, 8 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/utils
added sse2 os triggers

Revision 309 - Directory Listing
Modified Thu Jul 18 13:44:39 2002 UTC (21 years, 8 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/utils
removed static data; added sse2 os triggers

Revision 305 - Directory Listing
Modified Tue Jul 16 17:55:18 2002 UTC (21 years, 8 months ago) by ia64p
Original Path: trunk/xvidcore/src/utils
extended documentation and comments

Revision 259 - Directory Listing
Modified Sat Jul 6 17:04:57 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/utils
Minor modifications for supporting multithreaded ME.
Without _SMP symbol there should be no changes in behaviour.

Revision 256 - Directory Listing
Modified Fri Jul 5 14:01:18 2002 UTC (21 years, 8 months ago) by ia64p
Original Path: trunk/xvidcore/src/utils
Optimized assemby

Revision 249 - Directory Listing
Modified Sat Jun 29 11:47:17 2002 UTC (21 years, 8 months ago) by ia64p
Original Path: trunk/xvidcore/src/utils
re-fixing check_cpu_features compiling / linking issue, hopefully it is sufficent for all platfroms, now

Revision 248 - Directory Listing
Modified Fri Jun 28 15:14:40 2002 UTC (21 years, 8 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/utils
resync support, check_cpu_features() fixed

Revision 245 - Directory Listing
Modified Wed Jun 26 15:59:51 2002 UTC (21 years, 8 months ago) by ia64p
Original Path: trunk/xvidcore/src/utils
fixing a problem with check_cpu_features, that prevents compiling of the codec on platforms other than x86.

Revision 236 - Directory Listing
Modified Sun Jun 23 19:48:06 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils
- transfer_8to16sub2_mmx activation
- Compile fixes (a missing image/font.h ???)
- Linux Makefile update to take care of last changes in feature
constants

Revision 227 - Directory Listing
Modified Thu Jun 20 10:22:02 2002 UTC (21 years, 9 months ago) by Isibaar
Original Path: trunk/xvidcore/src/utils
*** empty log message ***

Revision 226 - Directory Listing
Modified Wed Jun 19 14:41:02 2002 UTC (21 years, 9 months ago) by Isibaar
Original Path: trunk/xvidcore/src/utils
optimizations, correct transfer_8to16sub2_xmm

Revision 221 - Directory Listing
Modified Mon Jun 17 12:23:32 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils
- added legal header
- added function descriptions

Revision 220 - Directory Listing
Modified Sun Jun 16 22:38:08 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils
- Added legal header
- The x86 specific function 'check_cpu_features' is  only declared
  when ARCH_X86 is defined

Revision 219 - Directory Listing
Modified Sun Jun 16 22:20:36 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils
- Commented (really needed ?)
- Added legal header

Revision 218 - Directory Listing
Modified Sun Jun 16 19:54:20 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils
- Added transfer_8to16sub2_xmm (B frames compensation)

Revision 217 - Directory Listing
Modified Sun Jun 16 19:35:59 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils
- Removed an unuseful piece of code

Revision 216 - Directory Listing
Modified Sun Jun 16 17:25:18 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils
- Removed an opcode (used during my tests)

Revision 215 - Directory Listing
Modified Sun Jun 16 17:12:37 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils
- Added a transfer_8to16sub2_xmm function (Needs testing)

Revision 213 - Directory Listing
Modified Sat Jun 15 22:28:32 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils
- Added legal header
- Cosmetic

Revision 212 - Directory Listing
Modified Sat Jun 15 22:15:57 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils
- Added comments
- Changed the FSF address

Revision 210 - Directory Listing
Modified Fri Jun 14 15:17:53 2002 UTC (21 years, 9 months ago) by ia64p
Original Path: trunk/xvidcore/src/utils
ia64 changes

Revision 209 - Directory Listing
Modified Fri Jun 14 13:29:07 2002 UTC (21 years, 9 months ago) by Isibaar
Original Path: trunk/xvidcore/src/utils
ia64 changes

Revision 205 - Directory Listing
Modified Fri Jun 14 08:26:04 2002 UTC (21 years, 9 months ago) by ia64p
Original Path: trunk/xvidcore/src/utils
IA64 assembler files, initial version, only partly optimized

Revision 204 - Directory Listing
Modified Thu Jun 13 22:05:09 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils
- Added legal header
- Added comments about the functions

Revision 195 - Directory Listing
Modified Wed Jun 12 20:38:41 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 190 - Directory Listing
Modified Sun Jun 9 11:23:13 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils
Small change, avoid calling free with a random address

Revision 188 - Directory Listing
Modified Fri Jun 7 10:21:48 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils
Rate control structure per encoder

Revision 136 - Directory Listing
Modified Thu Apr 25 06:55:00 2002 UTC (21 years, 10 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/utils
FRAMEINFO

Revision 122 - Directory Listing
Modified Mon Apr 15 08:04:06 2002 UTC (21 years, 11 months ago) by h
Original Path: trunk/xvidcore/src/utils
foxer's updated cbr code

Revision 118 - Directory Listing
Modified Sat Apr 13 16:30:02 2002 UTC (21 years, 11 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/utils
bframe "support" code

Revision 82 - Directory Listing
Modified Fri Mar 29 00:38:29 2002 UTC (21 years, 11 months ago) by h
Original Path: trunk/xvidcore/src/utils
interlacing speedup - transfer strides used instead of manual field-to-frame conversion

Revision 78 - Directory Listing
Modified Thu Mar 28 20:57:25 2002 UTC (21 years, 11 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils
Big patch, use it with care (tests done with GNU/Linux) :
 - Trivial warnings in encoder.c line 282 ret1 = ret 2 = 0;
 - Lot of "New line at end of file missing" warnings fixed (gcc3)
 - All 2d arrays have been turned into 1d arrays
   To force alignment of matrices on stack, use DECLARE_ALIGNED_MATRIX
   (read portab.h)

Win32 users should give feedback.

Revision 69 - Directory Listing
Modified Tue Mar 26 11:16:08 2002 UTC (21 years, 11 months ago) by h
Original Path: trunk/xvidcore/src/utils
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)

Revision 65 - Directory Listing
Modified Sun Mar 24 18:18:40 2002 UTC (22 years ago) by edgomez
Original Path: trunk/xvidcore/src/utils
Fixed a bug when malloc aligns the data itself - Added comments

Revision 64 - Directory Listing
Modified Sun Mar 24 05:47:48 2002 UTC (22 years ago) by h
Original Path: trunk/xvidcore/src/utils
foxer's cbr mode
(hijacks the rc_buffersize variable and uses it as reaction delay - easier than changing xvid.h)

Revision 43 - Directory Listing
Modified Thu Mar 21 00:28:33 2002 UTC (22 years ago) by edgomez
Original Path: trunk/xvidcore/src/utils
I prefer this traditional way of alignment

Revision 41 - Directory Listing
Modified Wed Mar 20 00:28:02 2002 UTC (22 years ago) by Isibaar
Original Path: trunk/xvidcore/src/utils
xvid_malloc/xvid_free

Revision 3 - Directory Listing
Added Fri Mar 8 02:46:11 2002 UTC (22 years ago) by Isibaar
Original Path: trunk/xvidcore/src/utils
moved sources

Sort log by:

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4