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
2011-05-12mov: Support edit list atom version 1.Yusuke Nakamura
2011-04-15make containers pass palette change in AVPacketKostya Shishkov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2010-11-23In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier
2010-10-06movdec: Split out ff_mov_read_stsdMartin Storsjö
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra
2010-04-21mov: Read QuickTime chaptersDavid Conrad
2010-01-31Always consider the mov language code as 4 bytes fixed size and change theReimar Döffinger
2010-01-05remove no more needed MOVAtom.offset fieldBaptiste Coudurier
2009-11-15Search relative path according to alias record when opening mov reference files.Baptiste Coudurier
2009-09-16Make mov LPCM and AAC parsing functions publicPeter Ross
2009-06-11Remove time_rate, we cannot compute exactly when fragments areBaptiste Coudurier
2009-05-13parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gopBaptiste Coudurier
2009-05-13align and update doxygenBaptiste Coudurier
2009-05-13Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.Baptiste Coudurier
2009-03-15allocate palette in codec directlyBaptiste Coudurier
2009-03-10Move MOVContext and related structures from mov.c to isom.h. See "[PATCH]Ronald S. Bultje
2009-01-22'code' is used to index a table so make it unsignedAurelien Jacobs
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-11remove _t in typedef for POSIX compatibilityBaptiste Coudurier
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-01-26Set correct codec type and id for text subtitles.Michael Niedermayer
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-04-26cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier
2007-03-24cosmectics, mov -> mp4Baptiste 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-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-08-01move common code from mov.c and movenc.c to isom.cBaptiste Coudurier