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-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-24convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs
2008-07-31change assert test due to the new reducing of time_base in av_set_pts_info, f...Baptiste Coudurier
2008-07-04spelling cosmeticsDiego Biurrun
2008-06-20uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier
2008-06-20factorize read_header failure freeing codeBaptiste Coudurier
2008-06-18Parse 'dats' as data.Florian Echtler
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-28Fixes NULL pointer dereference CID66Michael Niedermayer
2008-05-28Tell the user if a AVI is non interleaved.Michael Niedermayer
2008-05-27consistency cosmetics: indices --> indexesDiego Biurrun
2008-05-27Support non interleaved avi with phantom streams.Michael Niedermayer
2008-04-13Print warning if scale/rate is invalid.Michael Niedermayer
2008-04-13indentMichael Niedermayer
2008-04-13Restructure if/else a little.Michael Niedermayer
2008-03-28indentMichael Niedermayer
2008-03-281000l to myself, dereferencing uninitalized pointer.Michael Niedermayer
2008-03-27Support wb00+dc00 chunk mix.Michael Niedermayer
2008-03-27Fix aspect ratio.Michael Niedermayer
2008-03-20One non functional AVPalette chunk less, one heap overflow less.Michael Niedermayer
2008-03-03Use block_align as the avi spec says.Michael Niedermayer
2008-03-03Print slightly more useful info.Michael Niedermayer
2008-01-02Extract aspect ratio from ODML/vprp.Michael Niedermayer
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
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