summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ve_xvid4.c
Commit message (Expand)AuthorAgeFilesLines
* muxers now write to output muxer->stream rather than to muxer->filenicodvb2006-12-181-0/+1
* Use American spelling of "gray" instead for British's "grey" for XviD option,...gpoirier2006-10-161-1/+2
* make PSNR printing more consistent with other encoderscorey2006-10-031-3/+6
* The FSF changed postal address.diego2006-09-011-1/+1
* Move #ifdefs around complete files into the build system.diego2006-06-211-4/+0
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-1/+1
* XviD multi-threaded encoding supportgpoirier2006-03-011-1/+3
* Fix video delay when encoding with B-frames.corey2006-02-211-1/+6
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-261-2/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-2/+2
* code before decleration, gcc2.95 fixods152005-09-281-11/+10
* make xvid encoding use the filename fromgpoirier2005-09-261-3/+4
* 10l: fully working DXN profile support require XviD 1.1.x. Earlier version wi...gpoirier2005-09-181-0/+4
* adds Simple, Advanced Simple and DivX profile support for XviD, Patch by Robe...gpoirier2005-09-131-17/+190
* gcc-2.95.3 fix, patch inspired by Steven M. Schultziive2005-06-061-1/+2
* Add XviD's luminance masking (option name: lumi_mask)gpoirier2005-06-041-0/+10
* XviD zones support. Patch by Doom9: < feedback123 GROOVY doom9 STEADY org >gpoirier2005-06-021-2/+66
* Better defaults encoding settings for XviD, intended to be a good tradeoff CP...gpoirier2005-04-081-4/+4
* 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
* have each XviD's option flag have its (no)counterpartgpoirier2004-11-021-0/+12
* Bitrate setting option in ve_xvid4.c doesn't follow the rules describedrathann2004-10-181-5/+8
* Sync with GomGom's patch-12 version.iive2004-10-111-101/+227
* fix 10l fixed_quant bug reported by Michaeliive2004-07-131-2/+2
* Use aspect from encoder for AVI vprp headerranma2004-03-241-0/+1
* allow using of float fixed_quantiive2004-02-061-9/+7
* psnr and debug option addediive2004-02-041-18/+62
* new options - aspect,autoaspect,turbo,chroma_opt. patch by Nico <nsabbi@tisca...iive2004-02-021-17/+146
* xvid 1.0 beta2iive2003-12-081-4/+4
* use the old names for 4 optionsiive2003-11-181-4/+4
* XviD Api4 driver from http://ed.gomez.free.fr/iive2003-11-121-0/+1030