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
2013-01-09au: remove unnecessary castsJustin Ruggles
2013-01-09au: return AVERROR codes instead of -1Justin Ruggles
2013-01-09au: cosmetics: pretty-print and remove pointless commentsJustin Ruggles
2013-01-09au: use ff_raw_write_packet()Justin Ruggles
2013-01-09au: set stream start time and packet durationsJustin Ruggles
2013-01-09au: use %u when printing id and channels since they are unsignedJustin Ruggles
2013-01-09au: validate sample rateJustin Ruggles
2013-01-09au: move skipping of unused data to before parameter validationJustin Ruggles
2013-01-09au: do not arbitrarily limit channel countJustin Ruggles
2013-01-09au: do not set pkt->size directlyJustin Ruggles
2013-01-09au: set block_align and use it in au_read_packet()Justin Ruggles
2013-01-09au: set bit rateJustin Ruggles
2013-01-09au: validate bits-per-sample separately from codec tagJustin Ruggles
2012-12-23Return proper error code after av_log_ask_for_sample()Diego Biurrun
2012-12-17au: Reorder code so that both muxer and demuxer are under #ifdefsDiego 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-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-04-23audemux: Add a sanity check for the number of channelsMichael Niedermayer
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-02-16libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö
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 ffmpeg references with more accurate libav* references.Diego Biurrun
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
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-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton 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: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* 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-08-31move pcm demuxers to their own fileAurelien Jacobs
2010-05-31Prevent au_read_packet() looping endlessly when .au file contains unsupported...Peter Ross
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-12-07AU : demuxed packet size should be sample size aligned.Jai Menon
2009-10-16Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos
2009-10-02Return special EOF checking for aiff and au demuxers, the check was atReimar Döffinger
2009-10-01au demuxer: pass av_get_packet error on unchanged instead of converting toReimar Döffinger
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-10-02Use enum typers instead of int.Diego Pettenò
2008-09-03Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun