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
2007-09-30Add support for AMV variants of AVI files.Vladimir Voroshilov
2007-09-26add support for AVI files with On2 headerAurelien Jacobs
2007-09-26use a table to parse AVI file headerAurelien Jacobs
2007-08-14remove broken movi_end skip-hack-checkMichael Niedermayer
2007-08-14do not misuse movi_end for checking chunk sizesMichael Niedermayer
2007-08-05Hack to support XSUB subtitles in AVIReimar Döffinger
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-04-13timestamps generation improvement when parsing aviJoakim Plate
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-03-10fix demuxing of broken MVI_3011.aviMichael Niedermayer
2007-02-13support yet another broken avi (filedoesitbetter.avi) which has a wrong strea...Michael Niedermayer
2007-02-07supporting files with A,V,I,0x19 headerMichael Niedermayer
2007-02-06indentMichael Niedermayer
2007-02-06dynamic index building so forward and backward seeking in avi without an inde...Michael Niedermayer
2007-01-23remove padding to 16bit code, i dont think this change can break anything and...Michael Niedermayer
2007-01-17Make nb_streams unsigned to avoid an ugly cast.Diego Biurrun
2007-01-16fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.aviMichael Niedermayer
2007-01-12* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)Roman Shaposhnik
2006-11-18Fix misplaced comment.Diego Biurrun
2006-11-18Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI filesDiego Biurrun
2006-11-17fix support for avis with sample_size > packet sizeMichael Niedermayer
2006-11-12cosmetic: fix indentation after previous commitAurelien Jacobs
2006-11-12Fix avidec.c compilation when dv demuxer is disabled.Aurelien Jacobs
2006-11-09get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-11-02reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-07Allow to get the the track number in the IPRT (part) tag in AVI.Panagiotis Issaris
2006-09-07Better tag support:Panagiotis Issaris
2006-09-05ignore index parameter to ignore the ODML index in aviMichael Niedermayer
2006-08-31Fix for AVI files with odd sized 'movi' listDavid Conrad
2006-08-26support some totally broken ODML variantMichael Niedermayer
2006-08-18AVI tag reading and writing patch by David Conrad.David Conrad
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-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-07-02kill warningsMåns Rullgård
2006-06-16free codec extradata in av_close_input_fileMåns Rullgård
2006-06-14dont load the index if we cant seek backMichael Niedermayer
2006-04-06Fix demuxing of AVIs with pad streams.Kostya Shishkov
2006-03-02dwstart supportMichael Niedermayer
2006-03-02fixing demuxing of minorityreport.AVIMichael Niedermayer
2006-03-01fixing av sync in videotest.avi (index doesnt match chunks, header doesnt ind...Michael Niedermayer
2006-03-01support seeking in RenderAvi.avi (audio stream == single huge chunk)Michael Niedermayer
2006-03-0110l forgot to set packet_sizeMichael Niedermayer
2006-03-01fix demuxing of XviD_with_3_AAC-HE_audio_streams.aviMichael Niedermayer
2006-03-01add movi_list offset into indexMichael Niedermayer
2006-03-01add size to AVIndexMichael Niedermayer
2006-03-01ODML index parsing supportMichael Niedermayer