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-01-31lavf: remove the pointless value field from flv and iv8Anton Khirnov
2012-01-31flvdec: Interpret a toplevel 'object' type metadata item as normal metadata, tooMartin Storsjö
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-05flvdec: Fix compiler warning for uninitialized variablesJean First
2011-12-22flvdec: Add param change side data if the sample rate or channels have changedMartin Storsjö
2011-12-22flvdec: Export new AAC/H.264 extradata as side data on the next packetMartin Storsjö
2011-12-11lavu: replace int/float punning functionsMans Rullgard
2011-12-03latmdec: fix audio specific config parsingJanne Grunau
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-22flvdec: Do not call parse_keyframes_index with a NULL streamReimar Döffinger
2011-10-20lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-10-12flvdec: Don't export metadata entries that aren't proper metadataMartin Storsjö
2011-10-12flvdec: Split out setting of numeric fields from storing metadataMartin Storsjö
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