[svn] / trunk / xvidcore / vfw Repository:
ViewVC logotype

Log of /trunk/xvidcore/vfw

View Directory Listing Directory Listing


Sticky Revision:

Revision 1802 - Directory Listing
Modified Wed Nov 26 10:11:31 2008 UTC (15 years, 3 months ago) by Isibaar
GUI controls for SSE3/SSE4
Updated about box and messages

Revision 1722 - Directory Listing
Modified Tue Jul 11 18:36:32 2006 UTC (17 years, 8 months ago) by Isibaar
- updated graphics

Revision 1718 - Directory Listing
Modified Mon Jul 10 17:39:38 2006 UTC (17 years, 8 months ago) by Isibaar
- updated profile definitions

Revision 1702 - Directory Listing
Modified Tue Apr 25 15:19:27 2006 UTC (17 years, 10 months ago) by syskin
write stats file in the same directory as target file, not in root directory

Revision 1685 - Directory Listing
Modified Fri Feb 24 22:59:07 2006 UTC (18 years ago) by suxen_drol
prevent segfault when encoding application calls compress_end with NULL codec context (PerfectDark at yandex dot ru)

Revision 1681 - Directory Listing
Modified Fri Feb 24 08:33:52 2006 UTC (18 years ago) by syskin
enable number of threads; treat is as any other config (no auto-detection)

Revision 1667 - Directory Listing
Modified Sun Dec 18 02:55:54 2005 UTC (18 years, 3 months ago) by syskin
-freduce-all-givs not supporeted by gcc4 - easiest to just remove

Revision 1650 - Directory Listing
Modified Sat Oct 22 22:32:44 2005 UTC (18 years, 5 months ago) by Isibaar
- Renamed and extended the profiles

Revision 1649 - Directory Listing
Modified Sun Oct 16 00:00:04 2005 UTC (18 years, 5 months ago) by suxen_drol
vfw quality presets

Revision 1643 - Directory Listing
Modified Wed Oct 5 11:20:22 2005 UTC (18 years, 5 months ago) by suxen_drol
vfw: replace "Picture Aspect Ratio" with "Display Aspect Ratio"

Revision 1630 - Directory Listing
Modified Fri Sep 9 11:34:51 2005 UTC (18 years, 6 months ago) by suxen_drol
older mingw platform sdk compatibility

Revision 1627 - Directory Listing
Modified Mon Aug 1 10:53:46 2005 UTC (18 years, 7 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 1625 - Directory Listing
Modified Mon Jul 11 09:25:39 2005 UTC (18 years, 8 months ago) by suxen_drol
disable packed-bframes widget for dxn profile

Revision 1611 - Directory Listing
Modified Sun Apr 10 01:57:45 2005 UTC (18 years, 11 months ago) by suxen_drol
bugfix: correct max bitrate display for slider
layout: "(kbps)" added to avgerage bitrate labels within calculator dialog

Revision 1609 - Directory Listing
Modified Mon Apr 4 23:49:37 2005 UTC (18 years, 11 months ago) by edgomez
New 1.1.0-beta2 release

Revision 1607 - Directory Listing
Modified Sun Mar 27 03:59:42 2005 UTC (18 years, 11 months ago) by suxen_drol
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

Revision 1597 - Directory Listing
Modified Sun Jan 30 14:04:11 2005 UTC (19 years, 1 month ago) by suxen_drol
set xvid_init_t.debug on decompress_begin()

Revision 1595 - Directory Listing
Modified Sun Jan 16 10:23:53 2005 UTC (19 years, 2 months ago) by edgomez
It's better to have a crlf license for vfw as it gets included in
the resources.

Revision 1594 - Directory Listing
Modified Mon Jan 10 06:07:07 2005 UTC (19 years, 2 months ago) by syskin
cartoon mode in zones - fix

Revision 1593 - Directory Listing
Modified Mon Jan 10 05:35:56 2005 UTC (19 years, 2 months ago) by syskin
fixed overflow in bitrate calculator <-- fix to this fix

Revision 1592 - Directory Listing
Modified Mon Jan 10 05:01:01 2005 UTC (19 years, 2 months ago) by syskin
reduced resolution removed; closed gov removed; trellis on by default

Revision 1591 - Directory Listing
Modified Mon Jan 10 03:36:53 2005 UTC (19 years, 2 months ago) by syskin
fixed overflow in bitrate calculator

Revision 1590 - Directory Listing
Modified Mon Jan 10 02:59:38 2005 UTC (19 years, 2 months ago) by syskin
something to make calculator work again, after last fix ;)

Revision 1589 - Directory Listing
Modified Sun Jan 9 20:26:42 2005 UTC (19 years, 2 months ago) by edgomez
Fixes merged from my branch

Revision 1588 - Directory Listing
Modified Sat Jan 8 12:28:48 2005 UTC (19 years, 2 months ago) by syskin
by popular request, cartoon mode was moved to Zones

Revision 1562 - Directory Listing
Modified Mon Nov 22 10:40:03 2004 UTC (19 years, 4 months ago) by syskin
VBV; default profile changed to 'unrestricted' to keep it off. RRV hidden

Revision 1558 - Directory Listing
Modified Mon Oct 25 10:29:10 2004 UTC (19 years, 4 months ago) by suxen_drol
bugfix: enable decoding when input width is not mod 8.

Revision 1522 - Directory Listing
Modified Mon Jul 26 19:30:21 2004 UTC (19 years, 7 months ago) by edgomez
Use slashes to allow cross compilation

Revision 1520 - Directory Listing
Modified Sun Jul 25 02:26:57 2004 UTC (19 years, 7 months ago) by suxen_drol
license dialog
resource fix: msvc resource editor will nolonger deletes mingw specific stuff.

Revision 1512 - Directory Listing
Modified Sun Jul 18 15:24:05 2004 UTC (19 years, 8 months ago) by edgomez
Merging bits

Revision 1510 - Directory Listing
Modified Sun Jul 18 12:45:57 2004 UTC (19 years, 8 months ago) by syskin
VHQ for bframes widget

Revision 1500 - Directory Listing
Modified Fri Jul 16 19:56:13 2004 UTC (19 years, 8 months ago) by edgomez
Fixed sysKin mess

Revision 1499 - Directory Listing
Modified Fri Jul 16 15:41:57 2004 UTC (19 years, 8 months ago) by syskin
double lamesness of me: 1st, wrong commit. 2nd, not knowing how to undo

Revision 1497 - Directory Listing
Modified Fri Jul 16 13:52:18 2004 UTC (19 years, 8 months ago) by syskin
VMR7/9 Aspect Ratio code - originally developed by minolta

Revision 1495 - Directory Listing
Modified Thu Jul 15 11:53:46 2004 UTC (19 years, 8 months ago) by suxen_drol
assorted vfw bugs reported by makc on xvid.org forums
- DRV_OK and DRV_CANCEL deprecation
- ICM_GETINFO pointer check
- biSizeImage stride fix

Revision 1490 - Directory Listing
Modified Tue Jul 13 12:22:46 2004 UTC (19 years, 8 months ago) by suxen_drol
assorted fixes from Dcoder:
- support for large audio bitrates
- AAC and HE-AAC support
- alexnoe OGM formula
- calculate AUDIO KBYTE size when using AUDIO AVG BITRATE
- calculate AUDIO AVG BITRATE when using AUDIO SIZE

Revision 1489 - Directory Listing
Modified Sun Jul 11 12:55:38 2004 UTC (19 years, 8 months ago) by edgomez
Fixed mingw compile

Revision 1487 - Directory Listing
Modified Sun Jul 11 08:54:38 2004 UTC (19 years, 8 months ago) by syskin
Top Field First widget (by Koepi)

Revision 1477 - Directory Listing
Modified Sat Jul 3 14:48:30 2004 UTC (19 years, 8 months ago) by syskin
missing free()

Revision 1464 - Directory Listing
Modified Sun May 30 02:30:33 2004 UTC (19 years, 9 months ago) by suxen_drol
uninstaller icon

Revision 1460 - Directory Listing
Modified Wed May 26 09:39:00 2004 UTC (19 years, 9 months ago) by syskin
biSizeImage is in bytes, not bits

Revision 1459 - Directory Listing
Modified Wed May 26 09:36:45 2004 UTC (19 years, 9 months ago) by syskin
audio bitrate -> size calc buglet

Revision 1455 - Directory Listing
Modified Wed May 26 06:18:43 2004 UTC (19 years, 9 months ago) by syskin
calc: support more audio and subtitle extensions

Revision 1453 - Directory Listing
Modified Wed May 26 05:23:03 2004 UTC (19 years, 9 months ago) by syskin
supports ICM better

Revision 1451 - Directory Listing
Modified Fri May 21 14:40:15 2004 UTC (19 years, 10 months ago) by edgomez
patch-26 (stable merge), patch-27 no 64bit, patch-28 (setedges only once per frame)

Revision 1440 - Directory Listing
Modified Mon Apr 19 13:40:54 2004 UTC (19 years, 11 months ago) by syskin
very small visual fix

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

Revision 1434 - Directory Listing
Modified Fri Apr 16 07:39:03 2004 UTC (19 years, 11 months ago) by syskin
calc is able to open already-opened audio tracks

Revision 1413 - Directory Listing
Modified Mon Apr 5 20:39:49 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 (19 years, 11 months ago) by suxen_drol
brightness control

Revision 1386 - Directory Listing
Modified Mon Mar 22 23:56:54 2004 UTC (20 years ago) by edgomez
xvidcore 1.0.0 rc3 merge back to HEAD

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

Sort log by:

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