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

Log of /trunk/xvidcore/src/image

View Directory Listing Directory Listing


Sticky Revision:

Revision 1833 - Directory Listing
Modified Mon Dec 1 14:45:46 2008 UTC (15 years, 3 months ago) by Isibaar
properly treat XMM6/XMM7 as non-volatile on WIN64 (to be tested)

Revision 1815 - Directory Listing
Modified Fri Nov 28 10:58:07 2008 UTC (15 years, 4 months ago) by Isibaar
bugfix: prevent access violation if width/height is not multiple of 2

Revision 1805 - Directory Listing
Modified Thu Nov 27 00:47:03 2008 UTC (15 years, 4 months ago) by Isibaar
brightness control fix

Revision 1803 - Directory Listing
Modified Wed Nov 26 23:35:50 2008 UTC (15 years, 4 months ago) by Isibaar
some WIN64 fixes

Revision 1799 - Directory Listing
Modified Wed Nov 26 02:32:54 2008 UTC (15 years, 4 months ago) by Isibaar
removed obsolete AMD64 asm source files

Revision 1798 - Directory Listing
Modified Wed Nov 26 02:21:02 2008 UTC (15 years, 4 months ago) by Isibaar
X86_64 fixes

Revision 1795 - Directory Listing
Modified Wed Nov 26 01:04:34 2008 UTC (15 years, 4 months ago) by Isibaar
Unified elf64/win64 X86_64 support

Revision 1794 - Directory Listing
Modified Fri Nov 14 15:43:28 2008 UTC (15 years, 4 months ago) by Isibaar
initial SSE4 support

Revision 1793 - Directory Listing
Modified Tue Nov 11 20:46:24 2008 UTC (15 years, 4 months ago) by Isibaar
NASM 2.x compatibility

Revision 1790 - Directory Listing
Modified Tue Aug 19 09:06:48 2008 UTC (15 years, 7 months ago) by Isibaar
- noexecstack patch by Hans de Goede

Revision 1787 - Directory Listing
Modified Tue Sep 11 12:41:13 2007 UTC (16 years, 6 months ago) by suxen_drol
nasm 0.99.x compatibility

Revision 1763 - Directory Listing
Modified Sun Nov 12 01:40:36 2006 UTC (17 years, 4 months ago) by chl
MMX version of RGB_to_yv12, shamelessly copy&pasted from the BGR version.

Revision 1761 - Directory Listing
Modified Sat Nov 11 22:03:30 2006 UTC (17 years, 4 months ago) by chl
Same RGB bug, different location

Revision 1760 - Directory Listing
Modified Sat Nov 11 05:07:25 2006 UTC (17 years, 4 months ago) by chl
Typo in RGB, but still seems broken.

Revision 1759 - Directory Listing
Modified Fri Nov 10 18:58:39 2006 UTC (17 years, 4 months ago) by chl
Added support for RGB colorspace. Incredible that after 5 years, this still
wasn't there (only BGR and RGB+alpha).
There are no accelerated MMX version, yet.

Revision 1756 - Directory Listing
Modified Tue Nov 7 19:59:03 2006 UTC (17 years, 4 months ago) by Skal
        + added a seamingly missing emms() to generate_GMCimage()
        + little ASM clean-up, pointer out by Celtic_Druid

Revision 1742 - Directory Listing
Modified Mon Oct 30 10:52:00 2006 UTC (17 years, 5 months ago) by Skal
        + added support for NULL u/v pointer in yv12_to_yv12* functions
        (+little bug fix for the vflip case).
        Added a bench in xvid_bench.c (`xvid_bench 16`)

Revision 1741 - Directory Listing
Modified Sun Oct 29 08:04:02 2006 UTC (17 years, 5 months ago) by chl
Simple handle to flooding chroma components with 0x80: set src->u and
src->v to NULL. To work with VFlip, set also src_uv_stride=0.

Revision 1736 - Directory Listing
Modified Fri Oct 13 11:26:18 2006 UTC (17 years, 5 months ago) by Skal
        wrong call to check_cpu_features() in case of non-ARCH_IS_IA32

Revision 1734 - Directory Listing
Modified Fri Oct 13 08:39:31 2006 UTC (17 years, 5 months ago) by Isibaar
- Updated the MSVC project files plus some minor compilation fixes

Revision 1733 - Directory Listing
Modified Fri Oct 13 07:38:09 2006 UTC (17 years, 5 months ago) by Skal
        + 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 (17 years, 9 months ago) by Skal
        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 1706 - Directory Listing
