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
2017-03-26nsvdec: don't ignore the return value of av_get_packet()Sean McGovern
2016-10-28Use ISO C printf conversion specifiers where appropriateDiego Biurrun
2016-10-27Remove some pointless TRACE level debug codeDiego Biurrun
2016-10-27nsv: Drop unnecessary TRACE level debug codeDiego Biurrun
2016-08-17nsv: Drop disabled cruftDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2015-01-27nsvdec: validate channels and samplerateVittorio Giovara
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-07-09nsvdec: remove commented out cruftAnton Khirnov
2013-06-02nsvdec: Remove commented-out debug cruftDiego Biurrun
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-04-11Move misplaced file author information where it belongsDiego Biurrun
2012-12-18misc typo, style and wording fixesDiego Biurrun
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-06Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun
2012-02-13Move some conditionally used variables into the block where they are used.Diego Biurrun
2012-02-13Drop some completely unnecessary av_unused attributes.Diego Biurrun
2012-02-11nsvdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-01-30nsvdec: Propagate errorsAlex Converse
2012-01-30nsvdec: Be more careful with av_malloc().Alex Converse
2012-01-30nsvdec: Fix use of uninitialized streams.Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-02Replace outdated references to ffmpeg tool with avconv.Diego Biurrun
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-23nsvdec: Propagate error values instead of returning 0 in nsv_read_header().Diego Biurrun
2011-06-10Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-03Mark some variables with av_unusedMans Rullgard
2011-05-12nsv: Fix misdetection of MP3 files as NSV.Thierry Foucu
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-16fix nsvdec.c compilation if DEBUG macro definedMaksym Veremeyenko
2011-02-15fix nsvdec.c compilation if DEBUG definedMaksym Veremeyenko
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas