Log of /branches/release-1_3-branch/xvidcore/vfw/src
Directory Listing
Revision
2160 -
Directory Listing
Modified
Wed Jul 12 08:23:51 2017 UTC (6 years, 2 months ago) by
Isibaar
Re-add support to decode raw YV12 input FourCC video
Revision
2141 -
Directory Listing
Modified
Tue Sep 27 16:10:12 2016 UTC (6 years, 11 months ago) by
Isibaar
Fix previous commit.
Revision
2139 -
Directory Listing
Modified
Tue Sep 27 15:39:48 2016 UTC (6 years, 11 months ago) by
Isibaar
Debug output only when debug option enabled.
Revision
1993 -
Directory Listing
Modified
Wed May 18 12:30:31 2011 UTC (12 years, 4 months ago) by
Isibaar
More GUI cosmetics
Revision
1991 -
Directory Listing
Modified
Wed May 18 09:55:48 2011 UTC (12 years, 4 months ago) by
Isibaar
Minor GUI cosmetics
Revision
1985 -
Directory Listing
Modified
Wed May 18 09:02:35 2011 UTC (12 years, 4 months ago) by
Isibaar
enabled auto-props property
Revision
1952 -
Directory Listing
Modified
Wed Feb 16 19:04:39 2011 UTC (12 years, 7 months ago) by
Isibaar
decoder support for lower case FourCCs (from Jawor's patch)
GUI cosmetics (from Jawor's patch)
Revision
1945 -
Directory Listing
Modified
Thu Jan 27 13:13:16 2011 UTC (12 years, 7 months ago) by
Isibaar
Ensure that colorspace pass-through is enabled really just for FOURCC_YV12
Revision
1940 -
Directory Listing
Modified
Mon Jan 3 08:31:22 2011 UTC (12 years, 8 months ago) by
Isibaar
removed absolute logo path (thanks to Brendan Brewster)
Revision
1934 -
Directory Listing
Modified
Thu Dec 30 22:59:31 2010 UTC (12 years, 8 months ago) by
Isibaar
CVS corruption again
Revision
1933 -
Directory Listing
Modified
Thu Dec 30 22:08:02 2010 UTC (12 years, 8 months ago) by
Isibaar
changed num_slice determination logic
Revision
1925 -
Directory Listing
Modified
Mon Dec 27 16:39:33 2010 UTC (12 years, 8 months ago) by
This commit was manufactured by cvs2svn to create branch
'release-1_3-branch'.
Revision
1910 -
Directory Listing
Modified
Thu Dec 2 06:46:07 2010 UTC (12 years, 9 months ago) by
Isibaar
Original Path:
trunk/xvidcore/vfw/src
some cleanup of vfw code, increased allowed max bitrate, profile for HD 1080
Revision
1702 -
Directory Listing
Modified
Tue Apr 25 15:19:27 2006 UTC (17 years, 5 months ago) by
syskin
Original Path:
trunk/xvidcore/vfw/src
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 (17 years, 7 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/vfw/src
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 (17 years, 7 months ago) by
syskin
Original Path:
trunk/xvidcore/vfw/src
enable number of threads; treat is as any other config (no auto-detection)
Revision
1627 -
Directory Listing
Modified
Mon Aug 1 10:53:46 2005 UTC (18 years, 1 month ago) by
Isibaar
Original Path:
trunk/xvidcore/vfw/src
* 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
1611 -
Directory Listing
Modified
Sun Apr 10 01:57:45 2005 UTC (18 years, 5 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/vfw/src
bugfix: correct max bitrate display for slider
layout: "(kbps)" added to avgerage bitrate labels within calculator dialog
Revision
1607 -
Directory Listing
Modified
Sun Mar 27 03:59:42 2005 UTC (18 years, 6 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/vfw/src
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
1595 -
Directory Listing
Modified
Sun Jan 16 10:23:53 2005 UTC (18 years, 8 months ago) by
edgomez
Original Path:
trunk/xvidcore/vfw/src
It's better to have a crlf license for vfw as it gets included in
the resources.
Revision
1562 -
Directory Listing
Modified
Mon Nov 22 10:40:03 2004 UTC (18 years, 10 months ago) by
syskin
Original Path:
trunk/xvidcore/vfw/src
VBV; default profile changed to 'unrestricted' to keep it off. RRV hidden
Revision
1520 -
Directory Listing
Modified
Sun Jul 25 02:26:57 2004 UTC (19 years, 2 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/vfw/src
license dialog
resource fix: msvc resource editor will nolonger deletes mingw specific stuff.
Revision
1499 -
Directory Listing
Modified
Fri Jul 16 15:41:57 2004 UTC (19 years, 2 months ago) by
syskin
Original Path:
trunk/xvidcore/vfw/src
double lamesness of me: 1st, wrong commit. 2nd, not knowing how to undo
Revision
1495 -
Directory Listing
Modified
Thu Jul 15 11:53:46 2004 UTC (19 years, 2 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/vfw/src
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, 2 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/vfw/src
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
1451 -
Directory Listing
Modified
Fri May 21 14:40:15 2004 UTC (19 years, 4 months ago) by
edgomez
Original Path:
trunk/xvidcore/vfw/src
patch-26 (stable merge), patch-27 no 64bit, patch-28 (setedges only once per frame)