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

Log of /branches/dev-api-4/xvidcore/src/xvid.h

Parent Directory Parent Directory


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

Revision 1448 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 9 14:00:35 2004 UTC (19 years, 10 months ago) by chl
File length: 31184 byte(s)
Diff to previous 1373 , to selected 1238
VBV check and scaling for 2nd-pass of twopass
enable by defining VBV macro and setting rcparam->vbvsize nonzero

Revision 1373 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 3 20:57:36 2004 UTC (20 years ago) by edgomez
File length: 31096 byte(s)
Diff to previous 1349 , to selected 1238
Marking rc3

Revision 1349 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 1 11:34:48 2004 UTC (20 years, 2 months ago) by chl
File length: 31092 byte(s)
Diff to previous 1344 , to selected 1238
Restored previous colorspace behaviour

Revision 1344 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 30 18:53:50 2004 UTC (20 years, 2 months ago) by chl
File length: 31092 byte(s)
Diff to previous 1332 , to selected 1238
Renamed colorspaces to match standard (MPEG's internal format is YCbCr)
Users of internal API: Please use CSP_PLANAR now instead of CSP_USER.

Revision 1332 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 26 00:12:16 2004 UTC (20 years, 2 months ago) by edgomez
File length: 31056 byte(s)
Diff to previous 1308 , to selected 1238
RC1

Revision 1308 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 7 13:51:02 2004 UTC (20 years, 2 months ago) by edgomez
File length: 31056 byte(s)
Diff to previous 1299 , to selected 1238
Cosmetic spaces

Revision 1299 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 27 10:50:50 2003 UTC (20 years, 3 months ago) by edgomez
File length: 31052 byte(s)
Diff to previous 1290 , to selected 1238
Beta3

Revision 1290 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 20 22:20:54 2003 UTC (20 years, 3 months ago) by edgomez
File length: 31052 byte(s)
Diff to previous 1281 , to selected 1238
Added ARGB colorspace (C code only)

Revision 1281 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 18 21:40:11 2003 UTC (20 years, 3 months ago) by Isibaar
File length: 30993 byte(s)
Diff to previous 1276 , to selected 1238
improved reliability of new speed-up flags

Revision 1276 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 18 14:47:44 2003 UTC (20 years, 3 months ago) by edgomez
File length: 30901 byte(s)
Diff to previous 1275 , to selected 1238
Small glitches during last michael's commits:
 * cosmetic tab vs spaces in xvid.h, or missing ending newline...
 * probable bug in early stop for bvops

Revision 1275 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 18 13:26:48 2003 UTC (20 years, 3 months ago) by Isibaar
File length: 30895 byte(s)
Diff to previous 1274 , to selected 1238
- XVID_ME_BFRAME_EARLYSTOP
sorry for all the new ME flags ;-)

Revision 1274 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 18 02:53:30 2003 UTC (20 years, 3 months ago) by Isibaar
File length: 30810 byte(s)
Diff to previous 1273 , to selected 1238
- XVID_ME_FAST_MODEINTERPOLATE

Revision 1273 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 18 02:02:08 2003 UTC (20 years, 3 months ago) by Isibaar
File length: 30714 byte(s)
Diff to previous 1270 , to selected 1238
- XVID_ME_FASTREFINE16 also for b-frame bf_search
- XVID_ME_SKIP_DELTASEARCH to skip direct mode delta search

Revision 1270 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 17 17:07:38 2003 UTC (20 years, 3 months ago) by Isibaar
File length: 30623 byte(s)
Diff to previous 1267 , to selected 1238
some quality improvements for postprocessing

Revision 1267 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 17 15:16:16 2003 UTC (20 years, 3 months ago) by edgomez
File length: 30567 byte(s)
Diff to previous 1259 , to selected 1238
* Two pass update (see patch-141 entry for more details)
* vfw AR widget + typo mistake

Revision 1259 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 12 14:16:40 2003 UTC (20 years, 3 months ago) by edgomez
File length: 26842 byte(s)
Diff to previous 1253 , to selected 1238
* better PAR handling

Revision 1253 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 10 15:07:42 2003 UTC (20 years, 3 months ago) by edgomez
File length: 26818 byte(s)
Diff to previous 1251 , to selected 1238
* copyright fix(?)
* ending new lines missing (gcc)
* added $Id$ field