Modified Mon Jun 5 21:27:36 2006 UTC (17 years, 9 months ago) by Skal
        + faster yv12->yuyv / uyvy MMX functions
        patch suggested by Carlo Bramini ( carlo bramix at libero dot it )

Revision 1666 - Directory Listing
Modified Sat Dec 17 13:57:15 2005 UTC (18 years, 3 months ago) by syskin
stupid typo in latest patch

Revision 1665 - Directory Listing
Modified Sat Dec 17 12:04:52 2005 UTC (18 years, 3 months ago) by syskin
easier image_interpolate() call, absolete comments removed

Revision 1664 - Directory Listing
Modified Sat Dec 17 11:24:32 2005 UTC (18 years, 3 months ago) by syskin
ancient useless code removed

Revision 1653 - Directory Listing
Modified Tue Nov 22 10:23:01 2005 UTC (18 years, 4 months ago) by suxen_drol
cleanings in code spotted by sparse (ed dot gomez at free dot fr>

Revision 1651 - Directory Listing
Modified Wed Oct 26 12:38:34 2005 UTC (18 years, 5 months ago) by Skal
         + removed the x_Ref%4 in qpel.h, in favor of x_Ref>>2.
        As suggested by Gruel, there might be a compiler
        problem for some very very exotic platform.
        Hence, i've added a test_compiler() in xvid_bench.c, to
        be sure everything are ok. Hope the test is correct.

        + added benches for interlaced decoding, as supplied
        by Christoph Kühnel (info at intek-darmstadt dot de).
        Thanks a lot.

Revision 1632 - Directory Listing
Modified Tue Sep 13 12:12:15 2005 UTC (18 years, 6 months ago) by suxen_drol
Field interlaced decoding, contributed by Christoph Kuehnel

decoder.c
=========
- Some new defines for DIV
- <decoder_mb_decode> modified: had wrong address offsets for interlaced
- <decoder_mbinter_field> = new function for interlaced
- <get_motion_vector_interlaced> = new function for interlaced motion vector prediction
- <decoder_pframe> modified so that it differs between frame and field prediction

global.h
========
- For field motion prediction MACORBLOCK has new member that is the average of
  field1 and field2 motion vector = <mvs_avg>

xvid.c
======
- For field predicted macroblocks we need new field oriented transfer functions.
  For colour calculations they may only process 4 lines (one field from the colour
  macroblock that is 8x8). So I introduced 4 new function pointers:
  <transfer8x4_copy, interpolate8x4_ ...)

mbcoding.c
==========
- _DEBUG code; index is checked against 64

interpolate8x8.[c,h,asm]
===========================
- New 8x4 functions

mbpredicition.[c,h]
===============
- New function <get_pmv2_interlaced> for interlaced prediciton according to spec

mem_transfer.[c,h,asm]
==============
- New 8x4 function

Revision 1631 - Directory Listing
Modified Fri Sep 9 12:18:10 2005 UTC (18 years, 6 months ago) by suxen_drol
msvc6 fails upon "std" function argument name; renamed std to stride as a workaround

Revision 1627 - Directory Listing
Modified Mon Aug 1 10:53:46 2005 UTC (18 years, 8 months ago) by Isibaar
 * Writing pointed data is always better than memory
   addresses (Patch by GomGom)
 * Trivial style thingies (Patch by GomGom)
 * No width and height declared in write_tga bug
   (Patch by GomGom, spotted by Paul Kurucz
    ptk9417 at ritvax.isc.rit.edu)

Revision 1626 - Directory Listing
Modified Mon Jul 11 22:10:24 2005 UTC (18 years, 8 months ago) by Skal
	Fix for x86_64 + gcc 4.1.x
	patch by Martin Drab <drab at kepler dot fjfi dot cvut dot cz>

Revision 1617 - Directory Listing
Modified Mon May 23 09:29:43 2005 UTC (18 years, 10 months ago) by Skal
	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 1606 - Directory Listing
Modified Fri Mar 18 18:01:34 2005 UTC (19 years ago) by edgomez
Merged 2 fixes from my branch and the ChangeLog update

Revision 1587 - Directory Listing
Modified Thu Jan 6 23:48:08 2005 UTC (19 years, 2 months ago) by edgomez
Wrong mov size, should have used 32bit

Revision 1586 - Directory Listing
Modified Wed Jan 5 23:02:15 2005 UTC (19 years, 2 months ago) by edgomez
Preliminary x86_64 linux port

