]> git.sesse.net Git - ffmpeg/history - libavformat/isom.c
Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead of
[ffmpeg] / libavformat / isom.c
2009-06-13 David ConradAlso accept TS as a prefix for wav twoccs (used by...
2009-06-13 Jason Garrett-GlaserAdd "0x11005354" as a fourcc for MOV audio; fixes audio...
2009-06-12 Jimmy ChristensenDPX (Digital Picture Exchange) image decoder
2009-06-12 David ConradAdd sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s...
2009-06-12 Jason Garrett-GlaserAdd "m2v1" to fourccs for MPEG-2 video; fixes some...
2009-06-12 Jason Garrett-GlaserAdd alternate fourcc for QCELP audio (qclq). Fixes...
2009-05-12 Baptiste Coudurierv210 mov fourcc
2009-05-05 Baptiste Couduriermore dvcprohd .mov fourcc, see #1034
2009-04-02 Jai MenonMap MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
2009-02-26 Aurelien Jacobsreturn -1 for errors in ff_mov_iso639_to_lang() to...
2009-01-21 Aurelien Jacobs'code' is used to index a table so make it unsigned
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-11 David ConradAdd support for muxing mov/mp4/3gp timed text streams
2008-12-17 Baptiste Coudurieractivate jpeg2000 fourcc in mov/mj2
2008-12-04 Baptiste CoudurierWRAW fourcc
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-02 Reimar DöffingerAdd (additional) const to many global tables.
2008-09-03 Baptiste Coudurierchange the logic to mux 13818-3 and 11172-3 in mp4...
2008-09-03 Baptiste Coudurierdirac muxing support in mp4/mov
2008-09-03 Baptiste Couduriercosmetics, move up mpeg1video mp4 objecttype
2008-09-03 Baptiste Couduriercosmetics, change values to hex since mp4ra use hex
2008-09-03 Baptiste Coudurierac3 muxing support in mov/mp4/m4v
2008-09-03 Baptiste Coudurierfix fourcc comment
2008-09-02 Baptiste Coudurierallow mp2 to be muxed into mp4
2008-08-28 Roman ShaposhnikIntial implementation of the DV100 (AKA DVCPRO HD)...
2008-08-19 Peter RossMake MOV demuxer handle F32BE, F32LE, F64BE and F64LE...
2008-07-30 Baptiste Coudurieradd a bunch of new xdcam hd422 fourccs
2008-07-30 Baptiste Couduriermore hdv fourccs
2008-07-30 Baptiste Coudurierupdate hdv fourcc descriptions
2008-06-22 Baptiste Coudurierchinese avs demuxing support, demux AVSFileFormat.mp4
2008-04-24 Baptiste Coudurierqcelp fourcc
2008-04-15 Michael NiedermayerIdentify codec in GMCMidiaASX.mov correctly.
2008-03-28 Baptiste Couduriergsm in mov, demux surge-1-16-B-agsm.mov
2008-03-21 Baptiste Coudurieryet again another hdv fourcc
2008-03-21 Baptiste Coudurierremove ms audio tags from table, they will be chosen...
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