Log of /branches/Isibaar/xvidcore/src/bitstream
Directory Listing
Revision
1002 -
Directory Listing
Modified
Sat May 3 10:05:56 2003 UTC (19 years, 10 months ago) by
This commit was manufactured by cvs2svn to create branch 'Isibaar'.
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)