summaryrefslogtreecommitdiff
path: root/libavcodec/libxvid_rc.c
Commit message (Collapse)AuthorAge
* av_tempfile: Pass int log_offset, void *log_ctxMichael Niedermayer2011-10-16
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Move av_tempfile() into libavutil, it is a generically usefull thing and its ↵Michael Niedermayer2011-10-16
| | | | | | small. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
|
* Rename av_tempfile() to ff_tempfile()Måns Rullgård2010-07-06
| | | | Originally committed as revision 24075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: XviD is now called Xvid.Diego Biurrun2008-05-27
| | | | Originally committed as revision 13465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
| | | | Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-06
Originally committed as revision 9226 to svn://svn.ffmpeg.org/ffmpeg/trunk