Revision 1251 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 10 01:02:44 2003 UTC (20 years, 3 months ago) by Isibaar
File length: 26816 byte(s)
Diff to previous 1244 , to selected 1238
postprocessing (deblocking) code ported from Isibaar branch + speed-up

Revision 1244 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 6 10:56:10 2003 UTC (20 years, 3 months ago) by chl
File length: 26684 byte(s)
Diff to previous 1243 , to selected 1238
Minor color space correction.

Revision 1243 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 6 10:35:23 2003 UTC (20 years, 3 months ago) by chl
File length: 26674 byte(s)
Diff to previous 1242 , to selected 1238
"Picture aspect ratio" is in fact "Pixel aspect ratio".
Good that P==P, so there's no need to change anything but commentaries.

Revision 1242 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 5 14:44:35 2003 UTC (20 years, 3 months ago) by edgomez
File length: 26682 byte(s)
Diff to previous 1238
See ChangeLog patch-120 to patch-123

Revision 1238 - (view) (download) (annotate) - [selected]
Modified Wed Dec 3 19:46:50 2003 UTC (20 years, 3 months ago) by edgomez
File length: 26318 byte(s)
Diff to previous 1236
sane default for profile if its value is 0x00 (reserved and usually the
result of a create structure memset(..., 0, ...))

Revision 1236 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 3 02:35:33 2003 UTC (20 years, 3 months ago) by Isibaar
File length: 26318 byte(s)
Diff to previous 1226 , to selected 1238
increased bitstream version

Revision 1226 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 29 17:26:12 2003 UTC (20 years, 4 months ago) by edgomez
File length: 26318 byte(s)
Diff to previous 1216 , to selected 1238
Marking the start of beta1

Revision 1216 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 19 15:42:38 2003 UTC (20 years, 4 months ago) by syskin
File length: 26317 byte(s)
Diff to previous 1202 , to selected 1238
small redesign of plugin system to make lumimasking working

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: 26286 byte(s)
Diff to previous 1176 , to selected 1238
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 1176 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 9 18:50:22 2003 UTC (20 years, 5 months ago) by edgomez
File length: 26168 byte(s)
Diff to previous 1174 , to selected 1238
Updated assembly functions to match new API -- more to come when matrices will be part of the function parameters

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: 26119 byte(s)
Diff to previous 1169 , to selected 1238
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: 26162 byte(s)
Diff to previous 1161 , to selected 1238
Removed BIGLUT support and fixes to sysKin last commit

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: 26162 byte(s)
Diff to previous 1155 , to selected 1238
removed trailing spaces

Revision 1155 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 28 13:43:47 2003 UTC (20 years, 6 months ago) by edgomez
File length: 26183 byte(s)
Diff to previous 1150 , to selected 1238
Fix the way the macros that help building xvid version constants. It was
basically initializing ints and then just using the 8 bit part. It's
much better to explicitly use chars so each byte really is what it's
supposed to be.

Revision 1150 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 11 15:28:51 2003 UTC (20 years, 6 months ago) by syskin
File length: 26158 byte(s)
Diff to previous 1138 , to selected 1238
new BS version due to recent fcode fix

Revision 1138 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 6 11:24:50 2003 UTC (20 years, 6 months ago) by Isibaar
File length: 26164 byte(s)
Diff to previous 1136 , to selected 1238
argh - fast mode decision was _always_ activated no matter which flags where set - fixed now...

Revision 1136 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 4 18:40:02 2003 UTC (20 years, 6 months ago) by Isibaar
File length: 26163 byte(s)
Diff to previous 1131 , to selected 1238
Newly introduced:

- XVID_ME_DETECT_STATIC_MOTION: skips MV search in stationary scenes (gives a slight speed-up and a PSNR drop of ~0.03 dB)
- XVID_ME_FASTREFINE16: low complexity subpel refinement. Useful mainly for qpel (big speed-up, small PSNR drop of ~0.05 dB)
- XVID_VOP_FAST_MODEDECISION_RD: performs R-D checking only 'when really needed' (significant speed-up, again mild PSNR drop)

