aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/xvidff.c
Commit message (Collapse)AuthorAgeFilesLines
* Have xvid encoder wrapper honnor -vtag optionRamiro Polla2006-10-151-1/+2
| | | | | | | | | Patch by Ramiro Polla angustia A arrozcru P no-ip P org Original thread: Date: 14.10.2006 05:44 Subject: [Ffmpeg-devel] xvid ignores -vtag Originally committed as revision 6701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h.Diego Biurrun2006-10-121-1/+1
| | | | Originally committed as revision 6670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to whoever wrote thisMichael Niedermayer2006-06-151-1/+2
| | | | Originally committed as revision 5479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Add new file internal.h for common internal-use-only functions.Corey Hickey2006-03-301-36/+2
| | | | | | | | - Add new function av_tempfile() for creating temporary files; contains workaround for MinGW. - Make XviD stuff use av_tempfile(). Originally committed as revision 5245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing bquant_offsetMichael Niedermayer2006-03-181-1/+1
| | | | Originally committed as revision 5179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-108/+108
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mkstemp on win32 workaround by (Ivan Wong: email, ivanwong info)Michael Niedermayer2005-08-061-0/+24
| | | | Originally committed as revision 4495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-301-10/+10
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create temporary file in current directory if it failed in /tmpMichael Niedermayer2005-03-231-0/+4
| | | | Originally committed as revision 4075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2005-01-231-1/+1
| | | | Originally committed as revision 3870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* XviD Support patch by (Adam Thayer <krevnik at comcast dot net>)Adam Thayer2004-07-161-0/+770
Originally committed as revision 3325 to svn://svn.ffmpeg.org/ffmpeg/trunk