[svn] / branches / dev-api-4 / xvidcore / src / encoder.c Repository:
ViewVC logotype

Log of /branches/dev-api-4/xvidcore/src/encoder.c

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 1204 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 13 22:35:30 2003 UTC (20 years, 4 months ago) by edgomez
File length: 61608 byte(s)
Diff to previous 1202 , to selected 938
* 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 1202 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 9 20:49:21 2003 UTC (20 years, 4 months ago) by edgomez
File length: 61627 byte(s)
Diff to previous 1201 , to selected 938
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 1201 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 9 20:47:14 2003 UTC (20 years, 4 months ago) by edgomez
File length: 61527 byte(s)
Diff to previous 1200 , to selected 938
* transfer_8to16_sub2_(c|mmx|xmm|3dne) write back the compensated
  result to current frame pointer.
* transfer_8to16_sub2_mmx uses proper rounding (a+b+1)/2. The +1
  operation was missing.
* Blocks skipped in bframes must be compensated for psnr computing.

Revision 1200 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 5 16:15:47 2003 UTC (20 years, 4 months ago) by edgomez
File length: 61373 byte(s)
Diff to previous 1189 , to selected 938
Patch from syskin.

* This patch avoids calling setedges and interpolate for uneeded cases:
    - setedges is only called once per frame.
    - interpolate is called only when the previous rounding
      was different from the one needed.
* Interpolation has been optimized a bit for qpel case, we do the
  hv pass down to top to use the cache more efficiently (hope so).

Revision 1189 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 27 00:50:05 2003 UTC (20 years, 5 months ago) by edgomez
File length: 60354 byte(s)
Diff to previous 1174 , to selected 938
Avoid rounding error in bquant->pquant

Revision 1174 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 7 13:02:35 2003 UTC (20 years, 5 months ago) by edgomez
File length: 60130 byte(s)
Diff to previous 1169 , to selected 938
Quantization namespace and API changes

Revision 1169 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 3 16:57:55 2003 UTC (20 years, 5 months ago) by edgomez
File length: 60128 byte(s)
Diff to previous 1165 , to selected 938
Removed BIGLUT support and fixes to sysKin last commit

Revision 1165 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 3 13:47:24 2003 UTC (20 years, 5 months ago) by syskin
File length: 60197 byte(s)
Diff to previous 1161 , to selected 938
interlacing support for bvops

Revision 1161 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 1 23:23:01 2003 UTC (20 years, 6 months ago) by edgomez
File length: 60202 byte(s)
Diff to previous 1157 , to selected 938
removed trailing spaces

Revision 1157 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 29 00:30:31 2003 UTC (20 years, 6 months ago) by edgomez
File length: 60355 byte(s)
Diff to previous 1131 , to selected 938
Memory leaks fixed.

Revision 1131 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 26 14:07:11 2003 UTC (20 years, 7 months ago) by edgomez
File length: 60472 byte(s)
Diff to previous 1126 , to selected 938
Final bits of AR flag support during encoding

Revision 1126 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 22 16:11:58 2003 UTC (20 years, 7 months ago) by edgomez
File length: 60060 byte(s)
Diff to previous 1115 , to selected 938
Fixes the Greyscale bug allowing color information going into the stream

Revision 1115 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 7 15:42:50 2003 UTC (20 years, 7 months ago) by chl
File length: 59669 byte(s)
Diff to previous 1109 , to selected 938
I hate warnings! So I removed all I could find...

Revision 1109 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 3 10:20:12 2003 UTC (20 years, 8 months ago) by syskin
File length: 59648 byte(s)
Diff to previous 1107 , to selected 938
lumimasking fixed (part 2)

Revision 1107 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 2 15:08:48 2003 UTC (20 years, 8 months ago) by edgomez
File length: 59546 byte(s)
Diff to previous 1105 , to selected 938
API changes

Revision 1105 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 29 23:02:34 2003 UTC (20 years, 8 months ago) by edgomez
File length: 59520 byte(s)
Diff to previous 1097 , to selected 938
Fixed bogus memory access

