summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ve_xvid.c
Commit message (Expand)AuthorAgeFilesLines
* fixes for encoding of multiple fileshenry2005-03-011-0/+1
* Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problemsreimar2005-01-201-1/+1
* Use aspect from encoder for AVI vprp headerranma2004-03-241-0/+1
* XviD Api4 supportiive2003-11-121-1/+1
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-2/+2
* + bf_thresholdrguyom2003-04-061-0/+3
* 100l.rguyom2003-04-041-3/+6
* "psnr" & related code is only for the -HEAD (unstable) XviD branch.rguyom2003-04-041-0/+6
* Shift vhq values and set vhq=1 to MODEDECISION.rguyom2003-04-041-4/+5
* - added <time.h> since we're using time() related functionsrguyom2003-04-031-13/+24
* Actually do something useful with XVID_GLOBAL_EXTRASTATS / XVID_EXTRASTATS.rguyom2003-04-031-4/+67
* XviD:rguyom2003-04-021-4/+6
* XviD :rguyom2003-04-021-4/+17
* Updating XviD :rguyom2003-04-021-71/+5
* xvid fixes and more options by elcabesa & Martin Drabhenry2003-04-021-8/+30
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.arpi2003-01-191-2/+1
* the long-waited MUXER layer, and new MPEG-PS muxerarpi2002-12-271-4/+4
* API change in dev-api-3 branch.rguyom2002-12-251-0/+3
* Use the XVID_API_UNSTABLE macro instead of a home-made one.rguyom2002-12-181-10/+40
* Support the latest development code from XViD dev-api-3 CVSrguyom2002-12-151-24/+84
* Instead of min_quantizer, max_quantizer, min_iquantizer, etc... use arguyom2002-11-221-58/+24
* Implements [min|max]_[i|p]quantizer.rguyom2002-11-171-11/+67
* A bit more sane range.rguyom2002-11-141-1/+1
* - added modulated quatizationrguyom2002-11-141-6/+26
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-1/+5
* bugfixes :rguyom2002-11-031-192/+192
* Use string selection to choose modekmkaplan2002-09-211-5/+16
* Support for XviD encodingkmkaplan2002-09-211-0/+374