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 (Collapse)Author
2007-08-09take care to use video track field number as durationBaptiste Coudurier
Originally committed as revision 10024 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-26replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs
Originally committed as revision 9801 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-13Smartjog granted permission to relicense as LGPL 2.1Baptiste Coudurier
Originally committed as revision 9631 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-13round timestamps up, k2 broadcast server seems to need itBaptiste Coudurier
Originally committed as revision 9630 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-14fix dts adjustingBaptiste Coudurier
Originally committed as revision 7982 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-22Fix some more license headers.Diego Biurrun
Originally committed as revision 7637 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-28readjust dts if negativeBaptiste Coudurier
Originally committed as revision 7179 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-18use AVFormatContext to logBaptiste Coudurier
Originally committed as revision 6731 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-17avoid overwriting pktBaptiste Coudurier
Originally committed as revision 6723 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-10quiet gcc about enum value not handled in switchBaptiste Coudurier
Originally committed as revision 6624 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-21 * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik
libavformat/utils.c into libavutil Originally committed as revision 6310 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-21set correct first gop closed valueBaptiste Coudurier
Originally committed as revision 6043 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-21rename closed_gop to first_gop_closedBaptiste Coudurier
Originally committed as revision 6042 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-21init bufferBaptiste Coudurier
Originally committed as revision 6040 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-12use packet dts as correct media field number and use av_interleave_pkt_per_dtsBaptiste Coudurier
Originally committed as revision 5987 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-09parse mpeg frame to get pict type and closed gop flagBaptiste Coudurier
Originally committed as revision 5967 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-01negative to_pad won't provoke infinite loopBaptiste Coudurier
Originally committed as revision 5879 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-01avoid reading beyond packet sizeBaptiste Coudurier
Originally committed as revision 5878 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-19GXF muxerBaptiste Coudurier
Originally committed as revision 5787 to svn://svn.ffmpeg.org/ffmpeg/trunk