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
2009-01-20fix gxf time code mark out valueBaptiste Coudurier
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-14Avoid _t in gxf enum type namesReimar Döffinger
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-27use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-08-09take care to use video track field number as durationBaptiste Coudurier
2007-07-26replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs
2007-07-13Smartjog granted permission to relicense as LGPL 2.1Baptiste Coudurier
2007-07-13round timestamps up, k2 broadcast server seems to need itBaptiste Coudurier
2007-02-14fix dts adjustingBaptiste Coudurier
2007-01-22Fix some more license headers.Diego Biurrun
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
2006-11-28readjust dts if negativeBaptiste Coudurier
2006-10-18use AVFormatContext to logBaptiste Coudurier
2006-10-17avoid overwriting pktBaptiste Coudurier
2006-10-10quiet gcc about enum value not handled in switchBaptiste Coudurier
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-21 * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik
2006-08-21set correct first gop closed valueBaptiste Coudurier
2006-08-21rename closed_gop to first_gop_closedBaptiste Coudurier
2006-08-21init bufferBaptiste Coudurier
2006-08-12use packet dts as correct media field number and use av_interleave_pkt_per_dtsBaptiste Coudurier
2006-08-09parse mpeg frame to get pict type and closed gop flagBaptiste Coudurier
2006-08-01negative to_pad won't provoke infinite loopBaptiste Coudurier
2006-08-01avoid reading beyond packet sizeBaptiste Coudurier
2006-07-19GXF muxerBaptiste Coudurier