summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
Commit message (Expand)AuthorAge
* Support MP4 subtitles as inReimar Döffinger2008-01-29
* reorder object types id by muxing preferenceBaptiste Coudurier2008-01-28
* Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov d...Reimar Döffinger2008-01-27
* Add non standard id needed for dvd subtitles.Michael Niedermayer2008-01-26
* Set correct codec type and id for text subtitles.Michael Niedermayer2008-01-26
* comment vorbis objectype idBaptiste Coudurier2008-01-26
* this one is not standardized eitherBaptiste Coudurier2008-01-26
* remove non standard object type ids, if you find samples, report themBaptiste Coudurier2008-01-26
* treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side ef...Baptiste Coudurier2007-07-30
* dmb1 fourcc, mjpeg_opendml.movBaptiste Coudurier2007-05-10
* add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.movBaptiste Coudurier2007-04-25
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-06
* add hdv1 fourccBaptiste Coudurier2007-03-28
* prefer MP3 idBaptiste Coudurier2007-03-25
* use MKTAGBaptiste Coudurier2007-03-25
* cosmectics, mov -> mp4Baptiste Coudurier2007-03-24
* sortBaptiste Coudurier2007-03-24
* add some codec object type idsBaptiste Coudurier2007-03-24
* prefer MP3 id as mentioned in avcodec.h line 210Baptiste Coudurier2007-03-24
* add specifications reference commentsBaptiste Coudurier2007-03-24
* add dnxhd fourccBaptiste Coudurier2007-03-18
* remove wrong avid imx ntsc fourccBaptiste Coudurier2007-03-12
* add pcm s8 tagBaptiste Coudurier2007-03-04
* use common tables for mov muxer and demuxerBaptiste Coudurier2007-03-03
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Added codec id for QCELP.Benjamin Larsson2006-08-20
* move common code from mov.c and movenc.c to isom.cBaptiste Coudurier2006-08-01