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-30treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side ↵Baptiste Coudurier
effect since if bps is 16 in stsd, codec will be changed to s16be, just yell if this breaks any sample Originally committed as revision 9832 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-11dmb1 fourcc, mjpeg_opendml.movBaptiste Coudurier
Originally committed as revision 8990 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-25add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.movBaptiste Coudurier
Originally committed as revision 8812 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-06SGI image decoder ported to the new image API.Xiaohui Sun
patch by Xiaohui Sun, sunxiaohui dsp.ac cn Originally committed as revision 8635 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-28add hdv1 fourccBaptiste Coudurier
Originally committed as revision 8540 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-25prefer MP3 idBaptiste Coudurier
Originally committed as revision 8515 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-25use MKTAGBaptiste Coudurier
Originally committed as revision 8513 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-24cosmectics, mov -> mp4Baptiste Coudurier
Originally committed as revision 8497 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-24sortBaptiste Coudurier
Originally committed as revision 8496 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-24add some codec object type idsBaptiste Coudurier
Originally committed as revision 8495 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-24prefer MP3 id as mentioned in avcodec.h line 210Baptiste Coudurier
Originally committed as revision 8494 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-24add specifications reference commentsBaptiste Coudurier
Originally committed as revision 8493 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-19add dnxhd fourccBaptiste Coudurier
Originally committed as revision 8446 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-12remove wrong avid imx ntsc fourccBaptiste Coudurier
Originally committed as revision 8350 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-04add pcm s8 tagBaptiste Coudurier
Originally committed as revision 8214 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-03use common tables for mov muxer and demuxerBaptiste Coudurier
Originally committed as revision 8205 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-20Added codec id for QCELP.Benjamin Larsson
Originally committed as revision 6036 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-01move common code from mov.c and movenc.c to isom.cBaptiste Coudurier
Originally committed as revision 5882 to svn://svn.ffmpeg.org/ffmpeg/trunk