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-08-14Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)Ramiro Polla
Originally committed as revision 10111 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-20Replace ENOSYS by ENOTSUP as in this case the problem is not really a functionPanagiotis Issaris
which is not available, but a media type which is not supported. Originally committed as revision 9768 to svn://svn.ffmpeg.org/ffmpeg/trunk
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-05license header consistency cosmeticsDiego Biurrun
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-22remove now useless codec_tag setting code in voc muxerAurelien Jacobs
Originally committed as revision 7628 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