]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/isom.c
v210 mov fourcc
[frescor/ffmpeg.git] / libavformat / isom.c
2009-05-12 bcoudurierv210 mov fourcc
2009-05-05 bcouduriermore dvcprohd .mov fourcc, see #1034
2009-04-02 cehoyosMap MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
2009-02-26 aurelreturn -1 for errors in ff_mov_iso639_to_lang() to...
2009-01-21 aurel'code' is used to index a table so make it unsigned
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-11 conradAdd support for muxing mov/mp4/3gp timed text streams
2008-12-17 bcoudurieractivate jpeg2000 fourcc in mov/mj2
2008-12-04 bcoudurierWRAW fourcc
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-10-02 reimarAdd (additional) const to many global tables.
2008-09-03 bcoudurierchange the logic to mux 13818-3 and 11172-3 in mp4...
2008-09-03 bcoudurierdirac muxing support in mp4/mov
2008-09-03 bcouduriercosmetics, move up mpeg1video mp4 objecttype
2008-09-03 bcouduriercosmetics, change values to hex since mp4ra use hex
2008-09-03 bcoudurierac3 muxing support in mov/mp4/m4v
2008-09-03 bcoudurierfix fourcc comment
2008-09-02 bcoudurierallow mp2 to be muxed into mp4
2008-08-28 romanshIntial implementation of the DV100 (AKA DVCPRO HD)...
2008-08-19 prossMake MOV demuxer handle F32BE, F32LE, F64BE and F64LE...
2008-07-30 bcoudurieradd a bunch of new xdcam hd422 fourccs
2008-07-30 bcouduriermore hdv fourccs
2008-07-30 bcoudurierupdate hdv fourcc descriptions
2008-06-22 bcoudurierchinese avs demuxing support, demux AVSFileFormat.mp4
2008-04-24 bcoudurierqcelp fourcc
2008-04-15 michaelIdentify codec in GMCMidiaASX.mov correctly.
2008-03-28 bcouduriergsm in mov, demux surge-1-16-B-agsm.mov
2008-03-21 bcoudurieryet again another hdv fourcc
2008-03-21 bcoudurierremove ms audio tags from table, they will be chosen...
2008-02-11 bcoudurierfcp imx 40 fourccs
2008-01-29 reimarSupport MP4 subtitles as in
2008-01-28 bcoudurierreorder object types id by muxing preference
2008-01-27 reimarAdd CODEC_ID_MOV_TEXT and use it instead of modifying...
2008-01-26 michaelAdd non standard id needed for dvd subtitles.
2008-01-26 michaelSet codec type and id correct for text subtitles.
2008-01-26 bcouduriercomment vorbis objectype id
2008-01-26 bcoudurierthis one is not standardized either
2008-01-26 bcoudurierremove non standard object type ids, if you find sample...
2007-07-30 bcouduriertreat NONE as U8 to fix qtNONE/000_0032.MOV, this shoul...
2007-05-10 bcoudurierdmb1 fourcc, mjpeg_opendml.mov
2007-04-25 bcoudurieradd xdv2 xdcam hd tag, decode xdcam_hd_1080i60.mov
2007-04-06 diegoSGI image decoder ported to the new image API.
2007-03-28 bcoudurieradd hdv1 fourcc
2007-03-25 bcoudurierprefer MP3 id
2007-03-25 bcoudurieruse MKTAG
2007-03-24 bcouduriercosmectics, mov -> mp4
2007-03-24 bcouduriersort
2007-03-24 bcoudurieradd some codec object type ids
2007-03-24 bcoudurierprefer MP3 id as mentioned in avcodec.h line 210
2007-03-24 bcoudurieradd specifications reference comments
2007-03-18 bcoudurieradd dnxhd fourcc
2007-03-12 bcoudurierremove wrong avid imx ntsc fourcc
2007-03-04 bcoudurieradd pcm s8 tag
2007-03-03 bcoudurieruse common tables for mov muxer and demuxer
2007-01-21 michaeladd codec_id <-> codec_tag tables to AVIn/OutputFormat
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-08-20 bananAdded codec id for QCELP.
2006-08-01 bcouduriermove common code from mov.c and movenc.c to isom.c