Revision 1097 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 28 12:29:07 2003 UTC (20 years, 8 months ago) by edgomez
File length: 59540 byte(s)
Diff to previous 1082 , to selected 938
Bitstream fixes (mainly a VOL syntax error and a missing/wrong paddings)

Revision 1082 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 13 09:57:51 2003 UTC (20 years, 8 months ago) by syskin
File length: 59992 byte(s)
Diff to previous 1080 , to selected 938
mcsel decision moved to motion loop

Revision 1080 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 2 13:15:01 2003 UTC (20 years, 9 months ago) by syskin
File length: 61192 byte(s)
Diff to previous 1077 , to selected 938
i-frame counter reset at each i-vop

Revision 1077 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 28 15:54:16 2003 UTC (20 years, 9 months ago) by chl
File length: 61166 byte(s)
Diff to previous 1070 , to selected 938
3 warp point GME - first commit

Revision 1070 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 13 12:11:27 2003 UTC (20 years, 9 months ago) by suxen_drol
File length: 60793 byte(s)
Diff to previous 1065 , to selected 938
bug fix: xvid_enc_frame_t->type now respected

Revision 1065 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 12:37:41 2003 UTC (20 years, 9 months ago) by suxen_drol
File length: 60797 byte(s)
Diff to previous 1057 , to selected 938
cleanup

Revision 1057 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 19:20:56 2003 UTC (20 years, 9 months ago) by edgomez
File length: 61562 byte(s)
Diff to previous 1054 , to selected 938
Removed #include to deleted file

Revision 1054 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 13:55:56 2003 UTC (20 years, 9 months ago) by edgomez
File length: 61593 byte(s)
Diff to previous 1053 , to selected 938
Added legal header

Revision 1053 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 01:25:19 2003 UTC (20 years, 9 months ago) by edgomez
File length: 61957 byte(s)
Diff to previous 1038 , to selected 938
ISO C89 comment style

Revision 1038 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 22 16:36:07 2003 UTC (20 years, 10 months ago) by edgomez
File length: 61913 byte(s)
Diff to previous 1031 , to selected 938
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 1031 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 17 13:26:51 2003 UTC (20 years, 10 months ago) by suxen_drol
File length: 61888 byte(s)
Diff to previous 1029 , to selected 938
* 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 1029 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 16 17:16:21 2003 UTC (20 years, 10 months ago) by suxen_drol
File length: 60879 byte(s)
Diff to previous 1025 , to selected 938
plugin data->min/max_quant[]s missing

Revision 1025 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 15 13:00:37 2003 UTC (20 years, 10 months ago) by suxen_drol
File length: 60734 byte(s)
Diff to previous 1014 , to selected 938
removedr XVID_DYNAMIC_BFRAMES from enc_encode() main loop.
the frame type return by MEAnalysis will now be respected, unless the bframe buffer is full.

Revision 1014 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 12 12:33:16 2003 UTC (20 years, 10 months ago) by suxen_drol
File length: 60969 byte(s)
Diff to previous 1000 , to selected 938
zones, profiles, vfw changes

Revision 1000 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 27 21:48:39 2003 UTC (20 years, 11 months ago) by edgomez
File length: 59952 byte(s)
Diff to previous 999 , to selected 938
Fixes a memory leak -- reported by valgrind

Revision 999 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 27 21:18:49 2003 UTC (20 years, 11 months ago) by edgomez
File length: 59862 byte(s)
Diff to previous 966 , to selected 938
Fix a 0byte allocation and then memory leak when num_plugins == 0 -- reported by valgrind

Revision 966 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 2 20:43:56 2003 UTC (21 years ago) by edgomez
File length: 59780 byte(s)
Diff to previous 964 , to selected 938
Keyframe default set to 10s instead of 250 fixed number (was marked ToDo:)

Revision 964 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 30 00:36:53 2003 UTC (21 years ago) by edgomez
File length: 59799 byte(s)
Diff to previous 953 , to selected 938
Fixes frame padding (uses PadAlways all the time) -- this fix works well with libavcodec but someone has to check the standard.

