| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark encoder-related m_option_t struct arrays as const. | diego | 2010-04-04 | 1 | -1/+1 |
* | cosmetics: Rename struct vf_instance_s --> vf_instance. | diego | 2010-02-21 | 1 | -5/+5 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -20/+20 |
* | XVID profile array should be const, so it is in rodata | reimar | 2009-01-01 | 1 | -4/+4 |
* | Revert commit r26897. | iive | 2008-05-28 | 1 | -6/+6 |
* | cosmetics: XviD --> Xvid | diego | 2008-05-27 | 1 | -6/+6 |
* | cosmetics: Remove pointless parentheses from return calls. | diego | 2008-05-16 | 1 | -36/+36 |
* | Use standard license headers. | diego | 2008-05-13 | 1 | -17/+17 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -6/+1 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -1/+1 |
* | Use the proper option name for constant quantizer | iive | 2008-01-23 | 1 | -1/+1 |
* | Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved | diego | 2008-01-06 | 1 | -1/+1 |
* | Silence a gcc warning: "wrong type argument to increment". | zuxy | 2007-10-11 | 1 | -1/+1 |
* | Define profiles_t as const to fix a warning. Prevent profiles[] from been exp... | iive | 2007-09-28 | 1 | -2/+2 |
* | Remove imported rational calculation code and use the original one from avutil. | iive | 2007-09-01 | 1 | -83/+11 |
* | Add explicit location for headers from the libmpdemux/ directory. | diego | 2007-03-15 | 1 | -3/+3 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -2/+2 |
* | muxers now write to output muxer->stream rather than to muxer->file | nicodvb | 2006-12-18 | 1 | -0/+1 |
* | Use American spelling of "gray" instead for British's "grey" for XviD option,... | gpoirier | 2006-10-16 | 1 | -1/+2 |
* | make PSNR printing more consistent with other encoders | corey | 2006-10-03 | 1 | -3/+6 |
* | The FSF changed postal address. | diego | 2006-09-01 | 1 | -1/+1 |
* | Move #ifdefs around complete files into the build system. | diego | 2006-06-21 | 1 | -4/+0 |
* | passing pts through the filter layer (lets see if pts or cola comes out at th... | michael | 2006-03-21 | 1 | -1/+1 |
* | XviD multi-threaded encoding support | gpoirier | 2006-03-01 | 1 | -1/+3 |
* | Fix video delay when encoding with B-frames. | corey | 2006-02-21 | 1 | -1/+6 |
* | change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ... | michael | 2006-01-26 | 1 | -2/+2 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -2/+2 |
* | code before decleration, gcc2.95 fix | ods15 | 2005-09-28 | 1 | -11/+10 |
* | make xvid encoding use the filename from | gpoirier | 2005-09-26 | 1 | -3/+4 |
* | 10l: fully working DXN profile support require XviD 1.1.x. Earlier version wi... | gpoirier | 2005-09-18 | 1 | -0/+4 |
* | adds Simple, Advanced Simple and DivX profile support for XviD, Patch by Robe... | gpoirier | 2005-09-13 | 1 | -17/+190 |
* | gcc-2.95.3 fix, patch inspired by Steven M. Schultz | iive | 2005-06-06 | 1 | -1/+2 |
* | Add XviD's luminance masking (option name: lumi_mask) | gpoirier | 2005-06-04 | 1 | -0/+10 |
* | XviD zones support. Patch by Doom9: < feedback123 GROOVY doom9 STEADY org > | gpoirier | 2005-06-02 | 1 | -2/+66 |
* | Better defaults encoding settings for XviD, intended to be a good tradeoff CP... | gpoirier | 2005-04-08 | 1 | -4/+4 |
* | fixes for encoding of multiple files | henry | 2005-03-01 | 1 | -0/+1 |
* | Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problems | reimar | 2005-01-20 | 1 | -1/+1 |
* | have each XviD's option flag have its (no)counterpart | gpoirier | 2004-11-02 | 1 | -0/+12 |
* | Bitrate setting option in ve_xvid4.c doesn't follow the rules described | rathann | 2004-10-18 | 1 | -5/+8 |
* | Sync with GomGom's patch-12 version. | iive | 2004-10-11 | 1 | -101/+227 |
* | fix 10l fixed_quant bug reported by Michael | iive | 2004-07-13 | 1 | -2/+2 |
* | Use aspect from encoder for AVI vprp header | ranma | 2004-03-24 | 1 | -0/+1 |
* | allow using of float fixed_quant | iive | 2004-02-06 | 1 | -9/+7 |
* | psnr and debug option added | iive | 2004-02-04 | 1 | -18/+62 |
* | new options - aspect,autoaspect,turbo,chroma_opt. patch by Nico <nsabbi@tisca... | iive | 2004-02-02 | 1 | -17/+146 |
* | xvid 1.0 beta2 | iive | 2003-12-08 | 1 | -4/+4 |
* | use the old names for 4 options | iive | 2003-11-18 | 1 | -4/+4 |
* | XviD Api4 driver from http://ed.gomez.free.fr/ | iive | 2003-11-12 | 1 | -0/+1030 |