Revision 1570 - Directory Listing
Modified Thu Dec 9 23:02:54 2004 UTC (19 years, 3 months ago) by edgomez
Merged fixes for PPC, should improve GNU gcc support nad fix a couple of bugs for wrong data alignment

Revision 1566 - Directory Listing
Modified Sun Dec 5 13:56:13 2004 UTC (19 years, 3 months ago) by syskin
RRV removed from everything else

Revision 1557 - Directory Listing
Modified Sun Oct 17 10:20:15 2004 UTC (19 years, 5 months ago) by edgomez
Merged PPC work from christoph nageli

Revision 1556 - Directory Listing
Modified Tue Oct 12 21:08:41 2004 UTC (19 years, 5 months ago) by edgomez
Fixes from my branch, 64bit fixes, credits to christoph nageli, DEST support in Makefile

Revision 1540 - Directory Listing
Modified Sun Aug 29 10:02:38 2004 UTC (19 years, 7 months ago) by edgomez
Symbols' size for ia32+elf

Revision 1539 - Directory Listing
Modified Sun Aug 29 05:32:29 2004 UTC (19 years, 7 months ago) by syskin
two compiler warnings fixed

Revision 1538 - Directory Listing
Modified Sat Aug 28 13:07:56 2004 UTC (19 years, 7 months ago) by edgomez
Fixes thread safety and write to RO segment !

Revision 1535 - Directory Listing
Modified Sun Aug 22 11:46:10 2004 UTC (19 years, 7 months ago) by edgomez
Mark Functions in asm files -- added yasm support in configure.in

Revision 1530 - Directory Listing
Modified Tue Aug 10 21:58:55 2004 UTC (19 years, 7 months ago) by edgomez
Decoder speedups: merge interpolation and dst averaging for bvop blocks, unify qpel framework (should slow things for PPC until new functions get merged)

Revision 1519 - Directory Listing
Modified Sat Jul 24 11:46:08 2004 UTC (19 years, 8 months ago) by edgomez
ASM data section cleanups + important bugfix to bvop ref interpolation rounding

Revision 1493 - Directory Listing
Modified Thu Jul 15 10:09:30 2004 UTC (19 years, 8 months ago) by suxen_drol
Dcoder's sse2 brightness code
xvid.h vbv comments

Revision 1466 - Directory Listing
Modified Mon May 31 21:36:23 2004 UTC (19 years, 10 months ago) by edgomez
Merging release-1_0 fixes

Revision 1437 - Directory Listing
Modified Sun Apr 18 07:55:11 2004 UTC (19 years, 11 months ago) by syskin
deringer

Revision 1424 - Directory Listing
Modified Mon Apr 12 15:49:56 2004 UTC (19 years, 11 months ago) by edgomez
Optmized mem transfers, h263, plane sse

Revision 1423 - Directory Listing
Modified Mon Apr 12 14:05:08 2004 UTC (19 years, 11 months ago) by edgomez
Merged 1.0 fixes

Revision 1412 - Directory Listing
Modified Mon Apr 5 20:36:37 2004 UTC (19 years, 11 months ago) by edgomez
Merged PPC port + 1.0 tree fixes

Revision 1398 - Directory Listing
Modified Fri Apr 2 21:29:21 2004 UTC (19 years, 11 months ago) by edgomez
Merged 1.0 branch fixes

Revision 1397 - Directory Listing
Modified Thu Apr 1 11:11:28 2004 UTC (20 years ago) by suxen_drol
brightness control

Revision 1382 - Directory Listing
Modified Mon Mar 22 22:36:25 2004 UTC (20 years ago) by edgomez
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 906 - Directory Listing
Modified Tue Mar 4 16:33:41 2003 UTC (21 years ago) by chl
plain C speedup for halfpel-interpolate

Revision 851 - Directory Listing
Modified Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month ago) by edgomez
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 830 - Directory Listing
Modified Tue Feb 11 21:56:31 2003 UTC (21 years, 1 month ago) by edgomez
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 723 - Directory Listing
Modified Sun Dec 15 01:21:12 2002 UTC (21 years, 3 months ago) by edgomez
Another series of warnings for aggressive compilers

Revision 677 - Directory Listing
Modified Tue Nov 26 23:44:11 2002 UTC (21 years, 4 months ago) by edgomez
ANSI C compliancy - thx Rick Foos

Revision 651 - Directory Listing
Modified Sun Nov 17 00:20:30 2002 UTC (21 years, 4 months ago) by edgomez
License changed

Revision 605 - Directory Listing
Modified Sat Oct 19 12:20:33 2002 UTC (21 years, 5 months ago) by edgomez
Fixed copyrights

