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
2012-12-20flvenc: Check whether seeking back to the header succeededBjörn Axelsson
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-09-18flvenc: silence bogus warningBenjamin Larsson
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-07-29lavf: deprecate r_frame_rate.Anton Khirnov
2012-07-23lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje
2012-06-28flv: add support for G.711Damien Fetis
2012-06-28flvenc: K&R formatting cosmeticsLuca Barbato
2012-06-03flv: support stream text data as onTextDataLuca Barbato
2012-05-21avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern
2012-05-07flvenc: use AVFormatContext, not AVCodecContext for logging.Anton Khirnov
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2011-12-15flvenc: Support muxing 16 kHz nellymoserMartin Storsjö
2011-12-11lavu: replace int/float punning functionsMans Rullgard
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-03flvenc: use first packet delay as global delay.Justin Ruggles
2011-10-21flvenc: store delay and last_ts per-stream.Justin Ruggles
2011-10-20flvenc: check packet duration in speex using timestampsJustin Ruggles
2011-10-20flvenc: adjust for negative DTS for all codecs, not just H.264Justin Ruggles
2011-10-12flvenc: Write the right metadata entry countMartin Storsjö
2011-08-16flvenc: use int64_t to store offsetsLuca Barbato
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-06flvenc: propagate error properlyLuca Barbato
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: 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-09-26Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini
2010-09-11FLV MetadataTomás Touceda
2010-08-18Add AVC EOS tag to H264-encoded FLV files.Thierry Foucu
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra
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
2010-02-03Guess the duration before converting video and write guessed durationJustin Johnson
2009-12-14FLV 8-bit PCM is unsigned, not signedDaniel Verkamp
2009-11-20FLV muxer support for Flash screen codec v2Daniel Verkamp
2009-10-16Log a clearer warning message when muxing FLV with Speex containing more thanJustin Ruggles
2009-10-16Add Speex support to the FLV muxer.Justin Ruggles
2009-09-16Flv should be AVFMT_VARIABLE_FPS.Michael Niedermayer
2009-06-20Fix onMetaData property count in flv files (issue 1206).Yoshihisa Uchida
2009-02-02Splits the totalbitrate in a videodatarate and audiodatarate part.Stefan de Konink