Log of /branches/release-1_3-branch/xvidcore/src/image
Directory Listing
Revision
1959 -
Directory Listing
Modified
Tue Mar 8 19:18:44 2011 UTC (12 years ago) by
Isibaar
fixed padding regression for input widths/heights not multiple of 16
Revision
1932 -
Directory Listing
Modified
Thu Dec 30 11:47:06 2010 UTC (12 years, 3 months ago) by
Isibaar
more bug squashing
Revision
1925 -
Directory Listing
Modified
Mon Dec 27 16:39:33 2010 UTC (12 years, 3 months ago) by
This commit was manufactured by cvs2svn to create branch
'release-1_3-branch'.
Revision
1877 -
Directory Listing
Modified
Wed Sep 16 17:11:39 2009 UTC (13 years, 6 months ago) by
Isibaar
Original Path:
trunk/xvidcore/src/image
no_exec stack patch for x86_64 too by Michal Schmidt (mschmidt at redhat dot com)
Revision
1759 -
Directory Listing
Modified
Fri Nov 10 18:58:39 2006 UTC (16 years, 4 months ago) by
chl
Original Path:
trunk/xvidcore/src/image
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 (16 years, 4 months ago) by
Skal
Original Path:
trunk/xvidcore/src/image
+ 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
Original Path:
trunk/xvidcore/src/image
+ 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 (16 years, 5 months ago) by
chl
Original Path:
trunk/xvidcore/src/image
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
1733 -
Directory Listing
Modified
Fri Oct 13 07:38:09 2006 UTC (16 years, 5 months ago) by
Skal
Original Path:
trunk/xvidcore/src/image
+ 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
Original Path:
trunk/xvidcore/src/image
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, 10 months ago) by
Skal
Original Path:
trunk/xvidcore/src/image
+ faster yv12->yuyv / uyvy MMX functions
patch suggested by Carlo Bramini ( carlo bramix at libero dot it )
Revision
1651 -
Directory Listing
Modified
Wed Oct 26 12:38:34 2005 UTC (17 years, 5 months ago) by
Skal
Original Path:
trunk/xvidcore/src/image
+ 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 (17 years, 6 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/src/image
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 (17 years, 6 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/src/image
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 (17 years, 8 months ago) by
Isibaar
Original Path:
trunk/xvidcore/src/image
* 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 (17 years, 8 months ago) by
Skal
Original Path:
trunk/xvidcore/src/image
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 (17 years, 10 months ago) by
Skal
Original Path:
trunk/xvidcore/src/image
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
1570 -
Directory Listing
Modified
Thu Dec 9 23:02:54 2004 UTC (18 years, 3 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/image
Merged fixes for PPC, should improve GNU gcc support nad fix a couple of bugs for wrong data alignment
Revision
1556 -
Directory Listing
Modified
Tue Oct 12 21:08:41 2004 UTC (18 years, 5 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/image
Fixes from my branch, 64bit fixes, credits to christoph nageli, DEST support in Makefile
Revision
1530 -
Directory Listing
Modified
Tue Aug 10 21:58:55 2004 UTC (18 years, 7 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/image
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
Original Path:
trunk/xvidcore/src/image
ASM data section cleanups + important bugfix to bvop ref interpolation rounding
Revision
851 -
Directory Listing
Modified
Sat Feb 15 15:22:19 2003 UTC (20 years, 1 month ago) by
edgomez
Original Path:
trunk/xvidcore/src/image
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 (20 years, 1 month ago) by
edgomez
Original Path:
trunk/xvidcore/src/image
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
262 -
Directory Listing
Modified
Sun Jul 7 09:45:40 2002 UTC (20 years, 9 months ago) by
Isibaar
Original Path:
trunk/xvidcore/src/image
split mmx,xmm,3dnow,sse2 code into different files, SMP fix, Skal's tweaked asm code
Revision
69 -
Directory Listing
Modified
Tue Mar 26 11:16:08 2002 UTC (21 years ago) by
h
Original Path:
trunk/xvidcore/src/image
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)