Revision 953 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 27 17:09:59 2003 UTC (21 years ago) by edgomez
File length: 59569 byte(s)
Diff to previous 949 , to selected 938
Synced with CVS_HEAD

Revision 949 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 26 14:56:49 2003 UTC (21 years ago) by edgomez
File length: 59558 byte(s)
Diff to previous 948 , to selected 938
Changed flags naming conventions

Revision 948 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 26 11:01:03 2003 UTC (21 years ago) by suxen_drol
File length: 59338 byte(s)
Diff to previous 941 , to selected 938
xvid_enc_rc_t removed

Revision 941 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 25 10:32:48 2003 UTC (21 years ago) by suxen_drol
File length: 59398 byte(s)
Diff to previous 938
timestamp bug (introduced my me some days ago)

Revision 938 - (view) (download) (annotate) - [selected]
Modified Sun Mar 23 04:03:01 2003 UTC (21 years ago) by suxen_drol
File length: 59394 byte(s)
Diff to previous 936
initial rate control

Revision 936 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 22 13:49:49 2003 UTC (21 years ago) by syskin
File length: 59124 byte(s)
Diff to previous 931 , to selected 938
encoder is able to decode bframes if it wants to

Revision 931 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 20 08:04:18 2003 UTC (21 years ago) by suxen_drol
File length: 59042 byte(s)
Diff to previous 926 , to selected 938
missing stats output fixed

Revision 926 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 16 12:05:09 2003 UTC (21 years ago) by suxen_drol
File length: 59274 byte(s)
Diff to previous 925 , to selected 938
dquant cleanup
xvid_pluing_lumimasking added
xvid_encraw -lumimasking option added

Revision 925 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 15 17:06:53 2003 UTC (21 years ago) by suxen_drol
File length: 59039 byte(s)
Diff to previous 924 , to selected 938
variable frame rate encoding

Revision 924 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 15 17:03:17 2003 UTC (21 years ago) by suxen_drol
File length: 59033 byte(s)
Diff to previous 922 , to selected 938
variable frame rate encoding

Revision 922 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 15 16:04:38 2003 UTC (21 years ago) by suxen_drol
File length: 58911 byte(s)
Diff to previous 920 , to selected 938
plugin/stats returns sse (integer)

Revision 920 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 15 14:32:56 2003 UTC (21 years ago) by suxen_drol
File length: 58343 byte(s)
Diff to previous 919 , to selected 938
enc_encode CLOSE_GOP fixed, further cleanup
XVID_REQORIGINAL plugin support
plugin examples: xvid_plugin_psnr, xvid_plugin_dump

Revision 919 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 13 11:07:20 2003 UTC (21 years ago) by suxen_drol
File length: 57159 byte(s)
Diff to previous 914 , to selected 938
plugin system
xvid_rawenc output cleanup
xvid_rawenc -p option

Revision 914 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 10 00:38:49 2003 UTC (21 years ago) by edgomez
File length: 52829 byte(s)
Diff to previous 910 , to selected 938
2003-03-10 00:36:15 GMT	Edouard Gomez <ed.gomez@free.fr>	patch-4

    Summary:
      Adds extended stats support even for bframes in xvidcore.
    Revision:
      xvidcore--devapi4--1.0--patch-4

    This patch enables core extended stats support even for bframes. It
    modifies the way the MBTransQuantBVOP function does its work. It used
    to not dequant, idct the MB because bframes are never used as reference
    frames. However if we want to compute stats, then we must perform these
    inverse transformations.

    modified files:
     src/encoder.c src/utils/mbfunctions.h src/utils/mbtransquant.c

Revision 910 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 9 00:28:10 2003 UTC (21 years ago) by edgomez
File length: 51934 byte(s)
Diff to previous 890 , to selected 938
Disables some debugging code

Revision 890 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 22 08:49:45 2003 UTC (21 years, 1 month ago) by suxen_drol
File length: 51797 byte(s)
Diff to previous 886 , to selected 938
++api v1.-127.0

