aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ve_xvid4.c
Commit message (Expand)AuthorAge
* Define profiles_t as const to fix a warning. Prevent profiles[] from been exp...Gravatar iive2007-09-28
* Remove imported rational calculation code and use the original one from avutil.Gravatar iive2007-09-01
* Add explicit location for headers from the libmpdemux/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* muxers now write to output muxer->stream rather than to muxer->fileGravatar nicodvb2006-12-18
* Use American spelling of "gray" instead for British's "grey" for XviD option,...Gravatar gpoirier2006-10-16
* make PSNR printing more consistent with other encodersGravatar corey2006-10-03
* The FSF changed postal address.Gravatar diego2006-09-01
* Move #ifdefs around complete files into the build system.Gravatar diego2006-06-21
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* XviD multi-threaded encoding supportGravatar gpoirier2006-03-01
* Fix video delay when encoding with B-frames.Gravatar corey2006-02-21
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...Gravatar michael2006-01-26
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* code before decleration, gcc2.95 fixGravatar ods152005-09-28
* make xvid encoding use the filename fromGravatar gpoirier2005-09-26
* 10l: fully working DXN profile support require XviD 1.1.x. Earlier version wi...Gravatar gpoirier2005-09-18
* adds Simple, Advanced Simple and DivX profile support for XviD, Patch by Robe...Gravatar gpoirier2005-09-13
* gcc-2.95.3 fix, patch inspired by Steven M. SchultzGravatar iive2005-06-06
* Add XviD's luminance masking (option name: lumi_mask)Gravatar gpoirier2005-06-04
* XviD zones support. Patch by Doom9: < feedback123 GROOVY doom9 STEADY org >Gravatar gpoirier2005-06-02
* Better defaults encoding settings for XviD, intended to be a good tradeoff CP...Gravatar gpoirier2005-04-08
* fixes for encoding of multiple filesGravatar henry2005-03-01
* Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problemsGravatar reimar2005-01-20
* have each XviD's option flag have its (no)counterpartGravatar gpoirier2004-11-02
* Bitrate setting option in ve_xvid4.c doesn't follow the rules describedGravatar rathann2004-10-18
* Sync with GomGom's patch-12 version.Gravatar iive2004-10-11
* fix 10l fixed_quant bug reported by MichaelGravatar iive2004-07-13
* Use aspect from encoder for AVI vprp headerGravatar ranma2004-03-24
* allow using of float fixed_quantGravatar iive2004-02-06
* psnr and debug option addedGravatar iive2004-02-04
* new options - aspect,autoaspect,turbo,chroma_opt. patch by Nico <nsabbi@tisca...Gravatar iive2004-02-02
* xvid 1.0 beta2Gravatar iive2003-12-08
* use the old names for 4 optionsGravatar iive2003-11-18
* XviD Api4 driver from http://ed.gomez.free.fr/Gravatar iive2003-11-12