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-09-07libx264: add 'direct-pred' private optionAnton Khirnov
2011-09-07libx264: add 'partitions' private optionAnton Khirnov
2011-08-09Rename ffserver to avserver.Anton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-06lavf: deprecate AVStream.quality.Anton Khirnov
2011-07-04Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton 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ò
2011-01-21avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-12-15Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623)...Benjamin Larsson
2009-11-24Update ffserver to include all basic x264 parameters in .ffm files.Jason Garrett-Glaser
2009-03-20do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-08-16Fix rc_eq mem leak.Michael Niedermayer
2008-07-28Improve long names for FFM muxer and demuxer:Stefano Sabatini
2008-06-28fix size of header dataStefan Gehrer
2008-06-22cosmetics, pts->dtsBaptiste Coudurier
2008-06-22store dts in ffm headersBaptiste Coudurier
2008-06-22remove pts set hack, this is no more correctBaptiste Coudurier
2008-06-22enable feeder threadsBaptiste Coudurier
2008-06-22do not reset ffm pts, this avoids setting last pts to 0 and screwing up seekingBaptiste Coudurier
2008-06-09remove now unneeded varsBaptiste Coudurier
2008-06-09pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier
2008-06-09pass extradata through ffmBaptiste Coudurier
2008-06-09remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier
2008-06-07fix pts handling in ffmBaptiste Coudurier
2008-06-07cosmetics, rename first to header, more explicit nameBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-26remove unneeded includeBaptiste Coudurier
2008-05-26split ffm de/muxerBaptiste Coudurier