summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
Commit message (Collapse)AuthorAge
* treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side ↵Baptiste Coudurier2007-07-30
| | | | | | 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
* dmb1 fourcc, mjpeg_opendml.movBaptiste Coudurier2007-05-10
| | | | Originally committed as revision 8990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.movBaptiste Coudurier2007-04-25
| | | | Originally committed as revision 8812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-06
| | | | | | patch by Xiaohui Sun, sunxiaohui dsp.ac cn Originally committed as revision 8635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add hdv1 fourccBaptiste Coudurier2007-03-28
| | | | Originally committed as revision 8540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer MP3 idBaptiste Coudurier2007-03-25
| | | | Originally committed as revision 8515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use MKTAGBaptiste Coudurier2007-03-25
| | | | Originally committed as revision 8513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmectics, mov -> mp4Baptiste Coudurier2007-03-24
| | | | Originally committed as revision 8497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sortBaptiste Coudurier2007-03-24
| | | | Originally committed as revision 8496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some codec object type idsBaptiste Coudurier2007-03-24
| | | | Originally committed as revision 8495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer MP3 id as mentioned in avcodec.h line 210Baptiste Coudurier2007-03-24
| | | | Originally committed as revision 8494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add specifications reference commentsBaptiste Coudurier2007-03-24
| | | | Originally committed as revision 8493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add dnxhd fourccBaptiste Coudurier2007-03-18
| | | | Originally committed as revision 8446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove wrong avid imx ntsc fourccBaptiste Coudurier2007-03-12
| | | | Originally committed as revision 8350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add pcm s8 tagBaptiste Coudurier2007-03-04
| | | | Originally committed as revision 8214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use common tables for mov muxer and demuxerBaptiste Coudurier2007-03-03
| | | | Originally committed as revision 8205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7593 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
* Added codec id for QCELP.Benjamin Larsson2006-08-20
| | | | Originally committed as revision 6036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common code from mov.c and movenc.c to isom.cBaptiste Coudurier2006-08-01
Originally committed as revision 5882 to svn://svn.ffmpeg.org/ffmpeg/trunk