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-12-11lavu: replace int/float punning functionsMans Rullgard
2011-12-07gxfenc: support timecode optionMatthieu Bouron
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-09-28gxfenc: Replace av_realloc by av_realloc_f when relevant.Nicolas George
2011-07-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-18gxfenc: place variable declarations before statementsDiego Biurrun
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-14Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer
2011-07-13lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov
2011-07-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-12lavf: deprecate AVFormatContext.timestampAnton Khirnov
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-04Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-25lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-10-07In gxf muxer, round up number of lines mod 16 in mpeg umf data, based patch b...Baptiste Coudurier
2010-10-07In gxf muxer, fix number of flt entries based on patch by Reuben Martin, reub...Baptiste Coudurier
2010-10-07In gxf muxer, write umf media for mpeg1video, patch by Reuben Martin, reuben ...Reuben Martin
2010-10-07In gxf muxer, fix flt entry offset, patch by Reuben Martin, reuben dot m at g...Reuben Martin
2010-09-01gxf muxer only accepts pal or ntsc resolutions currently, so fail if resoluti...Baptiste Coudurier
2010-07-21gxfenc: Fix ES name in the UMF media description, by using strlen instead of ...Thierry Foucu
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-10-16Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-05-23remove useless includeBaptiste Coudurier
2009-03-09reindentBaptiste Coudurier
2009-03-09change path pattern to be similar to existing files, and remove useless bufferBaptiste Coudurier
2009-03-09merge struct declaration and definitionBaptiste Coudurier
2009-03-09write map packet every 100 packets according to specsBaptiste Coudurier
2009-03-09write flt packet, might need some tweaking but it worksBaptiste Coudurier
2009-03-09correctly interleave audio and video according to specsBaptiste Coudurier
2009-03-09write timecode track in gxfBaptiste Coudurier
2009-03-09compute media info in write_headerBaptiste Coudurier
2009-03-09factorize write packetBaptiste Coudurier
2009-03-09remove unneeded and empty user dataBaptiste Coudurier
2009-03-09uniformize variable names and remove duplicating fields in private structsBaptiste Coudurier