Revision 886 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 21 14:49:29 2003 UTC (21 years, 1 month ago) by
File length: 62741 byte(s)
Diff to previous 875 , to selected 938
This commit was manufactured by cvs2svn to create branch 'dev-api-4'.

Revision 875 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 19 21:30:52 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 62741 byte(s)
Diff to previous 870 , to selected 938
Ported 0.9.x "unsigned/signed comparison warnings" fix

Revision 870 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 19 10:08:20 2003 UTC (21 years, 1 month ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 62742 byte(s)
Diff to previous 867 , to selected 938
Removed compiler warning (filename temp array was uint8_t instead of char)

Revision 867 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 17 23:45:21 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 62749 byte(s)
Diff to previous 853 , to selected 938
- Header
- ANSI C comments

Revision 853 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 15 18:48:15 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 62910 byte(s)
Diff to previous 851 , to selected 938
chromatic optimization -- forgottent bits from the merge

Revision 851 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 62390 byte(s)
Diff to previous 815 , to selected 938
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 815 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 4 22:00:44 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 28933 byte(s)
Diff to previous 686 , to selected 938
Fixed a bunch of unsigned/signed comparisons assignments

Revision 686 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 28 07:27:37 2002 UTC (21 years, 4 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.c
File length: 28975 byte(s)
Diff to previous 677 , to selected 938
smp remove patch <rickf at ebenchmarks.com>

Revision 677 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 26 23:44:11 2002 UTC (21 years, 4 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 29333 byte(s)
Diff to previous 648 , to selected 938
ANSI C compliancy - thx Rick Foos

Revision 648 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 16 23:38:16 2002 UTC (21 years, 4 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 29318 byte(s)
Diff to previous 605 , to selected 938
License Change

Revision 605 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 19 12:20:33 2002 UTC (21 years, 5 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 28288 byte(s)
Diff to previous 603 , to selected 938
Fixed copyrights

Revision 603 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 19 11:41:12 2002 UTC (21 years, 5 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 28172 byte(s)
Diff to previous 541 , to selected 938
Changed Michael Militzer to name + email (next patch will fix copyrights with the right holders)

Revision 541 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 25 23:37:09 2002 UTC (21 years, 6 months ago) by h
Original Path: trunk/xvidcore/src/encoder.c
File length: 28147 byte(s)
Diff to previous 477 , to selected 938
removed incomplete field-mv support

Revision 477 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 12 18:53:35 2002 UTC (21 years, 6 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 28900 byte(s)
Diff to previous 455 , to selected 938
Fixed a VC++ compiler warning

Revision 455 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 8 16:38:03 2002 UTC (21 years, 6 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 28882 byte(s)
Diff to previous 419 , to selected 938
- Compiler warning fixed.

Revision 419 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 5 21:02:19 2002 UTC (21 years, 6 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 28881 byte(s)
Diff to previous 413 , to selected 938
Call MBPrediction only of INTRA/INTRA_Q blocks

Revision 413 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 5 19:34:35 2002 UTC (21 years, 6 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 28882 byte(s)
Diff to previous 405 , to selected 938
Thanks to christoph i removed this nasty horrible bug ! Kidding of course :-)

Revision 405 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 4 21:43:46 2002 UTC (21 years, 6 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 28894 byte(s)
Diff to previous 403 , to selected 938
Added $Id$ keyword again

Revision 403 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 4 21:41:57 2002 UTC (21 years, 6 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 28834 byte(s)
Diff to previous 402 , to selected 938
Removed BFRAMES parts of the code.

Revision 402 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 4 21:16:02 2002 UTC (21 years, 6 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 53203 byte(s)
Diff to previous 387 , to selected 938
- Removed history header
- File Copyright to Michael until we find who wrote this file

Revision 387 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 3 17:25:45 2002 UTC (21 years, 6 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 53644 byte(s)
Diff to previous 384 , to selected 938
Support for timestamps even without #define BFRAMES

Revision 384 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 19 19:19:40 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 53745 byte(s)
Diff to previous 369 , to selected 938
x_pos, y_pos are not needed in MBTransQuantInterBVOP()

Revision 369 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 9 20:05:28 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 53761 byte(s)
Diff to previous 366 , to selected 938
Use MBTransQuantInterBVOP (skips work) for small B-frame speedup

Revision 366 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 7 10:09:00 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 53757 byte(s)
Diff to previous 360 , to selected 938
New variable pEnc->last_sync for (more) correct time-codes in B-frames mode.
Not a 100% clean solution. NOTE: Whole Timecode management must be rewritten!

Revision 360 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 4 23:27:40 2002 UTC (21 years, 7 months ago) by Isibaar
Original Path: trunk/xvidcore/src/encoder.c
File length: 53341 byte(s)
Diff to previous 359 , to selected 938
windows b-frames fix

Revision 359 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 4 22:34:49 2002 UTC (21 years, 7 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 53294 byte(s)
Diff to previous 358 , to selected 938
Fix missing symbol error when compiled without bframes support (thx monrad on IRC-opn)

Revision 358 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 4 21:32:56 2002 UTC (21 years, 7 months ago) by Isibaar
Original Path: trunk/xvidcore/src/encoder.c
File length: 53272 byte(s)
Diff to previous 354 , to selected 938
"first frame p-frame" bugfix

Revision 354 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 1 12:53:45 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 53296 byte(s)
Diff to previous 353 , to selected 938
Oops, a 'k' had run away.

Revision 353 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 31 18:19:49 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 53293 byte(s)
Diff to previous 350 , to selected 938
First support for XVID_GREYSCALE: chroma DC is zeroed, AC is not saved.
No speed improvement, but working feature.

Revision 350 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 30 12:14:37 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 52676 byte(s)
Diff to previous 349 , to selected 938
Modified to only drop if blockcount is _less_ than ratio instead of _less or
equa_, otherwise drops were still possible, even for drop=0 (-> bframe crash)

Revision 349 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 29 19:21:23 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 52677 byte(s)
Diff to previous 347 , to selected 938
Fixed timecode problem for direct mode with max_bframes>1

Revision 347 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 28 13:06:46 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 52710 byte(s)
Diff to previous 340 , to selected 938
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 340 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 24 23:17:19 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 51643 byte(s)
Diff to previous 327 , to selected 938
Fix B-frame: Direct Mode with INTER4V

Revision 327 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 22 18:03:47 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 51124 byte(s)
Diff to previous 326 , to selected 938
Range check for B-frame quantizer

Revision 326 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 21 23:34:08 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 51128 byte(s)
Diff to previous 325 , to selected 938
bframe encoding bugfixes, ME unification

Revision 325 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 21 14:05:38 2002 UTC (21 years, 8 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 50835 byte(s)
Diff to previous 324 , to selected 938
Small fix to make sure negative values => defaults settings

Revision 324 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 21 03:49:47 2002 UTC (21 years, 8 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.c
File length: 50838 byte(s)
Diff to previous 322 , to selected 938
frame_drop_ratio

Revision 322 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 20 22:30:30 2002 UTC (21 years, 8 months ago) by albeu
Original Path: trunk/xvidcore/src/encoder.c
File length: 49724 byte(s)
Diff to previous 318 , to selected 938
Add missing #ifdef around some bframe code

Revision 318 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 19 15:02:39 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 49700 byte(s)
Diff to previous 317 , to selected 938
removed debug code

Revision 317 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 19 14:56:00 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 49912 byte(s)
Diff to previous 313 , to selected 938
Bugfix for B-frame encoding (new parameters time_bp, time_pp to BVOP-ME)

Revision 313 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 18 23:52:40 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 49335 byte(s)
Diff to previous 295 , to selected 938
Fixed for Bframes encoding and maybe decoding, too.

Revision 295 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 12 12:26:55 2002 UTC (21 years, 8 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.c
File length: 49324 byte(s)
Diff to previous 290 , to selected 938
XVID_ENC_PARAM->num_threads

Revision 290 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 11 00:15:59 2002 UTC (21 years, 8 months ago) by chenm001
Original Path: trunk/xvidcore/src/encoder.c
File length: 49316 byte(s)
Diff to previous 284 , to selected 938
fix a little bug and added the BFRAMES_DEC_DEBUG support

Revision 284 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 10 19:16:32 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 48780 byte(s)
Diff to previous 259 , to selected 938
Minor change: Switch to get_pmv2 instead of get_pmvdata in HintedME

Revision 259 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 6 17:04:57 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 48853 byte(s)
Diff to previous 252 , to selected 938
Minor modifications for supporting multithreaded ME.
Without _SMP symbol there should be no changes in behaviour.

Revision 252 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 30 10:46:29 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.c
File length: 48467 byte(s)
Diff to previous 248 , to selected 938
resync patch

Revision 248 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 28 15:14:40 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.c
File length: 48353 byte(s)
Diff to previous 240 , to selected 938
resync support, check_cpu_features() fixed

Revision 240 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 25 09:41:54 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.c
File length: 48341 byte(s)
Diff to previous 238 , to selected 938
minor dx50bvop fix

Revision 238 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 24 09:53:18 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.c
File length: 48313 byte(s)
Diff to previous 236 , to selected 938
added font.c, sgi-irix64 makefile, dx50bvop working

Revision 236 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 23 19:48:06 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 47408 byte(s)
Diff to previous 234 , to selected 938
- transfer_8to16sub2_mmx activation
- Compile fixes (a missing image/font.h ???)
- Linux Makefile update to take care of last changes in feature
constants

Revision 234 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 23 03:58:32 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.c
File length: 47435 byte(s)
Diff to previous 233 , to selected 938
XVID_GLOBAL_*, XVID_CPU_CHKONLY, timestamp fix, font.c

Revision 233 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 22 07:23:10 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.c
File length: 46641 byte(s)
Diff to previous 229 , to selected 938
minor fixes: bframe N_VOP support, custom quant bug, BFRAME inc_frame_num()

Revision 229 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 20 14:05:58 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.c
File length: 46556 byte(s)
Diff to previous 208 , to selected 938
bframe patch

Revision 208 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 14 13:21:35 2002 UTC (21 years, 9 months ago) by Isibaar
Original Path: trunk/xvidcore/src/encoder.c
File length: 42069 byte(s)
Diff to previous 198 , to selected 938
some small fixes

Revision 198 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 13 11:42:15 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 42026 byte(s)
Diff to previous 195 , to selected 938
EMMS macro replaced by the emms() function.

Revision 195 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 12 20:38:41 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 41935 byte(s)
Diff to previous 194 , to selected 938
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 194 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 9 23:30:50 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 42592 byte(s)
Diff to previous 192 , to selected 938
Another bunch of 80 column cut, ANSI C comments - There's still work to do there :\

Revision 192 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 9 13:16:26 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 38969 byte(s)
Diff to previous 189 , to selected 938
80 Column cutting. I've put all the encoder_create cleaning code in goto statements, this is a clean way to do that job but some people don't like goto statements

Revision 189 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 7 10:36:08 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 37305 byte(s)
Diff to previous 188 , to selected 938
Last bits of "Rate control per instance" patch

Revision 188 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 7 10:21:48 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 37245 byte(s)
Diff to previous 168 , to selected 938
Rate control structure per encoder

Revision 168 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 9 00:15:51 2002 UTC (21 years, 10 months ago) by chenm001
Original Path: trunk/xvidcore/src/encoder.c
File length: 37143 byte(s)
Diff to previous 164 , to selected 938
add low_delay decode support

Revision 164 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 6 10:07:19 2002 UTC (21 years, 10 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.c
File length: 36998 byte(s)
Diff to previous 158 , to selected 938
low_delay

Revision 158 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 3 15:26:30 2002 UTC (21 years, 11 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 36939 byte(s)
Diff to previous 157 , to selected 938
Removed the "not ANSI compliant" BFRAMES after the #endif

Revision 157 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 3 08:37:55 2002 UTC (21 years, 11 months ago) by Isibaar
Original Path: trunk/xvidcore/src/encoder.c
File length: 36947 byte(s)
Diff to previous 152 , to selected 938
quant range checking

Revision 152 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 1 13:00:02 2002 UTC (21 years, 11 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.c
File length: 36827 byte(s)
Diff to previous 150 , to selected 938
#define BFRAMES

Revision 150 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 29 06:45:55 2002 UTC (21 years, 11 months ago) by chenm001
Original Path: trunk/xvidcore/src/encoder.c
File length: 28455 byte(s)
Diff to previous 147 , to selected 938
fix a little compile bug(in DEBUG mode)

Revision 147 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 28 23:31:00 2002 UTC (21 years, 11 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 28441 byte(s)
Diff to previous 145 , to selected 938
Sad values can be negative (Christoph Lampert Post scriptum in a mail to the dev mail list)

Revision 145 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 28 21:55:06 2002 UTC (21 years, 11 months ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 28442 byte(s)
Diff to previous 138 , to selected 938
Cosmetic, added GPL header and RCS id field

Revision 138 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 25 19:27:49 2002 UTC (21 years, 11 months ago) by chl
Original Path: trunk/xvidcore/src/encoder.c
File length: 26575 byte(s)
Diff to previous 136 , to selected 938
#ifdef'd OutputDebugString because it's _DEBUG an Windows only

Revision 136 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 25 06:55:00 2002 UTC (21 years, 11 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.c
File length: 26491 byte(s)
Diff to previous 128 , to selected 938
FRAMEINFO

Revision 128 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 17 14:05:54 2002 UTC (21 years, 11 months ago) by h
Original Path: trunk/xvidcore/src/encoder.c
File length: 25175 byte(s)
Diff to previous 121 , to selected 938
fixed bug when using lumi masking with hinted ME

Revision 121 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 15 08:03:50 2002 UTC (21 years, 11 months ago) by h
Original Path: trunk/xvidcore/src/encoder.c
File length: 24885 byte(s)
Diff to previous 118 , to selected 938
support for foxer's updated cbr code

Revision 118 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 13 16:30:02 2002 UTC (21 years, 11 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/encoder.c
File length: 24653 byte(s)
Diff to previous 113 , to selected 938
bframe "support" code

Revision 113 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 10 07:40:51 2002 UTC (21 years, 11 months ago) by Isibaar
Original Path: trunk/xvidcore/src/encoder.c
File length: 20959 byte(s)
Diff to previous 108 , to selected 938
PSNR calculations

Revision 108 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 7 11:57:47 2002 UTC (21 years, 11 months ago) by h
Original Path: trunk/xvidcore/src/encoder.c
File length: 20246 byte(s)
Diff to previous 104 , to selected 938
debug output for cbr

Revision 104 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 6 05:33:44 2002 UTC (21 years, 11 months ago) by h
Original Path: trunk/xvidcore/src/encoder.c
File length: 20245 byte(s)
Diff to previous 101 , to selected 938
moved HintedMEGet() on intra, to FrameCodeI()

Revision 101 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 5 14:40:36 2002 UTC (21 years, 11 months ago) by h
Original Path: trunk/xvidcore/src/encoder.c
File length: 20248 byte(s)
Diff to previous 100 , to selected 938
hinted motion estimation support (raw or compressed)

Revision 100 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 4 13:58:18 2002 UTC (21 years, 11 months ago) by Isibaar
Original Path: trunk/xvidcore/src/encoder.c
File length: 15631 byte(s)
Diff to previous 87 , to selected 938
reworked vlc tables

Revision 87 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 07:24:57 2002 UTC (22 years ago) by h
Original Path: trunk/xvidcore/src/encoder.c
File length: 15677 byte(s)
Diff to previous 86 , to selected 938
fixed crash when using lumi masking in cbr mode (i'm such an idiot)

Revision 86 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 07:18:30 2002 UTC (22 years ago) by h
Original Path: trunk/xvidcore/src/encoder.c
File length: 15500 byte(s)
Diff to previous 85 , to selected 938
fixed crash when using lumi masking in cbr mode (last time..)

Revision 85 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 07:08:09 2002 UTC (22 years ago) by h
Original Path: trunk/xvidcore/src/encoder.c
File length: 15770 byte(s)
Diff to previous 84 , to selected 938
fixed crash when using lumi masking in cbr mode (removed development code)

Revision 84 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 07:03:24 2002 UTC (22 years ago) by h
Original Path: trunk/xvidcore/src/encoder.c
File length: 16166 byte(s)
Diff to previous 83 , to selected 938
fixed crash when using lumi masking in cbr mode

Revision 83 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 04:25:16 2002 UTC (22 years ago) by h
Original Path: trunk/xvidcore/src/encoder.c
File length: 15482 byte(s)
Diff to previous 78 , to selected 938
merged image/pMBs create and destroy stuff into single if()

Revision 78 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 28 20:57:25 2002 UTC (22 years ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 15752 byte(s)
Diff to previous 73 , to selected 938
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 73 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 28 12:24:41 2002 UTC (22 years ago) by canard
Original Path: trunk/xvidcore/src/encoder.c
File length: 15721 byte(s)
Diff to previous 69 , to selected 938
LINUX: proper alignement on the stack

Revision 69 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 26 11:16:08 2002 UTC (22 years ago) by h
Original Path: trunk/xvidcore/src/encoder.c
File length: 15468 byte(s)
Diff to previous 66 , to selected 938
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)

Revision 66 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 24 20:07:31 2002 UTC (22 years ago) by canard
Original Path: trunk/xvidcore/src/encoder.c
File length: 15601 byte(s)
Diff to previous 64 , to selected 938
s/16/CACHE_LINE/

Revision 64 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 24 05:47:48 2002 UTC (22 years ago) by h
Original Path: trunk/xvidcore/src/encoder.c
File length: 15577 byte(s)
Diff to previous 42 , to selected 938
foxer's cbr mode
(hijacks the rc_buffersize variable and uses it as reaction delay - easier than changing xvid.h)

Revision 42 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 20 14:02:59 2002 UTC (22 years ago) by Isibaar
Original Path: trunk/xvidcore/src/encoder.c
File length: 15615 byte(s)
Diff to previous 41 , to selected 938
alignment stuff

Revision 41 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 20 00:28:02 2002 UTC (22 years ago) by Isibaar
Original Path: trunk/xvidcore/src/encoder.c
File length: 15565 byte(s)
Diff to previous 36 , to selected 938
xvid_malloc/xvid_free

Revision 36 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 16 15:55:12 2002 UTC (22 years ago) by Isibaar
Original Path: trunk/xvidcore/src/encoder.c
File length: 15444 byte(s)
Diff to previous 29 , to selected 938
removed init_timer

Revision 29 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 16 09:55:19 2002 UTC (22 years ago) by h
Original Path: trunk/xvidcore/src/encoder.c
File length: 15429 byte(s)
Diff to previous 20 , to selected 938
prevented RateControlUpdate() being called in non-cbr encodes
(bitrate isn't 0 anymore - it's set to 900000 in encoder_create())

Revision 20 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 9 21:44:47 2002 UTC (22 years ago) by Isibaar
Original Path: trunk/xvidcore/src/encoder.c
File length: 15426 byte(s)
Diff to previous 13 , to selected 938
qmatrix bugfix

Revision 13 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 9 14:58:50 2002 UTC (22 years ago) by edgomez
Original Path: trunk/xvidcore/src/encoder.c
File length: 15198 byte(s)
Diff to previous 4 , to selected 938
Small cleanup for gcc warnings and code indentation (thx emacs indent-region :-)

Revision 4 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 8 19:17:46 2002 UTC (22 years ago) by Isibaar
Original Path: trunk/xvidcore/src/encoder.c
File length: 15536 byte(s)
Diff to previous 3 , to selected 938
custom qmatrix support

Revision 3 - (view) (download) (annotate) - [select for diffs]
Added Fri Mar 8 02:46:11 2002 UTC (22 years ago) by Isibaar
Original Path: trunk/xvidcore/src/encoder.c
File length: 15226 byte(s)
Diff to selected 938
moved sources

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4