Log of /branches/release-1_3-branch/xvidcore/src/plugins
Directory Listing
Revision
1928 -
Directory Listing
Modified
Tue Dec 28 19:19:57 2010 UTC (12 years, 3 months ago) by
Isibaar
get rid off compiler warnings
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
1873 -
Directory Listing
Modified
Tue Jun 2 13:06:54 2009 UTC (13 years, 9 months ago) by
Isibaar
Original Path:
trunk/xvidcore/src/plugins
Added alternative processor cores detection routing for Apple (thanks to Fabian Groffen)
C90 style fix in variance masking code
Revision
1784 -
Directory Listing
Modified
Thu Jul 19 13:46:16 2007 UTC (15 years, 8 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/src/plugins
remove plugin_fixed.c as per instruction "[XviD-devel] pete cvs commits digest" (13 May 2003)
Revision
1758 -
Directory Listing
Modified
Wed Nov 8 07:17:22 2006 UTC (16 years, 4 months ago) by
Skal
Original Path:
trunk/xvidcore/src/plugins
+ added an integer-based alternative to float gaussian.
#define USE_INT_GAUSSIAN to activate it
Revision
1745 -
Directory Listing
Modified
Mon Oct 30 22:23:05 2006 UTC (16 years, 5 months ago) by
chl
Original Path:
trunk/xvidcore/src/plugins
nasm/yasm (at least my versions) didn't like the 0EH syntax in pshufd.
Change to 0x0E fixes it (thanks for the hint, skal!).
Revision
1743 -
Directory Listing
Modified
Mon Oct 30 11:21:42 2006 UTC (16 years, 5 months ago) by
Skal
Original Path:
trunk/xvidcore/src/plugins
+ further patch for SSIM plugin by Johannes Reinhardt
+ updated `xvid_bench 15` => there's still a little
rounding inaccuracy in the reported CRCs. Work in progress...
Revision
1732 -
Directory Listing
Modified
Fri Oct 13 06:32:02 2006 UTC (16 years, 5 months ago) by
Skal
Original Path:
trunk/xvidcore/src/plugins
+ added a forgotten ARCH_IS_IA32
+ added some missing emms() after asm calls (since floats are used)
Revision
1725 -
Directory Listing
Modified
Wed Aug 23 20:27:22 2006 UTC (16 years, 7 months ago) by
Skal
Original Path:
trunk/xvidcore/src/plugins
Typo: use stride from data->current instead of data->reference
Thanks to Johannes.Reinhardt at uni-konstanz dot de
Revision
1607 -
Directory Listing
Modified
Sun Mar 27 03:59:42 2005 UTC (18 years ago) by
suxen_drol
Original Path:
trunk/xvidcore/src/plugins
xvidcore
========
* added XVID_GLOBAL_DIVX5_USERDATA global flag
* removed the bvop delay warning text ("warning: nothing to output), as this often confuses joe user.
* minor changed to closed gop image_printf statement: s/"DX50 BVOP->PVOP"/"CLOSED GOP BVOP->PVOP"
* additional comments for low_delay_default mode within decoder_decode()
* divx userdata string: s/DivX999b000/DivX503b1393. this has been suggested by dxn for improved hardware compatibility [nb: i dont have a hardware player to confirm this]
* vbv_peakrate constraint is ignored if <= 0
vfw frontend
============
* dxn profiles now confirm to "DivX Certified Profile Compatibility v1.1", February 2005. this document was provided by DivXNetworks, USA. when a dxn profile is selected, strict conformance is enabled:
- force 1:1 picture aspect ratio
- disable bframes if interlacing is enabled
- force maximum of 1 consecutive bvops for the portable and ht profiles, 2 bvops for the hd profile
- always write divx 5 userdata string to bitstream
- force packed bitstream option
- updated dxn vbv parameters
* added PROFILE_4MV flag. 4mv is now disabled for the dxn handheld profile.
* moved PROFILE_AS/PROFILE_ARTS/PROFILE_S to config.c
* profile[].max_bitrate now measured in bit/sec (not kbps)
* profile->level box: widgets are now greyed-out if they are not used.
* increase vertical size of profile drop down list.
* about box button: s/Dismiss/OK