Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-07-19Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris
Originally committed as revision 9763 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-05license header consistency cosmeticsDiego Biurrun
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-23remove useless empty functionAurelien Jacobs
Originally committed as revision 9398 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-23cosmetics: too much blank linesAurelien Jacobs
Originally committed as revision 9397 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-23use intreadwrite functions in vocdecAurelien Jacobs
Originally committed as revision 9395 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer
buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-07simplificationAlex Beregszaszi
Originally committed as revision 8275 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-07typo: unkown->unknownAlex Beregszaszi
Originally committed as revision 8274 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21get rid of the [4] limitation of codec tag listsMichael Niedermayer
Originally committed as revision 7596 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21export a few more codec_tag-codec_id tablesMichael Niedermayer
Originally committed as revision 7594 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-21move common voc muxer and demuxer data to voc.cAurelien Jacobs
Originally committed as revision 7146 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-21split voc.c into vocdec.c and vocenc.cAurelien Jacobs
Originally committed as revision 7145 to svn://svn.ffmpeg.org/ffmpeg/trunk