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-25flvdec: Check for overflow before allocating arraysMichael Niedermayer
2011-09-24flvdec: Fix invalid pointer deferences when parsing indexLaurent Aimar
2011-09-23flvdec: Ignore the index if it's from a creator known to be differentMartin Storsjö
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-05Add some missing mathematics.h #includes for av_rescale().Diego Biurrun
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-05-18flvdec: clenup debug codeAlex Converse
2011-04-13flvdec: Allow parsing keyframes metadata without seeking in most casesMartin Storsjö
2011-04-12avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov
2011-04-12flvdec: Fix support for flvtool2 "keyframes based" generated indexKharkov Alexander
2011-04-04flvdec: fix segfault in amf_parse_object() due to NULL keyJustin Ruggles
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-31flvdec: read index stored in the 'keyframes' tag.Kharkov Alexander
2011-03-21avio: make av_url_read_fseek/fpause internal.Anton Khirnov
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-07avio: avio_ prefix for url_fsizeAnton 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-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-11-03Fix 16kHz Mono NellyMoser in flv.Thierry Foucu
2010-07-02Use ext sample from mpeg4audio config if set with AAC SBRBaptiste Coudurier
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-04-18Implement librtmp seek support.Howard Chu
2010-04-11Set audio bit rate.Howard Chu
2010-04-01Fix flvdec start-of-frame.Howard Chu
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-01-19fetch flv duration from file if it is set to 0 in metadataBaptiste Coudurier
2009-12-14Revert flvdec.c part of r20836Michael Niedermayer
2009-12-14FLV 8-bit PCM is unsigned, not signedDaniel Verkamp
2009-12-13Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer
2009-11-20Add codec id for Flash screen codec v2 and hook it up in FLV demuxerDaniel Verkamp
2009-11-11Add a channels field to MPEG4AudioConfig.Alex Converse
2009-09-15Check offset in flv_probe()Michael Niedermayer
2009-09-07Use all 32 bits of the timestamp when calculating flv duration.Martin Storsjö
2009-09-05Remove fake Speex header creation from FLV demuxer. Having it there was not theJustin Ruggles
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-07flvdec: expose metadata through the generic metadata APIAurelien Jacobs
2009-07-07flvdec: re-enable metadata parsingAurelien Jacobs
2009-07-07flvdec: don't set format and codec context from metadata valuesAurelien Jacobs
2009-06-25flvdec: Build a Speex header during FLV demuxing using required andJustin Ruggles
2009-06-17Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) aboutArt Clarke
2009-04-17Remove unused variable from flv_read_metabody() found by CSA.Michael Niedermayer