All new options need further testing/fine tuning...

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: 25898 byte(s)
Diff to previous 1115 , to selected 1238
Final bits of AR flag support during encoding

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: 25853 byte(s)
Diff to previous 1113 , to selected 1238
I hate warnings! So I removed all I could find...

Revision 1113 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 6 20:28:18 2003 UTC (20 years, 7 months ago) by chl
File length: 25835 byte(s)
Diff to previous 1107 , to selected 1238
VLC bugfix for GMC sprite_trajectory_len==9

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: 25839 byte(s)
Diff to previous 1097 , to selected 1238
API changes

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: 24497 byte(s)
Diff to previous 1095 , to selected 1238
Bitstream fixes (mainly a VOL syntax error and a missing/wrong paddings)

Revision 1095 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 24 13:09:27 2003 UTC (20 years, 8 months ago) by Isibaar
File length: 24497 byte(s)
Diff to previous 1078 , to selected 1238
cartoon mode

Revision 1078 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 28 15:54:17 2003 UTC (20 years, 9 months ago) by chl
File length: 24429 byte(s)
Diff to previous 1077 , to selected 1238
increase version due to 3 warp point GME

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: 24429 byte(s)
Diff to previous 1066 , to selected 1238
3 warp point GME - first commit

Revision 1066 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 14:10:59 2003 UTC (20 years, 9 months ago) by Isibaar
File length: 24396 byte(s)
Diff to previous 1059 , to selected 1238
switched back to Walken idct

Revision 1059 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 10 09:02:55 2003 UTC (20 years, 9 months ago) by edgomez
File length: 24396 byte(s)
Diff to previous 1058 , to selected 1238
Probably a small copy/paste error

Revision 1058 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 19:42:25 2003 UTC (20 years, 9 months ago) by edgomez
File length: 24396 byte(s)
Diff to previous 1054 , to selected 1238
Activated simple_idct for MMX - Backward compatibility with bistream version 9 ensures the use of the standard idct_mmx function

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: 24396 byte(s)
Diff to previous 1052 , to selected 1238
Added legal header

Revision 1052 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 2 11:47:30 2003 UTC (20 years, 10 months ago) by suxen_drol
File length: 24407 byte(s)
Diff to previous 1041 , to selected 1238
xvid.h: removed unused altcurve fields from plugin_2pass2 struct
vfw: altcurve page removed; 2pass options and now sent to plugin_2pass2

Revision 1041 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 22 22:57:54 2003 UTC (20 years, 10 months ago) by edgomez
File length: 24842 byte(s)
Diff to previous 1031 , to selected 1238
Added container_frame_overhead field to the 2pass2 plugin

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: 24813 byte(s)
Diff to previous 1025 , to selected 1238
* 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 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: 24379 byte(s)
Diff to previous 1014 , to selected 1238
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: 24425 byte(s)
Diff to previous 993 , to selected 1238
zones, profiles, vfw changes

Revision 993 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 27 14:21:35 2003 UTC (20 years, 11 months ago) by chl
File length: 23166 byte(s)
Diff to previous 977 , to selected 1238
Added XVID_VOP_TRELLISQUANT for trellis quantization

Revision 977 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 8 14:01:35 2003 UTC (20 years, 11 months ago) by suxen_drol
File length: 23075 byte(s)
Diff to previous 953 , to selected 1238
2pass2 (basic) internal scaler

Revision 953 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 27 17:09:59 2003 UTC (21 years ago) by edgomez
File length: 23031 byte(s)
Diff to previous 949 , to selected 1238
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: 23008 byte(s)
Diff to previous 948 , to selected 1238
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: 22772 byte(s)
Diff to previous 942 , to selected 1238
xvid_enc_rc_t removed

Revision 942 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 25 11:01:48 2003 UTC (21 years ago) by suxen_drol
File length: 23596 byte(s)
Diff to previous 938 , to selected 1238
2pass2

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

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: 21767 byte(s)
Diff to previous 925 , to selected 1238
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: 21604 byte(s)
Diff to previous 922 , to selected 1238
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: 21531 byte(s)
Diff to previous 920 , to selected 1238
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: 21301 byte(s)
Diff to previous 919 , to selected 1238
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: 20990 byte(s)
Diff to previous 917 , to selected 1238
plugin system
xvid_rawenc output cleanup
xvid_rawenc -p option

