Log of /branches/release-1_3-branch/xvidcore/src/bitstream
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
1773 -
Directory Listing
Modified
Sat Apr 28 16:30:26 2007 UTC (15 years, 11 months ago) by
syskin
Original Path:
trunk/xvidcore/src/bitstream
Correction to out-of-bounds memory access in d_mv_bits; an assertion showing that d_mv_bits is still wrong; VC8 project files
Revision
1772 -
Directory Listing
Modified
Mon Apr 16 19:01:28 2007 UTC (15 years, 11 months ago) by
Skal
Original Path:
trunk/xvidcore/src/bitstream
fix for bad resync_marker length in b-vops (both enc and dec)
Thanks to Mathieu Monnier for the report
(mathieu.monnier at polytechnique dot org)
Revision
1726 -
Directory Listing
Modified
Sun Sep 3 08:46:56 2006 UTC (16 years, 7 months ago) by
Skal
Original Path:
trunk/xvidcore/src/bitstream
+ added a protection flag XVID_SAFE_BS_TAIL for not reading
more than 4byte past the end of the input buffer. This is
disabled by default (because slow), and 8byte-padding of input
buffer should be a prefered solution in case of problem.
Please cross-check i didn't break something.
Thanks to Liang Jian ( jianliang79 at gmail dot com ) for
pointing out the problem.
Revision
1699 -
Directory Listing
Modified
Fri Apr 14 07:24:47 2006 UTC (16 years, 11 months ago) by
Skal
Original Path:
trunk/xvidcore/src/bitstream
preserve the intervening bytes in BitstreamInit()
original reports by Alex Volkov and Liang Jian.
Revision
1696 -
Directory Listing
Modified
Mon Mar 27 11:21:48 2006 UTC (17 years ago) by
Skal
Original Path:
trunk/xvidcore/src/bitstream
fix for the visual_object_verid vs. video_object_layer_verid
problem of 6.3.3, reported by Li Xiang (lixiang01 at gmail dot com)
Thanks for report and test bitstreams!
Revision
1644 -
Directory Listing
Modified
Thu Oct 6 10:46:42 2005 UTC (17 years, 5 months ago) by
Isibaar
Original Path:
trunk/xvidcore/src/bitstream
- Wiped the remainders of RRV encoding support
- Marked the RRV flags as obsolete in xvid.h API
Revision
1632 -
Directory Listing
Modified
Tue Sep 13 12:12:15 2005 UTC (17 years, 6 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/src/bitstream
Field interlaced decoding, contributed by Christoph Kuehnel
decoder.c
=========
- Some new defines for DIV
- <decoder_mb_decode> modified: had wrong address offsets for interlaced
- <decoder_mbinter_field> = new function for interlaced
- <get_motion_vector_interlaced> = new function for interlaced motion vector prediction
- <decoder_pframe> modified so that it differs between frame and field prediction
global.h
========
- For field motion prediction MACORBLOCK has new member that is the average of
field1 and field2 motion vector = <mvs_avg>
xvid.c
======
- For field predicted macroblocks we need new field oriented transfer functions.
For colour calculations they may only process 4 lines (one field from the colour
macroblock that is 8x8). So I introduced 4 new function pointers:
<transfer8x4_copy, interpolate8x4_ ...)
mbcoding.c
==========
- _DEBUG code; index is checked against 64
interpolate8x8.[c,h,asm]
===========================
- New 8x4 functions
mbpredicition.[c,h]
===============
- New function <get_pmv2_interlaced> for interlaced prediciton according to spec
mem_transfer.[c,h,asm]
==============
- New 8x4 function
Revision
1629 -
Directory Listing
Modified
Fri Aug 5 20:49:23 2005 UTC (17 years, 8 months ago) by
Skal
Original Path:
trunk/xvidcore/src/bitstream
Added Carlo's optimized cbp calc function, and bench (slightly edited).
(carlo dot bramix at libero dot it)
Revision
1627 -
Directory Listing
Modified
Mon Aug 1 10:53:46 2005 UTC (17 years, 8 months ago) by
Isibaar
Original Path:
trunk/xvidcore/src/bitstream
* 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
1617 -
Directory Listing
Modified
Mon May 23 09:29:43 2005 UTC (17 years, 10 months ago) by
Skal
Original Path:
trunk/xvidcore/src/bitstream
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
1616 -
Directory Listing
Modified
Tue May 17 21:03:32 2005 UTC (17 years, 10 months ago) by
Skal
Original Path:
trunk/xvidcore/src/bitstream
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
1607 -
Directory Listing
Modified
Sun Mar 27 03:59:42 2005 UTC (18 years ago) by
suxen_drol
Original Path:
trunk/xvidcore/src/bitstream
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
1553 -
Directory Listing
Modified
Sun Oct 3 16:20:51 2004 UTC (18 years, 6 months ago) by
syskin
Original Path:
trunk/xvidcore/src/bitstream
don't touch a frame that doesn't have at least 4 bytes. safety, and removes one visible error in a rare case
Revision
824 -
Directory Listing
Modified
Sun Feb 9 19:32:52 2003 UTC (20 years, 1 month ago) by
edgomez
Original Path:
trunk/xvidcore/src/bitstream
I made all these changes on my own working copy until i had
something really usable wihtout regressions for most users.
I think its place is now in CVS. Here is a ChangeLog summary
generated from my local patches.
base-0
Imported xvidcore 0.9.0 into arch repository
patch-1
Updated to current stable CVS_HEAD
patch-2
Changed build system for Unix OSes
patch-3
Fixes for the new build system in sources.
patch-4
Fixed options and added the --disable-assembly option
patch-5
Fixed a BSD checking in nasm output format.
patch-6
Fixed the "ar" "s" option for some platforms.
patch-7
Changed the way I add strings into variables.
patch-8
Fixed portab.h for _DEBUG target and GCC/ICC compilers.
patch-9
Added Altivec detection (Guillaume Morin)
patch-10
Fixed MacOSX build.
patch-11
Fixed WIN32/_MSC_VER confusion and updated MSVC libxvidcore.dsp project file.
patch-12
DivX4 compatibility layer has been turned into an option (default:disable).
ToDo:
- Fix IA64 assembly file selection.
- Do I disable PPC assembly code ? (according to Guillaume, it needs to be updated)
Revision
816 -
Directory Listing
Modified
Thu Feb 6 00:48:08 2003 UTC (20 years, 1 month ago) by
edgomez
Original Path:
trunk/xvidcore/src/bitstream
Fixed a bug where run_esc==-1 was indexing an array -> segfault (spoted on a strong arm CPU ;-)
Revision
731 -
Directory Listing
Modified
Thu Dec 19 22:58:58 2002 UTC (20 years, 3 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/bitstream
Fixed a buffer overflow in vlc_init (lacked a few more VLC in intra/inter tables) - should solve the static problem on MSVC targets too
Revision
603 -
Directory Listing
Modified
Sat Oct 19 11:41:12 2002 UTC (20 years, 5 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/bitstream
Changed Michael Militzer to name + email (next patch will fix copyrights with the right holders)
Revision
466 -
Directory Listing
Modified
Tue Sep 10 22:25:23 2002 UTC (20 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/bitstream
- Changed header
- Extended peter's copyright to 2002
- Cosmetic separation between logical sections
Revision
453 -
Directory Listing
Modified
Sun Sep 8 15:39:01 2002 UTC (20 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/bitstream
- Moved get_coeff from vlc_codes.h
- Disabled MBCodingBVOP with #ifdef 0 #endif (Will be removed completly when i'm sure it doesn't hurt)
Revision
450 -
Directory Listing
Modified
Sun Sep 8 13:44:11 2002 UTC (20 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src/bitstream
- Added GPL Header + patent infringement
- Cosmetic
- The inlined function will be moved later
Revision
347 -
Directory Listing
Modified
Sun Jul 28 13:06:46 2002 UTC (20 years, 8 months ago) by
chl
Original Path:
trunk/xvidcore/src/bitstream
Modified SKIP mb behaviour for Pframes when Bframes are active: Check if
intermediate B-block can be skipped, too. Check for SKIP is now done
in encode_pframe(), not in MBCoding().
Revision
335 -
Directory Listing
Modified
Wed Jul 24 19:34:14 2002 UTC (20 years, 8 months ago) by
chl
Original Path:
trunk/xvidcore/src/bitstream
Added #ifdef _DISABLE_SKIP in MBCoding(). If this is defined, there
will be __no skipped macroblocks__ in P-frames!
This is of course bad (bigger files), but it's needed for clean B-frame
encoding until we have a workaround for the SKIP-flaw in the standard. :-(
Revision
78 -
Directory Listing
Modified
Thu Mar 28 20:57:25 2002 UTC (21 years ago) by
edgomez
Original Path:
trunk/xvidcore/src/bitstream
Big patch, use it with care (tests done with GNU/Linux) :
- Trivial warnings in encoder.c line 282 ret1 = ret 2 = 0;
- Lot of "New line at end of file missing" warnings fixed (gcc3)
- All 2d arrays have been turned into 1d arrays
To force alignment of matrices on stack, use DECLARE_ALIGNED_MATRIX
(read portab.h)
Win32 users should give feedback.
Revision
69 -
Directory Listing
Modified
Tue Mar 26 11:16:08 2002 UTC (21 years ago) by
h
Original Path:
trunk/xvidcore/src/bitstream
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)