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
2006-11-09support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.movBaptiste Coudurier
2006-11-03do not overwrite codec type if already known, fix conflict between 'raw ' fou...Baptiste Coudurier
2006-11-03indentionBaptiste Coudurier
2006-11-03reintroduce isom field and read version 1 audio stsd only if file is not isom...Baptiste Coudurier
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-11-01clean, always write major brand for debugBaptiste Coudurier
2006-11-01remove useless mp4 fieldBaptiste Coudurier
2006-10-26remove mov_read_leaf and remove useless reading function table, mov_read_defa...Baptiste Coudurier
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-22activate gif decoder, seems to work fine on showdown2.movBaptiste Coudurier
2006-10-20warn about zlib support needed if file has compressed moov atomBaptiste Coudurier
2006-10-20move memory reading ByteIOContext init from mov.c to avobuf.cMichael Niedermayer
2006-10-19dont mess with ByteIOContext internal variables (fixes showdown2.mov)Michael Niedermayer
2006-10-15Use proper PRI?64 macros for %ll? format to fix printf format warnings:Dominik Mierzejewski
2006-10-13TIFF decoderKostya Shishkov
2006-10-11Targa image decoderKostya Shishkov
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-04remove useless castsBaptiste Coudurier
2006-09-29remove useless castsBaptiste Coudurier
2006-09-29remove gcc warnings about void * used in arithmeticBaptiste Coudurier
2006-09-28move sample size adjusting code after audio stsd v2 parsing to let v2 set cor...Baptiste Coudurier
2006-09-28add lpcm fourccBaptiste Coudurier
2006-09-28change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.movBaptiste Coudurier
2006-09-08fix sound of SampleVideo.mov (mp2 in mov)Michael Niedermayer
2006-08-24fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only ...Baptiste Coudurier
2006-08-24move amr parameters adjusting like other codecsBaptiste Coudurier
2006-08-24dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let d...Baptiste Coudurier
2006-08-24put dv demuxing code around ifdefBaptiste Coudurier
2006-08-24put dv demuxing code around ifdefBaptiste Coudurier
2006-08-24support vdva fourcc (dv + dv audio in mov)Baptiste Coudurier
2006-08-09fourcc cleanupBaptiste Coudurier
2006-08-09enable 'NONE' audio fourccBaptiste Coudurier
2006-08-03sample size is 1 if bits per sample is 8 and mono channelBaptiste Coudurier
2006-08-01move common code from mov.c and movenc.c to isom.cBaptiste Coudurier
2006-08-01add some useful debug infoBaptiste Coudurier
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10assign exact codec id, needed when stream copyBaptiste Coudurier
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-07-09simplify, use LE_32, BE_32 macrosBaptiste Coudurier
2006-07-08clean up useless codeBaptiste Coudurier
2006-07-08better handling of partial filesBaptiste Coudurier
2006-07-08new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcmBaptiste Coudurier
2006-07-07add MS ADPCM fourccBaptiste Coudurier
2006-07-07skip others fourcc, if presentBaptiste Coudurier
2006-07-07cleanBaptiste Coudurier
2006-06-16export all tracks to libavformat layerBaptiste Coudurier
2006-06-14check fseek return valueBaptiste Coudurier
2006-06-14fix unused computed valueBaptiste Coudurier
2006-06-12simplify, completely ignore streams not recognized, that fixes seeking for so...Baptiste Coudurier