]> git.sesse.net Git - ffmpeg/history - libavformat/isom.c
Typo
[ffmpeg] / libavformat / isom.c
2008-02-11 Baptiste Coudurierfcp imx 40 fourccs
2008-01-29 Reimar DöffingerSupport MP4 subtitles as in
2008-01-28 Baptiste Coudurierreorder object types id by muxing preference
2008-01-27 Reimar DöffingerAdd CODEC_ID_MOV_TEXT and use it instead of modifying...
2008-01-26 Michael NiedermayerAdd non standard id needed for dvd subtitles.
2008-01-26 Michael NiedermayerSet correct codec type and id for text subtitles.
2008-01-26 Baptiste Couduriercomment vorbis objectype id
2008-01-26 Baptiste Coudurierthis one is not standardized either
2008-01-26 Baptiste Coudurierremove non standard object type ids, if you find sample...
2007-07-30 Baptiste Couduriertreat NONE as U8 to fix qtNONE/000_0032.MOV, this shoul...
2007-05-10 Baptiste Coudurierdmb1 fourcc, mjpeg_opendml.mov
2007-04-25 Baptiste Coudurieradd xdv2 xdcam hd tag, decode xdcam_hd_1080i60.mov
2007-04-06 Xiaohui SunSGI image decoder ported to the new image API.
2007-03-28 Baptiste Coudurieradd hdv1 fourcc
2007-03-25 Baptiste Coudurierprefer MP3 id
2007-03-25 Baptiste Coudurieruse MKTAG
2007-03-24 Baptiste Couduriercosmectics, mov -> mp4
2007-03-24 Baptiste Couduriersort
2007-03-24 Baptiste Coudurieradd some codec object type ids
2007-03-24 Baptiste Coudurierprefer MP3 id as mentioned in avcodec.h line 210
2007-03-24 Baptiste Coudurieradd specifications reference comments
2007-03-18 Baptiste Coudurieradd dnxhd fourcc
2007-03-12 Baptiste Coudurierremove wrong avid imx ntsc fourcc
2007-03-04 Baptiste Coudurieradd pcm s8 tag
2007-03-03 Baptiste Coudurieruse common tables for mov muxer and demuxer
2007-01-21 Michael Niedermayeradd codec_id <-> codec_tag tables to AVIn/OutputFormat
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-20 Benjamin LarssonAdded codec id for QCELP.
2006-08-01 Baptiste Couduriermove common code from mov.c and movenc.c to isom.c