Revision 917 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 11 20:15:40 2003 UTC (21 years ago) by edgomez
File length: 18396 byte(s)
Diff to previous 915 , to selected 1238
Ok this is rollback patch

Revision 915 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 10 00:43:31 2003 UTC (21 years ago) by suxen_drol
File length: 18438 byte(s)
Diff to previous 890 , to selected 1238
comment removal

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: 18503 byte(s)
Diff to previous 886 , to selected 1238
++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: 15981 byte(s)
Diff to previous 868 , to selected 1238
This commit was manufactured by cvs2svn to create branch 'dev-api-4'.

Revision 868 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 18 00:23:27 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/src/xvid.h
File length: 15981 byte(s)
Diff to previous 853 , to selected 1238
- Header
- Changed tabs to spaces for helpers
- ToDo: Doxygen the header again.

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/xvid.h
File length: 14888 byte(s)
Diff to previous 851 , to selected 1238
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/xvid.h
File length: 14807 byte(s)
Diff to previous 677 , to selected 1238
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

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/xvid.h
File length: 26908 byte(s)
Diff to previous 648 , to selected 1238
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/xvid.h
File length: 26905 byte(s)
Diff to previous 629 , to selected 1238
License Change

Revision 629 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 4 12:50:24 2002 UTC (21 years, 4 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/xvid.h
File length: 25882 byte(s)
Diff to previous 610 , to selected 1238
doxygen comments cleanup

Revision 610 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 24 10:56:07 2002 UTC (21 years, 5 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/xvid.h
File length: 26018 byte(s)
Diff to previous 608 , to selected 1238
XVID_ENC_ENCODE typo fix

Revision 608 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 21 23:13:53 2002 UTC (21 years, 5 months ago) by edgomez
Original Path: trunk/xvidcore/src/xvid.h
File length: 26015 byte(s)
Diff to previous 412 , to selected 1238
Added doxygen comments

Revision 412 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 4 22:26:04 2002 UTC (21 years, 6 months ago) by edgomez
Original Path: trunk/xvidcore/src/xvid.h
File length: 10441 byte(s)
Diff to previous 411 , to selected 1238
- Removed simple BFRAMES part of structures

ToDo : remove last BFRAMES bits once bframe code has been removed from the stable tree

Revision 411 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 4 22:12:21 2002 UTC (21 years, 6 months ago) by edgomez
Original Path: trunk/xvidcore/src/xvid.h
File length: 10661 byte(s)
Diff to previous 352 , to selected 1238
- Fixed header to mention possible patent infringement
- Removed History

Revision 352 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 31 18:10:34 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/xvid.h
File length: 10519 byte(s)
Diff to previous 324 , to selected 1238
new global flag XVID_GR[EA]YSCALE to ignore chroma components when encoding

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/xvid.h
File length: 10419 byte(s)
Diff to previous 315 , to selected 1238
frame_drop_ratio

Revision 315 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 19 11:15:21 2002 UTC (21 years, 8 months ago) by albeu
Original Path: trunk/xvidcore/src/xvid.h
File length: 10400 byte(s)
Diff to previous 295 , to selected 1238
Add 'per slice' rendering aka DR method 2

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/xvid.h
File length: 10122 byte(s)
Diff to previous 234 , to selected 1238
XVID_ENC_PARAM->num_threads

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/xvid.h
File length: 9966 byte(s)
Diff to previous 229 , to selected 1238
XVID_GLOBAL_*, XVID_CPU_CHKONLY, timestamp fix, font.c

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/xvid.h
File length: 9737 byte(s)
Diff to previous 209 , to selected 1238
bframe patch

Revision 209 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 14 13:29:07 2002 UTC (21 years, 9 months ago) by Isibaar
Original Path: trunk/xvidcore/src/xvid.h
File length: 9724 byte(s)
Diff to previous 199 , to selected 1238
ia64 changes

Revision 199 - (view) (download) (annotate) - [select for diffs]
Added Thu Jun 13 12:42:18 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/xvid.h
File length: 9548 byte(s)
Diff to selected 1238
Cosmetic and ANSI C comment style (just this header as it may be included in an ANSI C project.

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