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-08-26fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-13lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov
2011-07-12lavf: deprecate AVFormatContext.timestampAnton Khirnov
2011-07-04Do not include mathematics.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-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-25Make dvenc.c functions static to the unit.Diego Elio Pettenò
2010-04-20Add missing internal.h #include for brktimegm(), fixes the warning:Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-10-16Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger
2009-03-08Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-07Remove inappropriate const qualifier from function argument, fixes the warning:Diego Biurrun
2008-10-25prettyprinting cosmeticsDiego Biurrun
2008-10-25spelling cosmeticsDiego Biurrun
2008-10-07replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik
2008-10-02spelling cosmeticsDiego Biurrun
2008-09-03Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun
2008-07-24cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-29use 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-06-24Cosmetics: use consistent indentation by four spacesReimar Döffinger
2007-06-24DV muxer should not only fail for more that 3 streams altogetherReimar Döffinger
2007-05-16Don't forget about audio remaining in buffer, in case there is enoughCorey Hickey
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
2007-01-15 * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik
2006-11-08 * fixing a memory leak in DV format.Brian Brice
2006-10-17 * Simplifying the setting of STYPE for AAUX ASRoman Shaposhnik
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-09-15Split the DV demuxer and muxer into separate files (as suggested by DiegoPanagiotis Issaris