Revision 541 - Directory Listing
Modified Wed Sep 25 23:37:09 2002 UTC (21 years, 6 months ago) by h
removed incomplete field-mv support

Revision 481 - Directory Listing
Modified Thu Sep 12 19:43:14 2002 UTC (21 years, 6 months ago) by edgomez
Was only used by bframe encoder

Revision 446 - Directory Listing
Modified Sat Sep 7 13:50:23 2002 UTC (21 years, 6 months ago) by edgomez
- Added newline at eof to shut up gcc 3.x compilers

Revision 435 - Directory Listing
Modified Sat Sep 7 09:04:41 2002 UTC (21 years, 6 months ago) by chl
Removed B-frames

Revision 434 - Directory Listing
Modified Fri Sep 6 17:48:58 2002 UTC (21 years, 6 months ago) by chl
- Update license/copyright header
- Removed history header

Revision 433 - Directory Listing
Modified Fri Sep 6 17:37:07 2002 UTC (21 years, 6 months ago) by chl
- Update license/copyright header
- Removed history header

Revision 389 - Directory Listing
Modified Wed Sep 4 03:45:45 2002 UTC (21 years, 6 months ago) by h
interlacing bugfix (edging behaviour)

Revision 333 - Directory Listing
Modified Wed Jul 24 00:50:10 2002 UTC (21 years, 8 months ago) by Isibaar
qpel decoding support

Revision 332 - Directory Listing
Modified Tue Jul 23 16:19:22 2002 UTC (21 years, 8 months ago) by edgomez
Thread safe version.

Revision 331 - Directory Listing
Modified Tue Jul 23 15:38:18 2002 UTC (21 years, 8 months ago) by edgomez
Little mistake with the stack pointer.

Revision 330 - Directory Listing
Modified Tue Jul 23 15:36:59 2002 UTC (21 years, 8 months ago) by edgomez
Thread safe version.

Revision 328 - Directory Listing
Modified Tue Jul 23 12:32:22 2002 UTC (21 years, 8 months ago) by edgomez
Some %define to make the code easier to read.

Revision 323 - Directory Listing
Modified Sun Jul 21 03:30:25 2002 UTC (21 years, 8 months ago) by suxen_drol
output_slice() msvc compiler fix

Revision 321 - Directory Listing
Modified Sat Jul 20 13:41:43 2002 UTC (21 years, 8 months ago) by ia64p
slower implementation, without rounding errors

Revision 320 - Directory Listing
Modified Sat Jul 20 13:20:21 2002 UTC (21 years, 8 months ago) by ia64p
slower implementation, without rounding errors

Revision 315 - Directory Listing
Modified Fri Jul 19 11:15:21 2002 UTC (21 years, 8 months ago) by albeu
Add 'per slice' rendering aka DR method 2

Revision 291 - Directory Listing
Modified Thu Jul 11 14:03:39 2002 UTC (21 years, 8 months ago) by ia64p
removing rounding bug, that yields pink color drift in P-frames

Revision 262 - Directory Listing
Modified Sun Jul 7 09:45:40 2002 UTC (21 years, 8 months ago) by Isibaar
split mmx,xmm,3dnow,sse2 code into different files, SMP fix, Skal's tweaked asm code

Revision 246 - Directory Listing
Modified Thu Jun 27 13:05:59 2002 UTC (21 years, 9 months ago) by ia64p
define internale labels, locally for debugging, with .L

Revision 244 - Directory Listing
Modified Wed Jun 26 15:56:35 2002 UTC (21 years, 9 months ago) by ia64p
fixing dos linefeed

Revision 242 - Directory Listing
Modified Wed Jun 26 15:26:03 2002 UTC (21 years, 9 months ago) by ia64p
some assembler optimizations done

Revision 238 - Directory Listing
Modified Mon Jun 24 09:53:18 2002 UTC (21 years, 9 months ago) by suxen_drol
added font.c, sgi-irix64 makefile, dx50bvop working

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 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 156 - Directory Listing
Modified Fri May 3 00:45:10 2002 UTC (21 years, 11 months ago) by chenm001
add B-frame decode support

Revision 136 - Directory Listing
Modified Thu Apr 25 06:55:00 2002 UTC (21 years, 11 months ago) by suxen_drol
FRAMEINFO

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 112 - Directory Listing
Modified Tue Apr 9 13:35:40 2002 UTC (21 years, 11 months ago) by Isibaar
PSNR calc

Revision 69 - Directory Listing
Modified Tue Mar 26 11:16:08 2002 UTC (22 years ago) by h
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)

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