Log of /xvidcore/src/plugins/plugin_2pass2.c
Parent Directory
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 27 03:59:42 2005 UTC (18 years, 6 months ago) by
suxen_drol
Branch:
MAIN
CVS Tags:
release-1_1_0,
release-1_1_0_final,
release-1_1_1-final,
release-1_1_2,
release-1_1_3,
release-1_1_3-final,
release-1_2_0,
release-1_2_2,
tag-branching-1_2_0
Branch point for:
release-1_1-branch,
release-1_2-branch
Changes since
1.6: +7 -6 lines
Diff to
previous 1.6
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
1.1.2.26 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 19 15:42:39 2003 UTC (19 years, 10 months ago) by
edgomez
Branch:
dev-api-4
Changes since
1.1.2.25: +1 -1 lines
Diff to
previous 1.1.2.25
, to
branch point 1.1
The reversing bframe formula in 2pass 2 was not right. This was in fact
a test code i used when i was maintaining the code on its own branch.
I should not have commited it :\
Revision
1.1.2.25 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 13 22:35:30 2003 UTC (19 years, 10 months ago) by
edgomez
Branch:
dev-api-4
Changes since
1.1.2.24: +8 -10 lines
Diff to
previous 1.1.2.24
, to
branch point 1.1
* encoder.c: GMC code fix in encoder.c. Now gmcval is initialized
correctly when using GME.
* xvid_decraw.c: Fix elementary stream output.
* plugin_2pass2.c: Small parsing bug in stats reading in 2pass2.
* decoder.c: Read resync markers in bframes.
Revision
1.1.2.24 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 9 20:49:21 2003 UTC (19 years, 10 months ago) by
edgomez
Branch:
dev-api-4
Changes since
1.1.2.23: +858 -385 lines
Diff to
previous 1.1.2.23
, to
branch point 1.1
New two pass code. I may say it's just a fixed version, though it looks
more like a "take all the ideas and write it again" version. It performs
better with all natural sequences i have and a bit worse with anime.
Including it now, allow me improving the code during the beta releases.
Revision
1.1.2.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 29 14:18:18 2003 UTC (20 years, 4 months ago) by
edgomez
Branch:
dev-api-4
Changes since
1.1.2.17: +23 -56 lines
Diff to
previous 1.1.2.17
, to
branch point 1.1
Simplified equations.
Scaling was needed because of the non linear formulas used in AltCC but
now we can directly use avg_length[s->type-1] instead of "first prescaling
bframes to pframes lengths then use pframe stats and at last prescaling back
frame length to bframe lengths"
See my new XXX: question about the overflow.
Revision
1.1.2.15 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 29 11:37:20 2003 UTC (20 years, 4 months ago) by
edgomez
Branch:
dev-api-4
Changes since
1.1.2.14: +170 -146 lines
Diff to
previous 1.1.2.14
, to
branch point 1.1
- Some comment changes
- bquant_error and pquant_error have been replaced by an array
quant_error[3][32] indexed by frame type and quantizer value.
- Moved some initialization stuff
Revision
1.1.2.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 29 10:36:41 2003 UTC (20 years, 4 months ago) by
edgomez
Branch:
dev-api-4
Changes since
1.1.2.13: +13 -11 lines
Diff to
previous 1.1.2.13
, to
branch point 1.1
After reading VFW code, i found out that it was using the blocks stats
fields to retrieve the number of MBs in a frame. So all this
min_size[] was not meant to discover a min_size for each frame
according to its intra MBs but rather an hardcoded minimum for all
frames as advertised in earlier cvs revisions. It would be easier if
original code was commented :-(
Revision
1.1.2.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat May 24 21:22:18 2003 UTC (20 years, 4 months ago) by
edgomez
Branch:
dev-api-4
Changes since
1.1.2.10: +943 -868 lines
Diff to
previous 1.1.2.10
, to
branch point 1.1
- function ordering changes
- mimimum frame lengths in internal_scale() are now computed for each
frame, i don't know why these values where computed with the first
frame values only.
Revision
1.1.2.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 22 16:36:07 2003 UTC (20 years, 4 months ago) by
edgomez
Branch:
dev-api-4
Changes since
1.1.2.7: +7 -7 lines
Diff to
previous 1.1.2.7
, to
branch point 1.1
Removed this annoying \n from DPRINTF output. DPRINTF behaves
now like usual printf.
Just for fun, i decided to exercice my regexp skills:
for i in `find . -name "*.c"` ; do
sed s/'\(DPRINTF(XVID_DEBUG.*\)"\([^"]\+[^\\][^n]\)"\(.*\)$'/'\1"\2\\n"\3'/g $i > $i.tmp;
mv $i.tmp $i
done
Nice isn't it ? It just adds a \n to every DPRINTF call that
was relying on old behavior (automatic trailing \n).
Revision
1.1.2.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat May 17 13:36:38 2003 UTC (20 years, 4 months ago) by
suxen_drol
Branch:
dev-api-4
Changes since
1.1.2.4: +32 -31 lines
Diff to
previous 1.1.2.4
, to
branch point 1.1
* dynamic bvop decision stats bug fixed
* added runtime debug level option. this only only activated when _DEBUG is defined.
level is specified globaly, via "xvid_glb_init_t.debug" and XVID_DEBUG_xxx defines.
references to previous DPRINTF_LEVEL_xxx's have been replaced throughout libxvidcore
* futher bitrate zone fixes for plugin_2pass2.c
* removed old ratecontrol.c from msvc project
* xvid_encraw.c specifc:
* added "-max_key_interval integer" option
* renamed -debug to -vop_debug
* added "-debug integer" option, which sets xvid_gbl_init_t.debug field
* s/length/len/ status line
* vfw specific:
* zone/bitrate typos fixed ("you eediot")
* renamed "debug" regkey to "vop_debug"
* added "debug" regeky and textbox which sets xvid_gbl_init_t.debug field
Revision
1.1
Tue Mar 25 10:58:33 2003 UTC (20 years, 6 months ago) by
suxen_drol
Branch:
MAIN
Branch point for:
dev-api-4
FILE REMOVED
file plugin_2pass2.c was initially added on branch dev-api-4.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.