[svn] / trunk / xvidcore / src / utils Repository:
ViewVC logotype

Log of /trunk/xvidcore/src/utils

View Directory Listing Directory Listing


Sticky Revision:

Revision 347 - Directory Listing
Modified Sun Jul 28 13:06:46 2002 UTC (21 years, 7 months ago) by chl
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
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
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
extended documentation and comments

Revision 259 - Directory Listing
Modified Sat Jul 6 17:04:57 2002 UTC (21 years, 8 months ago) by chl
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
Optimized assemby

Revision 249 - Directory Listing
Modified Sat Jun 29 11:47:17 2002 UTC (21 years, 8 months ago) by ia64p
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
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
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
- 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
*** empty log message ***

Revision 226 - Directory Listing
Modified Wed Jun 19 14:41:02 2002 UTC (21 years, 9 months ago) by Isibaar
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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Added legal header
- Cosmetic

Revision 212 - Directory Listing
Modified Sat Jun 15 22:15:57 2002 UTC (21 years, 9 months ago) by edgomez
- 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
ia64 changes

Revision 209 - Directory Listing
Modified Fri Jun 14 13:29:07 2002 UTC (21 years, 9 months ago) by Isibaar
ia64 changes

Revision 205 - Directory Listing
Modified Fri Jun 14 08:26:04 2002 UTC (21 years, 9 months ago) by ia64p
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
- 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
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
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
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
FRAMEINFO

Revision 122 - Directory Listing
Modified Mon Apr 15 08:04:06 2002 UTC (21 years, 11 months ago) by h
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
bframe "support" code

Revision 82 - Directory Listing
Modified Fri Mar 29 00:38:29 2002 UTC (21 years, 11 months ago) by h
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
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
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
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
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
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
xvid_malloc/xvid_free

Revision 3 - Directory Listing
Added Fri Mar 8 02:46:11 2002 UTC (22 years ago) by Isibaar
moved sources

Sort log by:

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