summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ve_xvid4.c
Commit message (Expand)AuthorAgeFilesLines
* Remove MEncoderUoti Urpala2010-11-021-1527/+0
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-021-2/+2
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-5/+5
* Merge svn changes up to r31004Uoti Urpala2010-04-261-1/+1
|\
| * Mark encoder-related m_option_t struct arrays as const.diego2010-04-041-1/+1
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-211-5/+5
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-20/+20
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-20/+20
* | Merge svn changes up to r28310Uoti Urpala2009-01-151-4/+4
|\|
| * XVID profile array should be const, so it is in rodatareimar2009-01-011-4/+4
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-36/+36
|\|
| * Revert commit r26897.iive2008-05-281-6/+6
| * cosmetics: XviD --> Xviddiego2008-05-271-6/+6
| * cosmetics: Remove pointless parentheses from return calls.diego2008-05-161-36/+36
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-17/+17
|\|
| * Use standard license headers.diego2008-05-131-17/+17
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-5/+5
|/
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-6/+1
* typo fix: inited --> initializeddiego2008-02-141-1/+1
* Use the proper option name for constant quantizer iive2008-01-231-1/+1
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reserveddiego2008-01-061-1/+1
* Silence a gcc warning: "wrong type argument to increment".zuxy2007-10-111-1/+1
* Define profiles_t as const to fix a warning. Prevent profiles[] from been exp...iive2007-09-281-2/+2
* Remove imported rational calculation code and use the original one from avutil.iive2007-09-011-83/+11
* Add explicit location for headers from the libmpdemux/ directory.diego2007-03-151-3/+3
* Add explicit location for headers from the stream/ directory.diego2007-03-151-2/+2
* 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