summaryrefslogtreecommitdiff
path: root/libavcodec/xvidff.c
Commit message (Collapse)AuthorAge
* Have xvid encoder wrapper honnor -vtag optionRamiro Polla2006-10-15
| | | | | | | | | 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-12
| | | | 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-07
| | | | | | 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-15
| | | | 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-30
| | | | | | | | - 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-18
| | | | Originally committed as revision 5179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | 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-06
| | | | Originally committed as revision 4495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | 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-23
| | | | Originally committed as revision 4075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2005-01-23
| | | | 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-16
Originally committed as revision 3325 to svn://svn.ffmpeg.org/ffmpeg/trunk