Log of /trunk/xvidcore/src/image/x86_asm
Directory Listing
Revision
2112 -
Directory Listing
Modified
Thu Jun 11 09:17:29 2015 UTC (7 years, 9 months ago) by
Isibaar
Fixed potential crash in RGB24->YV12 conversions
Revision
1909 -
Directory Listing
Modified
Sun Nov 28 15:19:07 2010 UTC (12 years, 4 months ago) by
Isibaar
PSNRHVSM R-D optimization
Revision
1883 -
Directory Listing
Modified
Tue Mar 9 10:00:30 2010 UTC (13 years ago) by
Isibaar
app-level multi-threading for xvid_encraw
Revision
1877 -
Directory Listing
Modified
Wed Sep 16 17:11:39 2009 UTC (13 years, 6 months ago) by
Isibaar
no_exec stack patch for x86_64 too by Michal Schmidt (mschmidt at redhat dot com)
Revision
1857 -
Directory Listing
Modified
Wed May 13 09:39:20 2009 UTC (13 years, 10 months ago) by
Isibaar
improved precision and rounding for RGB->YV12 conversion
Revision
1853 -
Directory Listing
Modified
Wed Feb 18 15:10:27 2009 UTC (14 years, 1 month ago) by
Isibaar
- Some updates to license headers
Revision
1845 -
Directory Listing
Modified
Thu Dec 4 18:30:36 2008 UTC (14 years, 3 months ago) by
Isibaar
yasm compatibility
Revision
1844 -
Directory Listing
Modified
Thu Dec 4 14:41:50 2008 UTC (14 years, 3 months ago) by
Isibaar
trying to add back yasm support
Revision
1839 -
Directory Listing
Modified
Tue Dec 2 13:44:55 2008 UTC (14 years, 3 months ago) by
Isibaar
WIN64 XMM6/XMM7 bench and asm optimization patch by Andrew Dunstan
Revision
1836 -
Directory Listing
Modified
Mon Dec 1 15:22:37 2008 UTC (14 years, 3 months ago) by
Isibaar
fix for previous commit
Revision
1834 -
Directory Listing
Modified
Mon Dec 1 15:00:44 2008 UTC (14 years, 3 months ago) by
Isibaar
ASM clean-up patch by Carlo Bramix
Revision
1833 -
Directory Listing
Modified
Mon Dec 1 14:45:46 2008 UTC (14 years, 3 months ago) by
Isibaar
properly treat XMM6/XMM7 as non-volatile on WIN64 (to be tested)
Revision
1805 -
Directory Listing
Modified
Thu Nov 27 00:47:03 2008 UTC (14 years, 4 months ago) by
Isibaar
brightness control fix
Revision
1803 -
Directory Listing
Modified
Wed Nov 26 23:35:50 2008 UTC (14 years, 4 months ago) by
Isibaar
some WIN64 fixes
Revision
1798 -
Directory Listing
Modified
Wed Nov 26 02:21:02 2008 UTC (14 years, 4 months ago) by
Isibaar
X86_64 fixes
Revision
1795 -
Directory Listing
Modified
Wed Nov 26 01:04:34 2008 UTC (14 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 (14 years, 4 months ago) by
Isibaar
initial SSE4 support
Revision
1793 -
Directory Listing
Modified
Tue Nov 11 20:46:24 2008 UTC (14 years, 4 months ago) by
Isibaar
NASM 2.x compatibility
Revision
1790 -
Directory Listing
Modified
Tue Aug 19 09:06:48 2008 UTC (14 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 (15 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 (16 years, 4 months ago) by
chl
MMX version of RGB_to_yv12, shamelessly copy&pasted from the BGR version.
Revision
1756 -
Directory Listing
Modified
Tue Nov 7 19:59:03 2006 UTC (16 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 (16 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
1733 -
Directory Listing
Modified
Fri Oct 13 07:38:09 2006 UTC (16 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 (16 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 (16 years, 9 months ago) by
Skal
+ faster yv12->yuyv / uyvy MMX functions
patch suggested by Carlo Bramini ( carlo bramix at libero dot it )
Revision
1632 -
Directory Listing
Modified
Tue Sep 13 12:12:15 2005 UTC (17 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
1540 -
Directory Listing
Modified
Sun Aug 29 10:02:38 2004 UTC (18 years, 7 months ago) by
edgomez
Symbols' size for ia32+elf
Revision
1538 -
Directory Listing
Modified
Sat Aug 28 13:07:56 2004 UTC (18 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 (18 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 (18 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 (18 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 (18 years, 8 months ago) by
suxen_drol
Dcoder's sse2 brightness code
xvid.h vbv comments
Revision
1397 -
Directory Listing
Modified
Thu Apr 1 11:11:28 2004 UTC (19 years ago) by
suxen_drol
brightness control
Revision
1382 -
Directory Listing
Modified
Mon Mar 22 22:36:25 2004 UTC (19 years ago) by
edgomez
xvidcore 1.0.0 rc3 merge back to HEAD
Revision
851 -
Directory Listing
Modified
Sat Feb 15 15:22:19 2003 UTC (20 years, 1 month ago) by
edgomez
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too
Revision
651 -
Directory Listing
Modified
Sun Nov 17 00:20:30 2002 UTC (20 years, 4 months ago) by
edgomez
License changed
Revision
605 -
Directory Listing
Modified
Sat Oct 19 12:20:33 2002 UTC (20 years, 5 months ago) by
edgomez
Fixed copyrights
Revision
434 -
Directory Listing
Modified
Fri Sep 6 17:48:58 2002 UTC (20 years, 6 months ago) by
chl
- Update license/copyright header
- Removed history header
Revision
332 -
Directory Listing
Modified
Tue Jul 23 16:19:22 2002 UTC (20 years, 8 months ago) by
edgomez
Thread safe version.
Revision
331 -
Directory Listing
Modified
Tue Jul 23 15:38:18 2002 UTC (20 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 (20 years, 8 months ago) by
edgomez
Thread safe version.
Revision
328 -
Directory Listing
Modified
Tue Jul 23 12:32:22 2002 UTC (20 years, 8 months ago) by
edgomez
Some %define to make the code easier to read.
Revision
262 -
Directory Listing
Modified
Sun Jul 7 09:45:40 2002 UTC (20 years, 8 months ago) by
Isibaar
split mmx,xmm,3dnow,sse2 code into different files, SMP fix, Skal's tweaked asm code
Revision
3 -
Directory Listing
Added
Fri Mar 8 02:46:11 2002 UTC (21 years ago) by
Isibaar
moved sources