Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-03change the logic to mux 13818-3 and 11172-3 in mp4, less codeBaptiste Coudurier
2008-09-03dirac muxing support in mp4/movBaptiste Coudurier
2008-09-03cosmetics, move up mpeg1video mp4 objecttypeBaptiste Coudurier
2008-09-03cosmetics, change values to hex since mp4ra use hexBaptiste Coudurier
2008-09-03ac3 muxing support in mov/mp4/m4vBaptiste Coudurier
2008-09-03fix fourcc commentBaptiste Coudurier
2008-09-02allow mp2 to be muxed into mp4Baptiste Coudurier
2008-08-29Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik
2008-08-19Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.Peter Ross
2008-07-30add a bunch of new xdcam hd422 fourccsBaptiste Coudurier
2008-07-30more hdv fourccsBaptiste Coudurier
2008-07-30update hdv fourcc descriptionsBaptiste Coudurier
2008-06-23chinese avs demuxing support, demux AVSFileFormat.mp4Baptiste Coudurier
2008-04-24qcelp fourccBaptiste Coudurier
2008-04-15Identify codec in GMCMidiaASX.mov correctly.Michael Niedermayer
2008-03-28gsm in mov, demux surge-1-16-B-agsm.movBaptiste Coudurier
2008-03-21yet again another hdv fourccBaptiste Coudurier
2008-03-21remove ms audio tags from table, they will be chosen or detected with riff tableBaptiste Coudurier
2008-02-11fcp imx 40 fourccsBaptiste Coudurier
2008-01-30Support MP4 subtitles as inReimar Döffinger
2008-01-28reorder object types id by muxing preferenceBaptiste Coudurier
2008-01-27Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov d...Reimar Döffinger
2008-01-27Add non standard id needed for dvd subtitles.Michael Niedermayer
2008-01-26Set correct codec type and id for text subtitles.Michael Niedermayer
2008-01-26comment vorbis objectype idBaptiste Coudurier
2008-01-26this one is not standardized eitherBaptiste Coudurier
2008-01-26remove non standard object type ids, if you find samples, report themBaptiste Coudurier
2007-07-30treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side ef...Baptiste Coudurier
2007-05-11dmb1 fourcc, mjpeg_opendml.movBaptiste Coudurier
2007-04-25add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.movBaptiste Coudurier
2007-04-06SGI image decoder ported to the new image API.Xiaohui Sun
2007-03-28add hdv1 fourccBaptiste Coudurier
2007-03-25prefer MP3 idBaptiste Coudurier
2007-03-25use MKTAGBaptiste Coudurier
2007-03-24cosmectics, mov -> mp4Baptiste Coudurier
2007-03-24sortBaptiste Coudurier
2007-03-24add some codec object type idsBaptiste Coudurier
2007-03-24prefer MP3 id as mentioned in avcodec.h line 210Baptiste Coudurier
2007-03-24add specifications reference commentsBaptiste Coudurier
2007-03-19add dnxhd fourccBaptiste Coudurier
2007-03-12remove wrong avid imx ntsc fourccBaptiste Coudurier
2007-03-04add pcm s8 tagBaptiste Coudurier
2007-03-03use common tables for mov muxer and demuxerBaptiste Coudurier
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-20Added codec id for QCELP.Benjamin Larsson
2006-08-01move common code from mov.c and movenc.c to isom.cBaptiste Coudurier