Log of /xvidcore/src/bitstream/bitstream.c
Parent Directory
Revision
1.54 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 6 10:46:42 2005 UTC (17 years, 8 months ago) by
Isibaar
Branch:
MAIN
Changes since
1.53: +3 -12 lines
Diff to
previous 1.53
- Wiped the remainders of RRV encoding support
- Marked the RRV flags as obsolete in xvid.h API
Revision
1.53 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 1 10:53:46 2005 UTC (17 years, 10 months ago) by
Isibaar
Branch:
MAIN
Changes since
1.52: +7 -7 lines
Diff to
previous 1.52
* 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
1.52 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon May 23 09:29:43 2005 UTC (18 years ago) by
Skal
Branch:
MAIN
Changes since
1.51: +19 -25 lines
Diff to
previous 1.51
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
1.51 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 17 21:03:32 2005 UTC (18 years ago) by
Skal
Branch:
MAIN
Changes since
1.50: +77 -11 lines
Diff to
previous 1.50
encoder.c: better error handling upon MEM_ERROR
bitstream.c: faster log2bin (xvid_bench.c updated)
bitstream.c: added unused functions:
BitstreamWriteEndOfSequence()
BitstreamWriteGroupOfVopHeader()
write_video_packet_header()
Original input: sigdrak at free.fr and Angela Belda. Thanks.
Revision
1.49 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 27 03:59:42 2005 UTC (18 years, 2 months ago) by
suxen_drol
Branch:
MAIN
Changes since
1.48: +7 -5 lines
Diff to
previous 1.48
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.47 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 3 16:20:51 2004 UTC (18 years, 8 months ago) by
syskin
Branch:
MAIN
Changes since
1.46: +2 -3 lines
Diff to
previous 1.46
don't touch a frame that doesn't have at least 4 bytes. safety, and removes one visible error in a rare case
Revision
1.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jun 22 07:23:10 2002 UTC (20 years, 11 months ago) by
suxen_drol
Branch:
MAIN
Changes since
1.17: +54 -53 lines
Diff to
previous 1.17
minor fixes: bframe N_VOP support, custom quant bug, BFRAME inc_frame_num()
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 26 11:16:08 2002 UTC (21 years, 2 months ago) by
h
Branch:
MAIN
Changes since
1.3: +33 -27 lines
Diff to
previous 1.3
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)
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.