aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/isom.c
Commit message (Expand)AuthorAgeFilesLines
* treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side ef...Baptiste Coudurier2007-07-301-1/+1
* dmb1 fourcc, mjpeg_opendml.movBaptiste Coudurier2007-05-101-0/+1
* add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.movBaptiste Coudurier2007-04-251-0/+1
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-061-0/+1
* add hdv1 fourccBaptiste Coudurier2007-03-281-0/+1
* prefer MP3 idBaptiste Coudurier2007-03-251-2/+2
* use MKTAGBaptiste Coudurier2007-03-251-1/+1
* cosmectics, mov -> mp4Baptiste Coudurier2007-03-241-1/+1
* sortBaptiste Coudurier2007-03-241-1/+1
* add some codec object type idsBaptiste Coudurier2007-03-241-0/+3
* prefer MP3 id as mentioned in avcodec.h line 210Baptiste Coudurier2007-03-241-1/+1
* add specifications reference commentsBaptiste Coudurier2007-03-241-5/+5
* add dnxhd fourccBaptiste Coudurier2007-03-181-0/+2
* remove wrong avid imx ntsc fourccBaptiste Coudurier2007-03-121-1/+0
* add pcm s8 tagBaptiste Coudurier2007-03-041-0/+1
* use common tables for mov muxer and demuxerBaptiste Coudurier2007-03-031-0/+110
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Added codec id for QCELP.Benjamin Larsson2006-08-201-0/+1
* move common code from mov.c and movenc.c to isom.cBaptiste Coudurier2006-08-011-0/+128