summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ve_xvid.c
Commit message (Expand)AuthorAgeFilesLines
* 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